summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xplugins/discovery.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/discovery.py b/plugins/discovery.py
index 1ce4679..eb77313 100755
--- a/plugins/discovery.py
+++ b/plugins/discovery.py
@@ -530,7 +530,7 @@ if __name__ == '__main__':
replaceHostNamesWithCurrentName(clusterdata.get('hosts'))
duplicateHost = _findDuplicateHost(clusterdata.get('hosts'), args.cluster)
if duplicateHost:
- print "ERROR: Host '%s' is already being monitored" % duplicateHost
+ print "ERROR: Host name '%s' is already in use" % duplicateHost
sys.exit(utils.PluginStatusCode.CRITICAL)
configManager = getConfigManager(args)