From 651a0fca2c07cb844f6bdc57b0a8b2fa3e3cbc9f Mon Sep 17 00:00:00 2001 From: Ramesh Nachimuthu Date: Fri, 20 Jun 2014 16:52:27 +0530 Subject: server-addons: Fix typo in error message Fixing typo 'NPRE' in server_utils.execNRPECommand() Bug-Url: https://bugzilla.redhat.com/1108569 Change-Id: I9b29780661353eb0b82ef24a390c2d2091f7ea4e Signed-off-by: Ramesh Nachimuthu Reviewed-on: http://review.gluster.org/8130 Reviewed-by: Sahina Bose --- plugins/server_utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/server_utils.py b/plugins/server_utils.py index 46a8cf4..e2271ba 100755 --- a/plugins/server_utils.py +++ b/plugins/server_utils.py @@ -114,6 +114,6 @@ def execNRPECommand(host, else: print "Failed to execute NRPE command '%s' in host '%s' " \ "\nError : %s" \ - "Make sure NPRE server in host '%s' is configured to accept " \ + "Make sure NRPE server in host '%s' is configured to accept " \ "requests from Nagios server" % (command, host, outputStr, host) sys.exit(utils.PluginStatusCode.CRITICAL) -- cgit