summaryrefslogtreecommitdiffstats
path: root/glusternagios/utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'glusternagios/utils.py')
-rw-r--r--glusternagios/utils.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/glusternagios/utils.py b/glusternagios/utils.py
index a46811d..d329877 100644
--- a/glusternagios/utils.py
+++ b/glusternagios/utils.py
@@ -105,6 +105,8 @@ setsidCmdPath = CommandPath("setsid",
sudoCmdPath = CommandPath("sudo",
"/usr/bin/sudo",
)
+hostnameCmdPath = CommandPath("hostname", "/bin/hostname", )
+glusterCmdPath = CommandPath("gluster", "/usr/sbin/gluster")
# Buffsize is 1K because I tested it on some use cases and 1K was fastest. If
# you find this number to be a bottleneck in any way you are welcome to change
# it