Hi guys.
I'm looking to execute some commands on a few servers using Zabbix and tried creating a script to do so.
Under Administration - Scripts, I created a simple script to restart a service:
I wanted to schedule this script to run every day at 6AM but its not working.
I tried creating an item on a host with a schedule using key "system.run", but I'm not sure how to call the previews script.
Would anyone help me please?
Thank you.
I'm looking to execute some commands on a few servers using Zabbix and tried creating a script to do so.
Under Administration - Scripts, I created a simple script to restart a service:
Code:
net stop "service name" net start "service name"
I tried creating an item on a host with a schedule using key "system.run", but I'm not sure how to call the previews script.
Would anyone help me please?
Thank you.