[Nagios-users] [SPAM] Re: Simple Print queue monitoring

2010-04-15 Thread Kasper Nordal Lund
are talking windows machines? I use nrpe with this command: check_nrpe -H $ARG1$ -p 5666 -t 30 -c CheckCounter -a "\Print Queue($ARG2$)\Jobs" MaxWarn=$ARG3$ MaxCrit=$ARG4$ Where $ARG2$ = printername on the host. You need to have cehckwmi enabled in the NRPE configuration. Regards.

Re: [Nagios-users] Does anyone have event log monitors that *work*?

2010-03-20 Thread Kasper Nordal Lund
sw,u,r,c,f notifications_enabled 1 contact_groups windows-admins I hope you can use this. Best Regards. Kasper -- Download IntelĀ® Parallel Studio Eval Try the new software too

Re: [Nagios-users] Problems with notification interval.

2009-12-27 Thread Kasper Nordal Lund
Jim Avery wrote: > > I think the problem lies in your "is_volatile 1" directive. Normally > you would want "is_volatile 0". > > > Thanks Jim, that did the trick. -- This SF.Net email is sponsored by the Verizon Develo

[Nagios-users] Problems with notification interval.

2009-12-21 Thread Kasper Lund
advance. /Kasper -- This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fas

Re: [Nagios-users] Interface for control room

2009-12-13 Thread Kasper Nordal Lund
zoom in to about 220%, press F11 and there it is :) I then usually save the site as the default start page. This has worked for me for several years, i think it gives a really good overview. /Kasper > Thank you very much! > Bye. > > -

[Nagios-users] start/stop services on remote windows box.

2009-01-14 Thread Kasper Lund
sysinternal psexec tool if you are familier with that. I hope this can help you creating eventhandler scripts to manage those windows boxes. Cheers Kasper -- This SF.net email is sponsored by: SourcForge Community

[Nagios-users] Cannot use some Macros in notification.

2008-07-14 Thread Kasper
ho "$CONTACTPAGER$ $NOTIFICATIONTYPE$ $HOSTALIAS$ $SERVICEDESC$ $SERVICESTATE$" > /home/kasper/test.txt as my command. And the result is the same, the two macros are empty. I know i have put in a pager number on my contact account. Anyone knows what to do? -