summaryrefslogtreecommitdiffstats
path: root/abs/core/xymon/hbfunc.py
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-10-14 19:41:28 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-10-14 19:41:28 (GMT)
commit489742a5f2ec36803e4272d25ba381e21ede5f2d (patch)
tree600cd4571806fe63dca4027c063a0f0ca1067f90 /abs/core/xymon/hbfunc.py
parent291d629bb0b495a9d096a952d8208258767231f1 (diff)
downloadlinhes_pkgbuild-489742a5f2ec36803e4272d25ba381e21ede5f2d.zip
linhes_pkgbuild-489742a5f2ec36803e4272d25ba381e21ede5f2d.tar.gz
linhes_pkgbuild-489742a5f2ec36803e4272d25ba381e21ede5f2d.tar.bz2
xymon: hbfunc.py removed some useless debugging from the func test
Diffstat (limited to 'abs/core/xymon/hbfunc.py')
-rw-r--r--abs/core/xymon/hbfunc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/abs/core/xymon/hbfunc.py b/abs/core/xymon/hbfunc.py
index 65b7902..029e3ee 100644
--- a/abs/core/xymon/hbfunc.py
+++ b/abs/core/xymon/hbfunc.py
@@ -207,7 +207,7 @@ local_myth_version=find_local_myth_version()
for currentclient_a in hostlist:
currentclient=currentclient_a.lower()
- print currentclient
+ #print currentclient
cmd='/home/xymon/server/bin/xymon 127.0.0.1 "query '
cmd+=currentclient
cmd+='.conn"'