Hi, relatively new to Zabbix, have installed lates version, and got my first host added (a print server). I want to monitor and graph trends on various counters for each of the (395) print queues on the print server, as well as the services associated.
Service sorted (monitorring and alerting on LPD service in this case).
Print Queues themselves...I know the counters I want to graph (e.g. Jobs on WIn32_printers or Win32_PerfFormattedData_Spooler_PrintQueue, either work - but the first runs very slow in powershell). So it shouldn't be too difficult.. But I'm 2 days in and not there yet - I THINK I'm on the right track (Was going to use WMI.Get and create all the discovery rules/templates/items myself), but stumbled on the integrations area, and then found https://www.zabbix.com/integrations/windows#3rd_party - which looks like it lists multiple ways to do the same thing...
So far I'm looking at:
So I'm going to try the latter first. It uses VBS scripts on the Windows Server...
Service sorted (monitorring and alerting on LPD service in this case).
Print Queues themselves...I know the counters I want to graph (e.g. Jobs on WIn32_printers or Win32_PerfFormattedData_Spooler_PrintQueue, either work - but the first runs very slow in powershell). So it shouldn't be too difficult.. But I'm 2 days in and not there yet - I THINK I'm on the right track (Was going to use WMI.Get and create all the discovery rules/templates/items myself), but stumbled on the integrations area, and then found https://www.zabbix.com/integrations/windows#3rd_party - which looks like it lists multiple ways to do the same thing...
So far I'm looking at:
- https://github.com/lxndrp/pdh2zabbix - looks like it creates a bunch of items/templates, etc.. for Zabbix to use
- https://github.com/Scatty81/zabbix-windows - looks like it includes Printer information already - BUT it talks about Zabbix 3.0 - is this going to work?
So I'm going to try the latter first. It uses VBS scripts on the Windows Server...
Comment