Sydneysider : you could try my solution which is using a powershell script. Just search the forum for instructions.
Ad Widget
Collapse
windows services monitoring with zabbix 2.x
Collapse
X
-
Step 3 - Service isn't in the Application List
Hi,
I've followed the tutorial but Service isn't in the Application list in Step 3.
Thanks
DarrenComment
-
______________________________
Version : 2.0.x
Server OS: Ubuntu 12.04
Zabbix Servers: 12
Monitored Windows Server: ~ 1000
______________________________Comment
-
Any chance you can get process.exe to return
#FSPROCESS = zabbix_agentd.exe
#FSPROCESSN = zabbix_agent
Reason being, I would like to use the returned #FSPROCESSN in /Process/{#FSPROCESSN}/Counter Win32 Performance Counter. It doesn't accept process.exe as the process name.
?Comment
-
You can use zbxlld instead services.exe (https://github.com/skarllot/zbxlld/wiki/v0.7_Install). zbxlld have more complex keys for Low Level Discovery. If you want create trigger only for autostarted services, you can use service.discovery.auto LLD key (https://github.com/skarllot/zbxlld/w...vice.discovery). If you want monitor other services too, but without trigger you have to use another LLD rule only with item prototype.Last edited by eaglelukash; 20-08-2015, 11:11.Comment
Comment