Sorry that I am very new to the Zabbix world, and I apologise if the answer is obvious to those of you with much more experience....
I have three Windows 2012 servers with agents installed.
A common problem is that they are all reporting issues with services not running, including some which are known as services that start up automatically but then stop automatically, just starting when needed. For example, "RemoteRegistry" and "sppsvc".
I can see that the configuration/templates/Template OS Windows/Items/Discovery rules/Windows service discovery is configured for service names as @Windows service names for discovery.
So I have changed the Administration/General/Regular Expressions/Windows service names for discovery to:
^(MMCSS|gupdate|sppsvc|RemoteRegistry|SysmonLog|cl r_optimization_v2.0.50727_32|clr_optimization_v4.0 .30319_32|clr_optimization_v4.0.30319_64)$
What else do I need to do to get rid of the dashboard messages:
Service "RemoteRegistry" (Remote Registry) is not running (startup type automatic)
Service "sppsvc" (Software Protection) is not running (startup type automatic delayed)
I have three Windows 2012 servers with agents installed.
A common problem is that they are all reporting issues with services not running, including some which are known as services that start up automatically but then stop automatically, just starting when needed. For example, "RemoteRegistry" and "sppsvc".
I can see that the configuration/templates/Template OS Windows/Items/Discovery rules/Windows service discovery is configured for service names as @Windows service names for discovery.
So I have changed the Administration/General/Regular Expressions/Windows service names for discovery to:
^(MMCSS|gupdate|sppsvc|RemoteRegistry|SysmonLog|cl r_optimization_v2.0.50727_32|clr_optimization_v4.0 .30319_32|clr_optimization_v4.0.30319_64)$
What else do I need to do to get rid of the dashboard messages:
Service "RemoteRegistry" (Remote Registry) is not running (startup type automatic)
Service "sppsvc" (Software Protection) is not running (startup type automatic delayed)
Comment