fix paths on includes (8 hour graph gap :[ )

git-svn-id: http://www.observium.org/svn/observer/trunk@1449 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2010-07-20 23:18:29 +00:00
parent 4f94a99535
commit 84de6a0528
5 changed files with 9 additions and 9 deletions

View File

@@ -46,6 +46,6 @@ if (is_numeric($cpu_usage))
rrdtool_update($cpurrd, " N:$cpu_usage");
}
include("hr-mib.inc.php");
include("includes/polling/hr-mib.inc.php");
?>