Anybody know how to start a windows service from the zabbix console ie a trigger has gone off saying service x has stopped.
Right click > script which starts the service?
I know the script will have C:\windows\system32\sc start <servicename> but how do you get the <servicename> from the trigger? eg {TRIGGER.VALUE}
Right click > script which starts the service?
I know the script will have C:\windows\system32\sc start <servicename> but how do you get the <servicename> from the trigger? eg {TRIGGER.VALUE}
Comment