remove old position for checkers and update related files

git-svn-id: http://www.observium.org/svn/observer/trunk@241 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2008-07-18 08:21:45 +00:00
parent 530ffd431e
commit c3e626aae2
79 changed files with 24 additions and 4386 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<?php
$check = `checkers/check_simap -H $service[hostname]`;
$check = `scripts/services/check_simap -H $service[hostname]`;
list($check, $time) = split("\|", $check);