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_uptime





Simple script to check the uptime of a Linux, Unix, or Solaris host. This check is informational only, it always returns 'OK' Sample use: define service Sample output: System Uptime - up 9 days, 5 Hours, 02 Minutes
check_ts3100 with snmp





basic perl plugin that uses snmpwalk to get status of a IBM TS3100 tapedrive. Only tested on configurations with one drive in the system.
Returns:
uptime
drive-clean
status
driveLoads
You need to have Nagios::Plugin perl module installed:
cpan ...
check_snmp_uptime





This plugin can check the uptime of a host using SNMP v1 queries.
check_snmp_host.sh





This is a Nagios plugin for running basic health checks on a Linux host, via SNMP. Current version can check CPU load, disk usage, system load, memory usage, network traffic, process details, number of running processes, swap usage, timedrift, uptime and ...
check_remote_load





Checks the load average of the remote system using "uptime" command remotely by invoking of the check_by_ssh command from nagios-plugins-basic package.
check_qnap2





Based on version 1.03 from: http://exchange.nagios.org/directory/Plugins/Hardware/Storage-Systems/Others/check_qnap/details Fixed minor errors and did some cleanup of the status information. Monitoring of: - Temperature system - Temperature disks ...
Check_px5XX Quantum Library





Checks the state and the uptime of Quantum library PX506 (and maybe PX502 & PX510) via SNMP.
check_proc_uptime





Script to get a process uptime, alerts if process time is under CRIT value can be used to monitor if any process has been restarted, output graphic of uptime in minutes ex.: # ./check_proc_uptime rsyslogd 90 OK - Process 1841 rsyslogd uptime i ...
check_pfsense (numerous checks)





This is a collection of scripts I've put together over the years for monitoring pfSense. I used them as a check via SSH proxy, but you could use them via NRPE as well. The Linux Included website has an in-depth discussion on how the various checks work. I ...
check_mysql_wrapper





hack for nagios check_mysql binary - This wraps the information sent back into a format that then produces graphs from the output When executing check_mysql normally the result is: ./check_mysql -H SERVER -P PORT -d DB -u DB_USER -p DB_PASS -w 5 ...
check_linksys - plugin for checking Linksys networking ...





check_linksys.pl checks Linksys networking hardware via SNMP. It counts ethernet interfaces and reports how many of them are up or down. Also shows the system description and uptime if you want. There's a spec file in the archive if you want to build an R ...
check_iseries with snmp





Basic perl plugin using Nagios::Plugin and snmpwalk.
Monitors:
load
number of logged on users
ASP storage
uptime
jobs
(not as feature-complete as the check_as400 plugin published)
You need to have Nagios::Plugin perl module installed:
ubuntu
c ...
check_h2o_cluster.pl (Advanced Nagios Plugins Collectio...





Nagios Plugin to check an 0xdata H20 machine learning cluster via REST API Checks: - cloud healthy state - consensus among H2O instances Optional Checks: - cloud name - number of H2O instances in cloud - cloud locked (stabilized - accepts n ...
check_beronet





This Plugin was developed by oliskibbe at gmail.com (Oliver Skibbe) This plugin is written in php and requires php_snmp Required: @nagios: - packages: php-cli, php5-snmp @beronet: - Firmware > 2.x - SNMP activated Usage: check_beronet ip ...
CheckForRestartsAndUptime





This is a Nagios plugin that uses PowerShell to check Windows machines for recent reboot events and their current uptime. Full documentation: https://github.com/sawft99/NagiosPlugins
check uptime





small script plugin to check uptime tested on ubuntu 14 and centos 6 https://github.com/cpinochet/check_uptime.git cu.sh has hardcoded limits cu2.sh accepts 2 parameters (warning and critical) Usage: ./cu2.sh Example: ./cu2.sh 200 300
Check Synology Router Uptime via SNMP





Nagios Plugin to check the uptime via SNMPv2
Check SNMP Uptime





Most Nagios checks are done every 5 minutes and a device can reboot without you knowing about it. This scrip can be used to check the uptime of a device, it will give a critical or a warning status when the uptime is bellow 15 or 30 minutes.
check remote unix scripts





Various scripts to check disk, load, uptime, metastat, and other stuff via ssh or rsh on remote unix system. Developed on Solaris to check remote solaris, hp-ux and linux systems.