I've created a Low Level Discovery script to monitor Windows services automatically.
By default it will use item and trigger prototypes to start monitoring services that are started on boot time.
Filtering is possible on multiple discovery macros:
This will also help a lot for applications where a new service is defined per instance (like SAP, MS-SQL, Biztalk, etc.) which are currently kind of hard to create templates for. In this case you can filter on the name instead of the state.
You can find all you need here: https://github.com/q1x/zabbix-templa...vice-discovery
Also, if you would like this function build into the agent instead of using a script, please vote for https://support.zabbix.com/browse/ZBXNEXT-1368
By default it will use item and trigger prototypes to start monitoring services that are started on boot time.
Filtering is possible on multiple discovery macros:
Code:
{#SERVICENAME} The name of the Windows service
{#SERVICEDISPLAY} The displayname of the Windows service
{#SERVICESTATE} The state of the Windows service
{#SERVICEDESC} The Windows service description
You can find all you need here: https://github.com/q1x/zabbix-templa...vice-discovery
Also, if you would like this function build into the agent instead of using a script, please vote for https://support.zabbix.com/browse/ZBXNEXT-1368
Comment