From c8596ac20a74959ec2153e1747ec5a9eaa153ee2 Mon Sep 17 00:00:00 2001 From: Sahina Bose Date: Thu, 20 Mar 2014 14:14:19 +0530 Subject: plugins: Definitions for brick usage Added nagios command definitions for brick usage Also added a sample file to be used as reference to configure a gluster cluster in Nagios Change-Id: I3db0ce05de997460589b40fd684fff6a4e023fb6 Signed-off-by: Sahina Bose Reviewed-on: https://cuckoo.blr.redhat.com:8443/51 Reviewed-by: Ramesh N --- config/gluster-commands.cfg | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config/gluster-commands.cfg') diff --git a/config/gluster-commands.cfg b/config/gluster-commands.cfg index 21ff226..ef0e430 100644 --- a/config/gluster-commands.cfg +++ b/config/gluster-commands.cfg @@ -50,3 +50,8 @@ define command{ command_line $USER1$/gluster/check_cluster_vol_usage.py -w $ARG1$ -c $ARG2$ -hg $HOSTNAME$ } +define command{ + command_name check_dummy + command_line $USER1$/check_dummy 0 +} + -- cgit