From 8bd5e82b58ea64e934b36f890e769aad7579bca2 Mon Sep 17 00:00:00 2001 From: Adam Amstrong Date: Tue, 3 Apr 2007 16:16:53 +0000 Subject: [PATCH] Changed readme to reflect new changes, added header to cdp class library git-svn-id: http://www.observium.org/svn/observer/trunk@15 61d68cd4-352d-0410-923a-c4978735b2b8 --- README | 22 +++++++++++++++++----- includes/cdp.php | 17 +++++++++++++++++ 2 files changed, 34 insertions(+), 5 deletions(-) diff --git a/README b/README index 6dc00e668..ccef95a07 100644 --- a/README +++ b/README @@ -5,11 +5,23 @@ Released under the GNU Public License Introduction ------------ -Project Observer is an auto-discovering network monitoring system. It's not designed to be a drop-in replacement for -Nagios, Mon, JFFNMS or similar applications. It's designed to be an easily-navigable interface to the health of your -network. +Project Observer is an auto-discovering network monitoring system. + +It's designed to be an easily-navigable interface to the health of your network. *********************************************************** +Release 0.2.5 +Added new CDP detection code and proper CDP link removal +Added service addition page +Added device overview +Added more interface pages +Added syslogging using syslog-ng +Added temperature monitoring and discovery +Added TCP/IP/UDP/ICMP statistics collection and graphing +Fixed some graphs +Tidied up some font sizes +Added stylesheet variable into config.php to allow custom files to be used + Release 0.2.4 Fixed some misnamed files Fixed some hardcoded binary locations @@ -56,12 +68,12 @@ Release 0.1.0 - October 2006 Initial Release. Basic discovery in place. Graphing in place. + Feature Waiting List -------------------- * Verification of discovered devices and interfaces * Serial number tracking * Manual layer 1 linking -* Service Monitoring +* Proper Service Monitoring * Alerting -* Temperature Monitoring diff --git a/includes/cdp.php b/includes/cdp.php index 560867a7e..17f599ec7 100644 --- a/includes/cdp.php +++ b/includes/cdp.php @@ -1,5 +1,22 @@ + * @version 1.0 + * @copyright Copyright © 2006, Rick Hodger + * @package snmp-cdp + * @filesource + */ +/** + * SNMP class with CDP functionality + * + * Class is named snmp-cdp. Can retreive a list of ports, and use those + * to determine if they are connected to a CDP enabled device. + * @package snmp-cdp + */ + class snmpCDP { var $community = "public";