From b0f3cfc18011f149e1ce4b885fd47a6828a3c2ca Mon Sep 17 00:00:00 2001 From: Shubhendu Tripathi Date: Thu, 3 Apr 2014 12:50:28 +0530 Subject: rhsc-nagios-addon: Fixed build errors Fixed build errors Change-Id: I5720d5b2366ade742011597834470ad9ee0e32d1 Signed-off-by: Shubhendu Tripathi Reviewed-on: https://code.engineering.redhat.com/gerrit/22418 Reviewed-by: Sahina Bose --- plugins/Makefile.am | 1 - plugins/gluster_host_service_handler.py.in | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'plugins') 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 -- cgit