Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
check windows updates 3
Meet The New Nagios Core Services Platform
Built on over 25 years of monitoring experience, the Nagios Core Services Platform provides insightful monitoring dashboards, time-saving monitoring wizards, and unmatched ease of use. Use it for free indefinitely.
Monitoring Made Magically Better
- Nagios Core on Overdrive
- Powerful Monitoring Dashboards
- Time-Saving Configuration Wizards
- Open Source Powered Monitoring On Steroids
- And So Much More!
The differences:
checking for the automatically checked updates from windows (high priority)
exemple to use into the nrpe.cfg or in nsca (but check for the standard of your running plugin, it could differ)
commandwindows_updates=c:windowssystem32cscript.exe -NoLogo -T:120 c:nrpe_ntpluginscheck_windows_updates.wsf /w:0 /c:1
the 2 function -w (for warning) and -c (for critical) are there for the high priority updates only. The drivers and software updates will not count toward these 2 function.
It still counts the driver and software updates.
Then it shows what are the critical updates.
Nice stuff. I change it because I needed a different view of my updates on nagios. Thx to fooky and coxwal, they did the hard stuff and I just change a little bit the code to fit my needs. Have fun with it now, since it is open source. I LUV OPEN SOURCE!
Thats how it looks:
Number of critical updates not installed: 1
Number of software updates not installed: 4
Critical updates name: Microsoft .NET Framework 2.0 Service Pack 1 (KB110806)+
Link to fooky check windows updates:
http://www.nagiosexchange.org/Windows_NRPE.66.0.html?&tx_netnagext_pi1p_view=997&tx_netnagext_pi1page=30%3A10
checking for the automatically checked updates from windows (high priority)
exemple to use into the nrpe.cfg or in nsca (but check for the standard of your running plugin, it could differ)
commandwindows_updates=c:windowssystem32cscript.exe -NoLogo -T:120 c:nrpe_ntpluginscheck_windows_updates.wsf /w:0 /c:1
the 2 function -w (for warning) and -c (for critical) are there for the high priority updates only. The drivers and software updates will not count toward these 2 function.
It still counts the driver and software updates.
Then it shows what are the critical updates.
Nice stuff. I change it because I needed a different view of my updates on nagios. Thx to fooky and coxwal, they did the hard stuff and I just change a little bit the code to fit my needs. Have fun with it now, since it is open source. I LUV OPEN SOURCE!
Thats how it looks:
Number of critical updates not installed: 1
Number of software updates not installed: 4
Critical updates name: Microsoft .NET Framework 2.0 Service Pack 1 (KB110806)+
Link to fooky check windows updates:
http://www.nagiosexchange.org/Windows_NRPE.66.0.html?&tx_netnagext_pi1p_view=997&tx_netnagext_pi1page=30%3A10
Reviews (0)
Be the first to review this listing!