Add environment device type

git-svn-id: http://www.observium.org/svn/observer/trunk@1259 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Tom Laermans
2010-06-24 16:23:37 +00:00
parent 87dfad8a79
commit f73b33f3f9
6 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -259,7 +259,7 @@ $poller_end = utime(); $poller_run = $poller_end - $poller_start; $poller_time =
$string = $argv[0] . " $doing " . date("F j, Y, G:i") . " - $polled_devices devices polled in $poller_time secs";
if ($debug) echo("$string\n");
shell_exec("echo '".$string."' >> ".$config['install_dir']."/observer.log");
shell_exec("echo '".$string."' >> ".$config['install_dir']."/observer.log"); # FIXME EWW
?>