summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/Makefile.am1
-rwxr-xr-xplugins/gluster_host_service_handler.py.in2
2 files changed, 1 insertions, 2 deletions
diff --git a/plugins/Makefile.am b/plugins/Makefile.am
index ef199f0..3787e9a 100644
--- a/plugins/Makefile.am
+++ b/plugins/Makefile.am
@@ -6,7 +6,6 @@ dist_glusternagiosplugins_PYTHON = \
gluster_host_service_handler.py \
livestatus.py \
notify_ovirt_engine_handler.py \
- server_utils.py \
$(NULL)
EXTRA_DIST = \
diff --git a/plugins/gluster_host_service_handler.py.in b/plugins/gluster_host_service_handler.py.in
index 2d5bff0..db7cdad 100755
--- a/plugins/gluster_host_service_handler.py.in
+++ b/plugins/gluster_host_service_handler.py.in
@@ -20,10 +20,10 @@
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301,USA
#
-import os
import sys
import datetime
import argparse
+import json
import livestatus
from glusternagios import utils