From: Peter Palfrader Date: Mon, 20 Mar 2017 09:14:48 +0000 (+0100) Subject: prepare adding free memory check X-Git-Url: https://wiki.adam-barratt.org.uk/gitweb/?a=commitdiff_plain;h=2ddffe5b329130eaef17ac251f17d32e1d62d8c2;p=mirror%2Fdsa-nagios.git prepare adding free memory check --- diff --git a/config/nagios-master.cfg b/config/nagios-master.cfg index a18437e..d2de630 100644 --- a/config/nagios-master.cfg +++ b/config/nagios-master.cfg @@ -1631,6 +1631,16 @@ services: name: swap usage - mb nrpe: "/usr/lib/nagios/plugins/check_swap -w 20000 -c 5000" hostgroups: computers + - + name: free memory - mb + nrpe: "/usr/lib/nagios/plugins/dsa-check-memory -m mb" + #hostgroups: computers + hosts: draghi + - + name: free memory - percent + nrpe: "/usr/lib/nagios/plugins/dsa-check-memory -m pct" + #hostgroups: computers + hosts: draghi - name: process - getty nrpe: "/usr/lib/nagios/plugins/check_procs -w 1:8 -c 1: -u root -C getty -a /sbin/getty"