Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Category: Operating Systems
Plugins for monitoring various operating systems.
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.- * Virtual Environments (105 listings)
- AIX (41 listings)
- BSD (30 listings)
- HP-UX (19 listings)
- Linux (354 listings)
- Mac OS / OSX (8 listings)
- Novell (18 listings)
- Others (0 listings)
- Solaris (79 listings)
- Tru64 (1 listings)
- Windows (166 listings)
- Windows NRPE (94 listings)
check_all_open_files.sh
github.com/wefixit-AT/nagios_check_all_open_filesThis is a Nagios-check which verify all open files against a threshold.
check_cputime
www.yourownlinux.com/2014/09/nagios-bash-plugin-to-monitor-cThis is a plugin designed using Bash script. This plugin is created so that 'Performance Gauges' in Nagios XI work properly, showing appropriate 'Warning' and 'Critical' regions.
check_cpu_info
This plugin is successfully tested on Ubuntu server-client environment. This script, written in bash is intended for getting total CPU use in percentage along with four important CPU usage information like User, System,Idle and IOwait. By default it will ...
check_disks_size
YET ANOTHER DISK CHECK FOR LINUX SYSTEMS ( AUTOMATICALLY DETECTS THE MOUNT-POINTS ) Shell script (written in pure bash to avoid installation any extra programming languages ) It is designed to work on any linux operating system. ( tested on Debian8 ...
check_disk_write.pl (Advanced Nagios Plugins Collection...
github.com/harisekhon/nagios-pluginsChecks a disk is writable and functioning properly by writing a tiny canary file with unique generated contents and then reading it back to make sure it was written properly. Useful to detect I/O errors and disks that have been re-mounted read-only as ...
check_filesystem_space.sh
This script replaces the check_disk that comes with the Nagios. The check_disk that comes with Nagios reported that the inodes on AIX and Linux were constantly at 99% free, when in reality they were far less. AIX, HP-UX, Solaris, and Linux are all s ...
check_list_smbfolder_guest
Get if a folder is shared, using the guest user for query. Windows or Unix shared working...
check_open_files.sh
github.com/wefixit-AT/nagios_check_open_filesThis is a Nagios-check which verify if there are to many opened for a given user. For me this was necessary to check an application server. Its also useful for monitoring the server and fine tune it.
check_path_exists
Simple script to check path exists on linux. Remember that you can check windows/other filesystems paths using NFS/SAMBA/SMB/OTHER mounting point. Enjoy it!
check_puppet_lastrun
This tests how long it has been since the puppet agent was last run, and exits with OK, Warning or Critical status depending on the interval. This is useful in installations where the puppet agent is being run by a cron job, rather than the daemon.
check_snmp_memory - Monitoring the memory
Checks the memory (physical and virtual) usage for Windows, Solaris, Linux servers, Cisco firewalls and MacAffee WebGateway By Martin Fuerstenau
Check_vos returns operating system a computer (Linux or...
Check_vos returns operating system a computer (Linux or Microsoft). This script uses Shell.
check_xenserver_messages
Checks if there are any System alert messages active on xenServer pool/host. Requires atleast XenServer 6.2.0 version as message priorities are not defined properly on older versions. Uses XenAPI. Tested on CentOS 6.7. v1.0.1 fixes XenAPI session logo ...
Nagios Puppet Plugin
blindroot.plThis is small script that can monitor your Puppet installation and its components.
ssh_file_system_usage
Simple file system utilization script for any standard Linux system. Under the hood simply uses df -h
Unix/Linux Check Diskspace of Partition/Volume/Mount
Check the capacity of a volume using df. Tested on Linux, FreeBSD, AIX, and OSX.
Unix/Linux Check Filesystem Status by Directory
Shell script that recursively checks for filesystem input/output errors by directory using stat. Depth is configurable.
Unix/Linux scan and check all current filesystem
Nagios plugin to check server fileststem usage. Usage: check_all_fs.sh [-w ] [-c ] -w warning threshold (usage% as integer)" -c critical threshold (usage% as integer)" -h this help screen" -V version info" Example: check_all_fs.sh -w 90 -c 95
UNIX/LINUX SNMP CPU IDLE with STATs
This plugin monitors CPU Idle of UNIX/LINUX OS and gets a lot of additional Info from SNMPD. Plugin checks are made via SNMP v2c/3 and returns CPU Idle percent in Output and Perfdata and other stats in Performance data. REQUIRE include .1.3.6.1.4.1.20 ...