This is for that people that does not have any access to the windows hosts to monitor, limited access, or simply doesn't want to mess up with host's side.
This LLD template is very simple, it doesn't get (but it could, with very little hassle) any other information about the service besides the service name. It uses the native zabbix key "services".
You need few things to start with it.
1 - Zabbix-Get installed on your Zabbix Proxy/Server.
2 - get.winservices.pl.zip <--- This script (uncompressed, of course) in your "ExternalScripts" path.
Be careful with permissions, perhaps you need:
3 - Template Services Windows Critical.xml <--- This template imported into your Zabbix Server.
4 - Create the regular expression "Critical Windows Services" as in this picture:

That's all. Don't forget to reload the configuration cache of Zabbix Server and Proxy (in that order), maybe twice, to get a faster result.
This LLD template is very simple, it doesn't get (but it could, with very little hassle) any other information about the service besides the service name. It uses the native zabbix key "services".
You need few things to start with it.
1 - Zabbix-Get installed on your Zabbix Proxy/Server.
2 - get.winservices.pl.zip <--- This script (uncompressed, of course) in your "ExternalScripts" path.
Be careful with permissions, perhaps you need:
Code:
chown zabbix get.winservices.pl && chmod +x get.winservices.pl
4 - Create the regular expression "Critical Windows Services" as in this picture:
That's all. Don't forget to reload the configuration cache of Zabbix Server and Proxy (in that order), maybe twice, to get a faster result.
Comment