summaryrefslogtreecommitdiffstats
path: root/service/check_distcc.sh
diff options
context:
space:
mode:
Diffstat (limited to 'service/check_distcc.sh')
-rwxr-xr-xservice/check_distcc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/check_distcc.sh b/service/check_distcc.sh
index 1862b52..4af7850 100755
--- a/service/check_distcc.sh
+++ b/service/check_distcc.sh
@@ -8,7 +8,7 @@ name=distccd
[ -z "$host" ] && { echo "Host should be specified"; exit 1; }
online=$(../scripts/ping.pl "$host")
-healthy=$(../scripts/ping.pl "$host" 3364)
+healthy=$(../scripts/ping.pl "$host:3632")
function qssh {
ssh "root@$host" "$@"