summaryrefslogtreecommitdiffstats
path: root/plugins/discovery.py
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/discovery.py')
-rwxr-xr-xplugins/discovery.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/discovery.py b/plugins/discovery.py
index b17c81f..c4fa149 100755
--- a/plugins/discovery.py
+++ b/plugins/discovery.py
@@ -568,7 +568,7 @@ if __name__ == '__main__':
args.nagiosServerIP, args.mode, args.timeout)
print "Cluster configurations synced successfully from host %s" % \
(args.hostip)
- #Unregister the temp_node1
+ # Unregister the temp_node1
unRegisterHost("temp_node1")
# If Nagios is running then try to restart. Otherwise don't do
# anything.