Hello good morning
I am using Zabbix to monitor servers
Among the discovery list of Windows Server, I have a question about "Windows services discovery"
I want only certain services to be alerted
---------------------------------------------------------------------------------------------------------
trigger prototype = "{#SERVICE.NAME}" ({#SERVICE.DISPLAYNAME}) is not running
expression = min(/Template_name/service.info["{#SERVICE.NAME}",state],#3)<>0
---------------------------------------------------------------------------------------------------------
For example, how do I change the expression if I want to raise an alert only for MSSQLSERVER service?
Thank you in advance
I am using Zabbix to monitor servers
Among the discovery list of Windows Server, I have a question about "Windows services discovery"
I want only certain services to be alerted
---------------------------------------------------------------------------------------------------------
trigger prototype = "{#SERVICE.NAME}" ({#SERVICE.DISPLAYNAME}) is not running
expression = min(/Template_name/service.info["{#SERVICE.NAME}",state],#3)<>0
---------------------------------------------------------------------------------------------------------
For example, how do I change the expression if I want to raise an alert only for MSSQLSERVER service?
Thank you in advance