Hi there,
Im new with the zabbix platform, so i need a little help with a trigger that i want to delay for 30minutes.
At the moment my trigger looks like this:
{HOST:web.test.error[Webpage].strlen()}>0 and {HOST:web.test.fail[Webpage].last()}>0
This is working fine but i want to delay this trigger that will lauch an Action that will be a remote command to the zabbix agent on the host to restart the server with "c:\windows\system32\shutdown.exe -r -f"
Can someone point me in the right direction to make this happen? Thank you!
Im new with the zabbix platform, so i need a little help with a trigger that i want to delay for 30minutes.
At the moment my trigger looks like this:
{HOST:web.test.error[Webpage].strlen()}>0 and {HOST:web.test.fail[Webpage].last()}>0
This is working fine but i want to delay this trigger that will lauch an Action that will be a remote command to the zabbix agent on the host to restart the server with "c:\windows\system32\shutdown.exe -r -f"
Can someone point me in the right direction to make this happen? Thank you!
Comment