Random Project
Home > Plugins > System Metrics

System Metrics

Nagios plugins for monitoring different types of system metrics (e.g. disk, memory, cpu, etc.)

Showing 205-216 of 296 Plugins.

PLUGIN NAME
DESCRIPTION
RATING
VIEWS
AUTHOR
LICENSE
This plugin is used to make sure files are getting moved out of a directory. It does not check to make sure there are no…
check_snmp_disks uses SNMP to check disk usage on a host's partitions. It uses a config file to allow setting the warning and critical thresholds for…
These scripts could be merged together, if anyone wanted to spend the time. However, having them as two scripts makes it easier to replace the…
The plugin checks if a file exists. Returns OK if the file exists , and show the first three lines of the file ( head…
# /etc/nagios/scripts/check_e2fs_next_fsck OK, filesystems /dev/mapper/vg_ulmo-lv_root /dev/vda1 are fsck safe -------------------------------------- # /etc/nagios/scripts/check_e2fs_next_fsck ERROR: server12: /dev/mapper/es-es next fsck check time is in the past ( Fri…
Version: 20121031 ______ ATTENTION: I'm no longer using nagios, therefore I stopped maintaining this plugin. I will take care of detailed bug reports, but cannot…
The purpose of this plug-in is to invert the output of the "check_snmp" plug-in when you need to check an inverted scale. For example, one…
I wrote a simple plugin to check the number of established connections to a windows server. Just execute: cmd /c netstat -an |find /i “estab”…
This plugin checks CPU / System / HDs Temperatures of the most QNAP devices via SNMP. It's also an alternative to the simple check_snmp which…
This plugin checks CPU usage and Memory usage (total, used, free) of the most QNAP devices via SNMP. Originally made for a QNAP TS-809, i…
This is a simple plugin that uses the Amazon::SQS::Client package to monitor the ApproximateNumberOfMessages attribute of a specified Amazon Simple Queue Service queue. If you've…