Showing 181-190 of 296 results.
Sort by:
check_snmp_memory.pl
http://william.leibzon.org/nagios/This plugin provides memory statistics data from NetSNMP and calculates percentage of used data based on amount of system/user memory as opposed to also including…
check_uptime / check_snmp_uptime
http://william.leibzon.org/nagios/Documentation is in plugin code as usual for all my plugins. Here are parts of it: The plugin can either retrieve information from local system…
check_smbspace
Using smbclient this script calculates the free space and percent free. smb_client -H [hostname] -S [sharename] -W [warnlevel] -C [critlevel] It's nothing grand, but I…
Check used Swap on Linux
# Swap memory usage on a machine using free # # No machine should never ever swap anything! (following the old saw: "Memory is RAM!")…
stat_dev.pl
Check the IO and MB/s for an Device. Gets data by reading the /proc/diskstats file. Is only to get some nice graphs from the performance…
stat_net.pl
Returns the the actual counters from the Network device or devices as performance data to generate graphs. Read the data from the /proc/net/dev file. Contains…
check_ntp_time.pl
This script uses the Net::NTP and checks the server clock offset with a NTP Server.