amidaware / tacticalrmm

A remote monitoring & management tool, built with Django, Vue and Go.
https://docs.tacticalrmm.com
Other
3.15k stars 439 forks source link

allow renaming checks #1792

Open P6g9YHK6 opened 6 months ago

P6g9YHK6 commented 6 months ago

Is your feature request related to a problem? Please describe. Some scripts used in checks can have double usage depending on arguments/environment. And the name set in the script manager sometimes do not correspond 100% to the action happing if this script is set in a check or run manually.

Describe the solution you'd like While tasks allow to give a dedicated name to the task itself checks do not. A new field when setting up a check with a dedicated display name would fix this. (If not set default to the script name)

Describe alternatives you've considered Keeping the status quo.

dinger1986 commented 6 months ago

Describe alternatives you've considered Keeping the status quo.

Other alternative is to clone the script and name it whatever its meant to be