help a newbie pls. I configured an action that starts a windows service through a Zabbix agent 2.
command script: system.run[powershell -Command Start-Service -Name 'ServiceName'] and second option system.run[sc start ServiceName]
config zabbix : AllowKey=system.run[powershell -Command Start-Service -Name 'ServiceName'] and second option AllowKey=system.run[sc start ServiceName] and DenyKey=system.run[*]
but the trigger can't start the service, error : Unknown metric system.run
command script: system.run[powershell -Command Start-Service -Name 'ServiceName'] and second option system.run[sc start ServiceName]
config zabbix : AllowKey=system.run[powershell -Command Start-Service -Name 'ServiceName'] and second option AllowKey=system.run[sc start ServiceName] and DenyKey=system.run[*]
but the trigger can't start the service, error : Unknown metric system.run
Comment