Search found 5 matches

by mfdoom
Wed Mar 21, 2012 4:41 am
Forum: Open Source Nagios Projects
Topic: monitoring windows updates with check_windows_updates.wsf
Replies: 5
Views: 2822

Re: monitoring windows updates with check_windows_updates.ws

i tried this on the server but failed:
/usr/lib/nagios/plugins/check_nrpe -H myserver -c check_windows_updates
the output is:

UNKNOWN: No handler for that command
by mfdoom
Wed Mar 21, 2012 4:38 am
Forum: Open Source Nagios Projects
Topic: monitoring windows updates with check_windows_updates.wsf
Replies: 5
Views: 2822

Re: monitoring windows updates with check_windows_updates.ws

Hello jsmurphy,

thank you. Now i got the command tested and running local. Can you tell me with which plugin on the nagios-server can i test the functionality? Is it check_nrpe? since i read that nrpe is integrated in nsclient++

Thanks for the advice.
by mfdoom
Tue Mar 20, 2012 10:27 am
Forum: Open Source Nagios Projects
Topic: monitoring windows updates with check_windows_updates.wsf
Replies: 5
Views: 2822

Re: monitoring windows updates with check_windows_updates.ws

I tested it and it seemed that this works: Input: c:\windows\system32\cscript.exe -NoLogo -T:120 "C:\Program Files\NSClient++\scripts\check_windows_updates.wsf" /w:0 /c:1 Output: reboot required How do i have to enter the command in the nsc.ini? And how do i set up the check command on the...
by mfdoom
Tue Mar 20, 2012 10:18 am
Forum: Open Source Nagios Projects
Topic: monitoring windows updates with check_windows_updates.wsf
Replies: 5
Views: 2822

Re: monitoring windows updates with check_windows_updates.ws

I´ve found a solution posted on another board where a reference is made to "c:\nrpe\bin". i don´t have an NRPE folder but only the NSClient++ dir under program files. With which program can i test the script local? U:\>c:\windows\system32\cscript.exe -NoLogo -T:120 C:\NRPE\bin\check_window...
by mfdoom
Tue Mar 20, 2012 10:10 am
Forum: Open Source Nagios Projects
Topic: monitoring windows updates with check_windows_updates.wsf
Replies: 5
Views: 2822

monitoring windows updates with check_windows_updates.wsf

Hello, i´m somewhat stuck in trying to get the check_windows_updates.wsf from the website http://exchange.nagios.org/directory/Plugins/Operating-Systems/Windows-NRPE/Check-Windows-Updates/details to work. Maybe someone can shed some insight on me. I d/l the wsf-file and put it on in the /scripts fol...