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.Exchange 2010 mailbox backup state check





This powershell plugin for the NSCP Client (former known as NSClient++) can be used inside an Nagios environment to monitor the backup state (e.g. if an backup software created successfully an backup from an MS Exchange MailBox) on an Microsoft Exchange 2 ...
Exchange 2010 Hub Transport Queues Check (inc. performa...





This powershell plugin for the NSCP Client (former known as NSClient++) can be used to monitor the mail queues on a Microsoft Exchange 2010 hub transport servers. It will provide the amount of emails in the queues as performance data to the Nagios environ ...
Exchange 2010 DAG Replication Health Check





This powershell plugin for the NSCP Client (former known as NSClient++) can be used inside an Nagios monitoring environment to monitor the replication health from a Microsoft Exchange 2010 database availability group (DAG).
Exchange 2010 DAG Mailbox check





Full disclaimer: this is a mish-mash of other scripts and random commands found in forums etc. I tried to find the original authors for credit but was unable. Sorry if some of this script is you and you aren't mentioned! Use this plugin to check the st ...
Exchange 2010 Content Index State Check





This powershell plugin for the NSCP Client (former known as NSClient++) can be used inside an Nagios environment to monitor the content index on a Microsoft Exchange 2010 Mailbox server.
Enabling NRPE With NSClient version 0.4.x





This document describes how to configure NRPE Listener in NSClient++ version 0.4.x for Nagios XI on a client system. It is intended for use by Nagios XI Administrators using NRPE and NSClient++.
Enabling NRPE With NSClient





This document describes how to configure NRPE Listener in NSClient++ for Nagios XI on a Windows client system.
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_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_vss_shadowstorage





The purpose of check_vss_shadowstorage.cmd is to identify any drives that are configured for storing shadow copies and identifying the maximum allowed space that VSS is allowed to use. If a drive is configured with the setting of "No limit" then you cou ...
check_vmware_view_sessions





this is a simple power shell script that check vmware view active sessions using NSClient++ client on Windows 2008
check_veeam_bkp





This is a Nagios Plugin that checks the last status of last run of all veeam jobs, not including Replication (BackupSync) jobs (which is a continues jobs that for behaving differently). - Powershell needs to be installed on the Nagios box. - NSClient++ ...
check_users (windows)





check_users looks at the number of users, along with an allowed user list and returns warning and critical based on thresholds or if an unknown user is logged into the system. This script uses perl, so a perl environment must be available on the client ...
check_storage_pool.ps1





Check Windows Storage Spaces and Status of all local disks through NSClient / NRPE Sample Output: OK: (POOL:Primordial Health:OK Operational:OK) (DISK:PhysicalDisk0 Health:OK Operational:OK) (DISK:PhysicalDisk1 Health: OK Operational:OK) (DISK:Physica ...
check_serviceaut





# check_serviceaut
Plugin for nagios to check service status and autostart if service is stopped.
Plugin para Nagios que chequea el estado del servicio y lo arranca de forma automática si esta parado.
1.- Define command in /usr/local/nagios/etc ...
check_reg_key.vbs





NSClient++ plugin to check for a match to a specified registry key value. If the specified value matches the one in the queried key then it will return "OK" if not "Critical".
check_proc_number





Checking the number of running process on windows machines. The connection is established from Nagios server through nrpe to the remote nsclient agent. The script should be copied to remote nsclient machine and "nsclient.ini" file should be changed ac ...
check_processes (windows)





check_processes takes a list of allowed processes and returns warning and critical based on thresholds if processes not on the list are running. The script is written in perl, so requires a perl environment to run. Tinyperl works fine. Place the tiny ...
check_ohm_temperatures





A PowerShell script used by NSClient++ to check the temperatures on a host running Windows. NSClient++ can then be called by Nagios to run this script. The script uses OpenHardwareMonitor.org to read the temperatures.