SteScho / manubulon-snmp

Set of Icinga/Nagios plugins to check hosts and hardware with the SNMP protocol.
GNU General Public License v2.0
73 stars 71 forks source link

Minor feature updates to check_snmp_process.pl #50

Closed jimbobmcgee closed 6 years ago

jimbobmcgee commented 6 years ago

The following features are included:

  1. Added new -T option, to report/check against the total RAM of all matched processes, rather than the highest value
  2. Warn/Crit values are now optional for -m and -u options, allowing for capture of these in perfdata without requiring thresholds
  3. Perfdata is now always written if -F is supplied, even if there were no matched process (i.e. num_process=0 memory_usage=0 cpu_usage=0).