From 2ddffe5b329130eaef17ac251f17d32e1d62d8c2 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Mon, 20 Mar 2017 10:14:48 +0100 Subject: [PATCH] prepare adding free memory check --- config/nagios-master.cfg | 10 ++++++++++ 1 file changed, 10 insertions(+) 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" -- 2.20.1