Linux

Nagios plugins for monitoring Linux systems.

Showing 157-168 of 337 Plugins.

PLUGIN NAME
DESCRIPTION
RATING
VIEWS
AUTHOR
LICENSE
A simple shell script for nagios to check the number of processes running on a target system
Simple (Bash) Nagios script to get the temperatue of CPU from lm-sensors.
Simple script to check the kernel version of your Linux or Unix server. Sample configuration: define service{ host_name SERVER service_description Kernel Version check_command check_version }…
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…
Plugin to check number of files in a remote directory using telnet. Implemented in Expect.
Monitors a VMWare Server's VMs This is intended to be run on the remote server running VMWare Server via NRPE / OpsView Agent
Checks free space on VMWare ESX 3.5 vmfs datastores using /usr/sbin/vdf -h.
Just a quick script to drop in to your /etc/init.d directory and added it to your run levels using "chkconfig --add nrpe". Afterwards you can…
Python plugin to check the status of a software based RAID device.
Shows users logged on to a machine. Can alert on certain users being logged in using either a whitelist or blacklist (or both) or if…
Finds the current running kernel version and compares it to the latest installed kernel version. Shows a warning if you need a reboot.
I tried a perl script to check the load of several server using SNMP, but it not worked and I could not find hos to…