diff options
Diffstat (limited to 'abs')
-rwxr-xr-x | abs/core/xymon/PKGBUILD | 2 | ||||
-rw-r--r-- | abs/core/xymon/hbfunc.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/abs/core/xymon/PKGBUILD b/abs/core/xymon/PKGBUILD index 52aabf9..e640a73 100755 --- a/abs/core/xymon/PKGBUILD +++ b/abs/core/xymon/PKGBUILD @@ -128,7 +128,7 @@ md5sums=('31923ec126fe1c264fceb459d2175161' 'a652448ebcae3f439c8f23369b69ecf2' '0f70e76a164f648f0a4a01110137cb20' 'f6921f0413215ae174e81306be80d37f' - '54ba9d7bff5875150e511c608ffc1e6a' + '80d9cfac86c6d96836e6f406e35e7cf5' 'd210c43fb9ee9ad6cd7648e0c2e0efea' '0c808fa12672289f86b0651545381308' '0469d775db9fdd18ea95dd41937ada82' 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"' |