git-svn-id: http://www.observium.org/svn/observer/trunk@243 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2008-07-18 08:35:02 +00:00
parent bb2cb8a5fa
commit 60ee7e5141

View File

@@ -1,6 +1,6 @@
<?php
$check = `checkers/check_ssh -H $service[hostname]`;
$check = `scripts/services/check_ssh -H $service[hostname]`;
list($check, $time) = split("\|", $check);