Search Exchange

Search All Sites

Nagios Live Webinars

Let our experts show you how Nagios can help your organization.

Contact Us

Phone: 1-888-NAGIOS-1
Email: sales@nagios.com

Login

Remember Me

Directory Tree

Windows updates

Rating
0 votes
Favoured:
0
Current Version
0.02
Last Release Date
2018-01-31
Compatible With
  • Nagios 3.x
  • Nagios 4.x
  • Nagios XI
License
GPL
Hits
5530
Files:
FileDescription
check_updates.batJust script for check windows updates.
Nagios CSP

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!
Very, very primitive check for checking windows updates. It never return "CRITICAL" status.
It return only:
1) OK - if no updates.
2) WARNING - if updates present.
Of course, Windows updates must be configured with option "Download, but not install".
Working on Windows7, Windows Server2008 and later.

Install.
1) Copy script in you dir (like c:nagios)
2) Add string to nsclient.ini in part [/settings/external scripts/scripts]
check_updates = C:nagioscheck_updates.bat
3) Restart nsclient++
4) Make nagios service (use check_nrpe) and restart nagios.
5) Enjoy