From 6316832d0e0bff8347e073e55ab8beb255a11f10 Mon Sep 17 00:00:00 2001 From: Adam Amstrong Date: Fri, 30 Jul 2010 18:21:01 +0000 Subject: [PATCH] CISCO-REMOTE-ACCESS-MONITOR-MIB polling (no graphign yet) git-svn-id: http://www.observium.org/svn/observer/trunk@1555 61d68cd4-352d-0410-923a-c4978735b2b8 --- .../graphs/sensor/temperature.inc.php | 8 +- includes/polling/altiga-ssl.inc.php | 2 +- .../cisco-remote-access-monitor.inc.php | 86 +++++++++++++++++++ poller.php | 4 +- 4 files changed, 93 insertions(+), 7 deletions(-) create mode 100755 includes/polling/cisco-remote-access-monitor.inc.php diff --git a/html/includes/graphs/sensor/temperature.inc.php b/html/includes/graphs/sensor/temperature.inc.php index 122a83abf..86ce17a23 100644 --- a/html/includes/graphs/sensor/temperature.inc.php +++ b/html/includes/graphs/sensor/temperature.inc.php @@ -1,7 +1,7 @@ diff --git a/poller.php b/poller.php index 343d6e120..e2fd21b58 100755 --- a/poller.php +++ b/poller.php @@ -193,7 +193,6 @@ while ($device = mysql_fetch_array($device_query)) include("includes/polling/ucd-mib.inc.php"); include("includes/polling/ipSystemStats.inc.php"); include("includes/polling/ports.inc.php"); - include("includes/polling/altiga-ssl.inc.php"); include("includes/polling/cisco-mac-accounting.inc.php"); include("includes/polling/bgpPeer.inc.php"); include("includes/polling/toner.inc.php"); @@ -201,6 +200,9 @@ while ($device = mysql_fetch_array($device_query)) include("includes/polling/applications.inc.php"); include("includes/polling/wireless.inc.php"); + #include("includes/polling/altiga-ssl.inc.php"); + include("includes/polling/cisco-remote-access-monitor.inc.php"); + unset( $update ) ; unset( $seperator) ;