summaryrefslogtreecommitdiffstats
path: root/plugins/constants.py.in
diff options
context:
space:
mode:
authorSahina Bose <sabose@redhat.com>2014-03-14 12:49:59 +0530
committerBala.FA <barumuga@redhat.com>2014-04-29 10:21:36 +0530
commitad004f45088ee81723b2a2420b3bce01f0bd845b (patch)
tree126104f6a84140b5f459b44d641e94ae4376d3d9 /plugins/constants.py.in
parent998e1f9ef43f8fd6e2a7a3722bfd4f3f734c450d (diff)
plugins: Plugin to check the cluster utilization
This plugin sums up the volume utilization outputs in a cluster Added a utils livestatus for common code related to mk_livestatus Added constants for livestatussocket path Change-Id: Id665ad3aaa1140e54c831d721ee874421ae84fa3 Signed-off-by: Sahina Bose <sabose@redhat.com> Reviewed-on: https://cuckoo.blr.redhat.com:8443/10 Reviewed-by: Bala FA <barumuga@redhat.com>
Diffstat (limited to 'plugins/constants.py.in')
-rw-r--r--plugins/constants.py.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/constants.py.in b/plugins/constants.py.in
new file mode 100644
index 0000000..40dd304
--- /dev/null
+++ b/plugins/constants.py.in
@@ -0,0 +1 @@
+LIVESTATUS_SOCKETPATH = "@nagioslivestatussocketpath@"