I've had shutdown scripts for certain linux hosts in the event a UPS even happens, but upon upgrade to zabbix agent2, these system.run commands are no longer supported.
But according to the documentation:
https://www.zabbix.com/documentation...estrict_checks
It appears as system.run still works according to the docs, which it clearly does not.
From zabbix_agent2.conf
When I try to test the item:
# zabbix_agent2 -t system.run[/usr/bin/shutdown]
system.run[/usr/bin/shutdown] [m|ZBX_NOTSUPPORTED] [Unknown metric system.run]
Running the remote command via triggered script in the gui results in:
Remote Command Failed Unknown metric system.run
Why is this functionality suddenly broken?
Is there any plan to fix this?
I think this feature is extremely important, and to see it left behind like this concerns me.
But according to the documentation:
https://www.zabbix.com/documentation...estrict_checks
It appears as system.run still works according to the docs, which it clearly does not.
From zabbix_agent2.conf
Code:
AllowKey=system.run[/usr/sbin/shutdown] DenyKey=system.run[*]
# zabbix_agent2 -t system.run[/usr/bin/shutdown]
system.run[/usr/bin/shutdown] [m|ZBX_NOTSUPPORTED] [Unknown metric system.run]
Running the remote command via triggered script in the gui results in:
Remote Command Failed Unknown metric system.run
Why is this functionality suddenly broken?
Is there any plan to fix this?
I think this feature is extremely important, and to see it left behind like this concerns me.
Comment