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_complus





Check if a Com+ appliaction is running or not. This is a powershell script. so rember to set external scripts in nsclient.ini like this: check_complus=cmd /c echo scriptscheck-complus.ps1 "$ARG1$"; exit $LastExitCode | powershell.exe -command - U ...
check_azservicehealth





This is a Nagios plugin designed to query and give status of Azure Tenant Services (aka Office365 applications). It can be used to report on whether a given service is available to end users, and give a quick report on why it may not be- similar to the h ...
checkagent





A short Perl script that will test the specified host for the NRPE and NSClient agents, and will inform the user if they are working as expected. Useful for tracking down communication problems (eg firewalls) after first install of the agents.
Check-Certificate





Check-Certificate checks the local or remote computer certificate store for expiring or expired SSL certificates. This script is designed to work with NSclient++ and Nagios to output format to be consumed by a Nagios monitoring server. Instructions for co ...
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 winprog memusage





check with nsclient++ nrpe.dll the memusage of a windows program.
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 time against AD or target





Check local time against a provided source or AD(autodetect) or pool.ntp.org through NRPE / nsclient++. Windows Server that are not DC can't be tested through NTP by default. This powershell script is executed locally and compare time with w32tm tool ...
Check Windows Event Logs with Nagios





This tutorial demonstrates how to check Windows event logs with NSClient++ and Nagios.
check Windows certificates health





Check installed certificates in Windows store using powershell through NRPE / nsclient++: -My store (machine) -Root store -CA store -Auth store -SharePoint store You can specify number of days before expiring, and threshold for warning / critica ...
Check Windows Backup Log





Monitoring Microsoft Windows Backup Status from Nagios with NRPE and NSClient++
Check Vsphere Datastore 1





Powershell script to Check available size on datastores on VMWare ESX using NRPE and NSclient++
Check Veeam Backup for Microsoft 365





This is a Nagios Plugin for checking Veeam Backup for Microsoft 365 Jobs. This PowerShell script will: - check the state of a specific or all jobs (if state not equal success, assume nagios check to be critical) - check the last run time (if it is grea ...
Check SafeGuard Enterprise





This check is for SafeGuard Enterprise Management Center:
1. Load "XML" from:
https://localhost/SGNSRV/Trans.asmx/CheckConnection
2. Fix safeguard webapp bug (see line 30.., nasty bug in SGE/SGN 6.1)
3. Check if DBAuth and Webservice are working co ...
Check MS Cluster Group Preferred Owner





This is a small powershell script for NSClient to check if Cluster Groups are running on their preferred owner on a Microsoft cluster.
Check Microsoft Cluster Server via vbscript





Check MSCS resources & nodes via NSClient++ Checking of Microsoft Cluster Services via vbscript & NSClient++ (NRPE Handlers). You can choose between resources or nodes. For additional help call: cscript check_microsoft_cluster.vbs -h or README ...
Check Hyperv Performance





Plugin to Show Hyper-V Performance. This breaks stats down for each guest compared to the host.
* Guest CPU
* Guest Healthy Count
* Guest Network Usage
* Guest Storage Performance
* Host CPU
Plugin uses NSClient++
Check Hyper-V VM Health





This Plugin checks that all virtual machines running on your Hyper-V server are in good health. REQUIRES: Check_NT Plugin NSCLient++ or similar running on Server. Command Format: check_hyperv-health.sh $HOSTADDRESS$
Check Hyper-V 2012 health - BPA & VM





Check Hyper-V health through NRPE by: -Executing and retrieving BPA Results -Checking not running VM -Checking not operational normally VM Warning and Critical state are triggered on sum of: -Number of BPA issues -Number of VM in bad shape You ...
Check Exchange 2010 Hub Transport Queues





Monitor mail queues on Exchange 2010 hub transport servers using powershell and nsclient++.