Search Exchange
Search All Sites
Nagios Live Webinars
Let our experts show you how Nagios can help your organization.Login
Directory Tree
Directory
radumar1001
check_ifconfig
check_ifconfig is a Nagios plugin to network Ethernet interfaces on Linux platforms. It uses the output of ifconfig and reports the status of the network interface and the following parameters as performance data: RX bytes, TX bytes, RX packets, TX packet ...
check_used_mem
check_used_mem is a Nagios plugin for checking memory and swap usage on Linux and UNIX platforms. Atention: It reports the USED memory, not the free memory. If you want to measure the free memory, you may want to take a look at another plugin I wr ...
check_disk_space
check_disk_space is a Nagios plugin for checking disk used space. It returns the following information: - total disk space on the partition (in Bytes) - currently used disk space (in Bytes and in %) - free disk space (in Bytes and in %)
check_disk_inodes
check_disk_inodes is a Nagios plugin for checking the number of used inodes on a disk. It returns the following information: - total number of inodes - currently used inodes (as absolute number and in percents as a float) - currently free inodes (a ...
check_free_mem
check_free_mem is a Nagios plugin for checking memory and swap usage on Linux and UNIX platforms. It uses the output of "free" command and needs only grep and awk - no Perl, Python, PHP or SNMP. It has separate thresholds (warning and critical) for R ...