summaryrefslogtreecommitdiffstats
path: root/plugins/server_utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/server_utils.py')
-rwxr-xr-xplugins/server_utils.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/server_utils.py b/plugins/server_utils.py
index e2271ba..ab5b4e8 100755
--- a/plugins/server_utils.py
+++ b/plugins/server_utils.py
@@ -24,10 +24,12 @@ from pynag import Model
from glusternagios import utils
import submit_external_command
from constants import NRPE_PATH
+from constants import NAGIOS_PATH
serviceCmdPath = utils.CommandPath("service", "/sbin/service", )
nrpeCmdPath = utils.CommandPath("check_nrpe", NRPE_PATH, )
+nagiosCmdPath = utils.CommandPath("nagios", NAGIOS_PATH, )
def restartNagios():