I have a item for monitoring windows service.
the key is service.info[<service>]
the key return 0 that is running.
Then I create a trigger for the service.
The expression of the trigger:
{ServerName:service.info[<Service>].last()}<>0
If the service monitoring return isn't 0, it will show alarm.
When the service has been stoped, the Dashboard of zabbix show the alarm.
But when the service has been started, the alarm is still in the Dashboard.
what do I should?
the key is service.info[<service>]
the key return 0 that is running.
Then I create a trigger for the service.
The expression of the trigger:
{ServerName:service.info[<Service>].last()}<>0
If the service monitoring return isn't 0, it will show alarm.
When the service has been stoped, the Dashboard of zabbix show the alarm.
But when the service has been started, the alarm is still in the Dashboard.
what do I should?
Comment