From 795fc58ef57127f257ea06c8c77ff8fba0662a4e Mon Sep 17 00:00:00 2001 From: Shubhendu Tripathi Date: Fri, 14 Mar 2014 12:56:53 +0530 Subject: nagios-server-addons: Check remote host plugin Plugins to ckeck the remote host status based on various services. Change-Id: I1e260829901aa8dd831f0ca1d58609addb9bcf1b Signed-off-by: Shubhendu Tripathi Reviewed-on: https://cuckoo.blr.redhat.com:8443/9 Reviewed-by: Sahina Bose Tested-by: Sahina Bose --- config/Makefile.am | 1 + config/host-monitoring-services.in | 8 ++++++++ 2 files changed, 9 insertions(+) create mode 100644 config/host-monitoring-services.in (limited to 'config') diff --git a/config/Makefile.am b/config/Makefile.am index 7e19136..eea3ea2 100644 --- a/config/Makefile.am +++ b/config/Makefile.am @@ -5,6 +5,7 @@ glusternagiosconf_DATA = \ gluster-host-services.cfg \ gluster-templates.cfg \ gluster-contacts.cfg \ + host-monitoring-services.in \ $(NULL) glusternagiosdefaultconfdir = $(sysconfdir)/nagios/gluster/default diff --git a/config/host-monitoring-services.in b/config/host-monitoring-services.in new file mode 100644 index 0000000..52ce8e0 --- /dev/null +++ b/config/host-monitoring-services.in @@ -0,0 +1,8 @@ +{serviceList: [ + 'Cpu Utilization', + 'Disk Utilization', + 'Memory Utilization', + 'Network Utilization', + 'Swap Utilization', + ] +} -- cgit