From f98cf66756eeaff58a97164dc4d76630cf8e524b Mon Sep 17 00:00:00 2001 From: Tom Laermans Date: Wed, 23 Jun 2010 18:43:58 +0000 Subject: [PATCH] fix futuristic experimental secret poller git-svn-id: http://www.observium.org/svn/observer/trunk@1254 61d68cd4-352d-0410-923a-c4978735b2b8 --- poller.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/poller.php b/poller.php index b70e8a9da..99ff67306 100755 --- a/poller.php +++ b/poller.php @@ -60,7 +60,7 @@ while ($device = mysql_fetch_array($device_query)) { include("includes/polling/".$options['t'].".inc.php"); } else { include("includes/polling/ports.inc.php"); - include("includes/polling/ports-etherlike.inc.php"); + include("includes/polling/port-etherlike.inc.php"); include("includes/polling/cisco-mac-accounting.inc.php"); } } else { echo(" Unreachable"); } // End Reachability Check