Hi there,
CONFIGURATION:
Item (script):
When the item returns an acceptable response, it returns
Trigger:
Action: Start a remote command (script) at D:\Zabbix\Script\Script1.bat
PROBLEM:
Last night, the item triggered as down, but the action script did not run. We had to manually get into the system to restart the service. After we did that, Zabbix saw the correct response and it brought the trigger as good.
any ideas?
CONFIGURATION:
Item (script):
Code:
[B]60 seconds [/B]Type of information = Text
Code:
HTTP/1.1 200 OK
Code:
{zabbix:ScriptCheck.regexp(HTTP/1.1 200 OK,1m)}=0
PROBLEM:
Last night, the item triggered as down, but the action script did not run. We had to manually get into the system to restart the service. After we did that, Zabbix saw the correct response and it brought the trigger as good.
any ideas?
Comment