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.check_writespeed





Checks if a file is writable and count the seconds it takes to write it. Can also be used to make sure a disk is writable.
check_wrapper





The check_wrapper plugin has been developed to facilitate testing of the nagios system itself. The plugin can be wrapped around any other plugin and can be configured to insert simulated error codes. It can also be used to log in syslog the invocation of ...
check_wp_version





Checks if updates (core, plugins & themes) for wordpress exist. Works also for wordpress version 2.9+ Based on http://exchange.nagios.org/directory/Uncategorized/Check-Wordpress-Versions/details
check_wp_updates





This Nagios plugin monitors the version of WordPress, in search of updates, receiving as an argument the full path of the version.php file, where you get information about the version of the software installed, and uses WordPress's Web service to obtain t ...
check_wmi_os_security





Script monitoring not only Windows security components by WMI. Tested on Windows Server 2019/2022 64-bit. Tested on Python version: 3.6.8.
check_wlst_sessions





# check_wlst_sessions 1.0
Nagios compatible plugin to check via WLST the number of actives sessions on a Server (On Oracle WebLogic Server v9+)
BOTH Files (.sh and .py) are needed for this plugin to work
Check_WLC_Client





Check Cisco WLC or WISM current online user number.
check_wireless_ssid





Checks for the existence of a wireless SSID without connecting to the wireless network. Only provides a binary up/down response by polling the wireless card using iwlist. Requires the nagios user to have permissions to run iwlist on the host machine.
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_win_snmp_process





Check Process ( exe file ) active and check memory used
Check_Win_SNMP_Disk_2





Modified Version of check_win_snmp_disk.pl by Dan Capper, enhanced by Anatoly Rabkin. This version filters snmp-storagetype "hrStorageCompactDisc" out, so that only disk-based volumes are checked.
check_win_printers





Plugin to check all printers on a windows, like print server. It will inform how many printers have, how many are offline and also alert with warning or critical depending on the amount of printers offline. Please check the readme at https://github. ...
check_win_last_update.ps1





Script to calculate the Days since last Windows Update which is understandable for every Manager :-} should be called via NRPE/NSClient++ inspired by bratislav.stojkovic@gmail.com check_win_lastupdate.vbs but with using Microsoft.Update.Session instea ...
check_win_dedup_status.ps1





Script to check if Windows DeDuplication is enabled for all fixed Disks except C: and to Summarize the Savings of Windows DeDuplication Might be helpfull if you are running your calssic windows fileserver with enabled deduplication should be called v ...
check_winsvc





Use NC_Net/check_nt to check all Automatic Windows services First use ENUMSERVICE to get a list of services set for Automatic startup, then check them with SERVICESTATE to see if any service is down.
check_windows_volume_mount_point_freespace





This script will execute checks against volume mount points using WMI via powershell and nsclient++. Can be used to check available free space, and return OK, WARNING or CRITICAL status to Nagios.
check_windows_repadmin





check_windows_repadmin is a Windows plugin for Nagios which checks the status of the replications in Microsoft Active Directory. The plugin detects the status of all the replication partners and consists of two parts: the check itself and a task, which ha ...
check_welle-cli





This check reads the json output of welle-cli (Part of welle.io, a SDR DAB+ receiver) and checks if the audio of the selected DAB+ service (sid) is present at some level, along with some other DAB+ service parameters (bitrate, allotment, snr, dls).
check_website_by_selenium





This is a simple Nagios Plugin which starts a Selenium JSON script. It requires Selenium Grid and SeInterpreter.