Hi
I'm new on Zabbix, I just install Zabbix 5 and I try to get status for my Windows Services, I add the default template 'Template Module Windows services by Zabbix agent active' and retrieves all Windows Service, but I need to get only fews Services, I don't know how to include only theses one that I need.
I tried to change the macro:
{$SERVICE.NAME.MATCHES} = "^.*$ " -> I changed to " ^ServWavNET|EraseWavRecado$ "
But doesn't work, I tried to change add regular express into (Administration > General > Regular Expression) named ''Windows service names for discovery' including "Result is True" but doesn't work too.
Anyone know how can I do it?
Thanks
I'm new on Zabbix, I just install Zabbix 5 and I try to get status for my Windows Services, I add the default template 'Template Module Windows services by Zabbix agent active' and retrieves all Windows Service, but I need to get only fews Services, I don't know how to include only theses one that I need.
I tried to change the macro:
{$SERVICE.NAME.MATCHES} = "^.*$ " -> I changed to " ^ServWavNET|EraseWavRecado$ "
But doesn't work, I tried to change add regular express into (Administration > General > Regular Expression) named ''Windows service names for discovery' including "Result is True" but doesn't work too.
Anyone know how can I do it?
Thanks
Comment