From 63956f5f1b98eda9fba71eeb796fe2a0ed5b76fb Mon Sep 17 00:00:00 2001 From: Tom Laermans Date: Wed, 21 Jul 2010 00:11:33 +0000 Subject: [PATCH] more polling fixes git-svn-id: http://www.observium.org/svn/observer/trunk@1450 61d68cd4-352d-0410-923a-c4978735b2b8 --- includes/polling/os/allied.inc.php | 2 +- includes/polling/os/extremeware.inc.php | 2 +- includes/polling/os/routeros.inc.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/includes/polling/os/allied.inc.php b/includes/polling/os/allied.inc.php index ac623d5736..ec175d7a10 100644 --- a/includes/polling/os/allied.inc.php +++ b/includes/polling/os/allied.inc.php @@ -47,6 +47,6 @@ $version = str_replace("\"","", $version); $features = str_replace("\"","", $features); $hardware = str_replace("\"","", $hardware); -include("hr-mib.inc.php"); +include("includes/polling/hr-mib.inc.php"); ?> diff --git a/includes/polling/os/extremeware.inc.php b/includes/polling/os/extremeware.inc.php index b10ceaaaa0..e8f393f611 100644 --- a/includes/polling/os/extremeware.inc.php +++ b/includes/polling/os/extremeware.inc.php @@ -42,6 +42,6 @@ $features = str_replace("\"","", $features); $hardware = str_replace("\"","", $hardware); -include("hr-mib.inc.php"); +include("includes/polling/hr-mib.inc.php"); ?> diff --git a/includes/polling/os/routeros.inc.php b/includes/polling/os/routeros.inc.php index 91f24697c7..f19d297a33 100644 --- a/includes/polling/os/routeros.inc.php +++ b/includes/polling/os/routeros.inc.php @@ -1,6 +1,6 @@