Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Directory
Search Results
The search results below show both sub-categories and individual listings that match your search criteria.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!
Submit Your Nagios Project!
Help build Nagios Exchange for yourself and the entire the Nagios Community by your Nagios project to the site. It's easy - just create an account, login, and add a new listing. Read the FAQ for instructions.Windows Updates Dashboard





The following dashboard shows you how many total Windows Updates are
pending in the pipe, as well as the most recently installed updates. The
query filters for EventID 17 (pending) and 19 (installed). The dashboard
has two trimmed tables for the most r ...
Windows updates





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". ...
Windows Update Check Plugin





This checks for the presence of the "wuauclt.exe" process on SNMP enabled Windows machines. It takes the hostname and the community string as it's arguments...and throws a CRITICAL error if updates are necessary.
Nagios Tool for Windows hosts





The Nagios Toolbox deploys a standard nagios directory to the monitored windows servers, starts / stops the nrpe_nt service, performs updates etc.It simplifies the process to work with multiple monitored windows hosts.
How To Check For Windows Updates With Nagios XI





This document describes how to use Nagios XI to monitor for high priority updates from Microsoft on a remote Windows host. This includes critical and security updates, service packs, and update rollups. Monitoring for updates from Microsoft with Nagios XI ...
check_win_updates





Neat VBscript to check if windows machines require an update (and/or a subsequent reboot). Windows 7 and 10 and others maybe ;-)
Check WSUS Critical Updates





This is a small PowerShell script that queries a WSUS server, and returns if any Critical Updates or Security Critical Updates are needed by the system. This has been done so that admins won't get an alert at 3 am for a non-critical update becoming ava ...
Check Windows Updates using Powershell





Powershell script to check windows updates using NRPE/NSClient++ Checks: - how many critical and optional updates are available - whether the system is waiting for reboot after installed updates
Check Windows Updates Powershell





Gets the list of available Windows updates for a single Windows machine. Can be run through any remote client or process with the ability to execute Powershell scripts.
check windows updates 3





Program build from the precedent check windows updates on nagios exchange by fooky and coxwal
Check Windows Updates





A check to see: - how many updates are available? - how many important and optional updates are available? - if system is awaiting for rebooting after installing updates
Check Microsoft Windows Updates





Query number of pending WSUS updates and last successful update installation date on a Windows host and alert based on the amount of days the server had no updates.
Check for Windows Updates





A simple check to see if there are windows updates pending on the checked machine.
Check Available Updates





A plugin used to check for missing updates for Windows. The plugin is a VBScript which is intended to be used by the check_nrpe plugin on the Nagios server and NRPE for Windows or NSClient++ on the Windows side.