Re: [icinga-users] Check Windows Print Queues

2016-01-11 Thread Tommy Orndorff
You could configure something easily with check_wmi_plus. Quickly looking over the files, there is a similar query configured out of the box — you would just need to modify the wmic query that’s being used. You could modify the `checkprintjob` or `checkprint` queries as needed. On 1/11/16, 1

Re: [icinga-users] Check Windows Print Queues

2016-01-11 Thread Michael Friedrich
> On 10 Jan 2016, at 16:56, felix1761 wrote: > > Hi > > Is anyone familiar with checking Windows print queues? No, but if it provides an interface to query one could write a plugin, or look for one someone else already implemented :) > We need a generic check that will tell us if any print que

[icinga-users] Check Windows Print Queues

2016-01-10 Thread felix1761
Hi Is anyone familiar with checking Windows print queues? We need a generic check that will tell us if any print queue is not in an online state (any offline status). Don't need to know particular queue nor the exact issue, just something to provide an alert that we should check all the queue