From 955260a23e3e5c75d97e48b369662524805bca31 Mon Sep 17 00:00:00 2001 From: Tom Laermans Date: Fri, 15 Jan 2010 22:04:12 +0000 Subject: [PATCH] some docs updates git-svn-id: http://www.observium.org/svn/observer/trunk@693 61d68cd4-352d-0410-923a-c4978735b2b8 --- CHANGELOG | 12 ++++++++++-- DEVELOPING | 18 ++++++++++++++++++ README | 2 +- 3 files changed, 29 insertions(+), 3 deletions(-) create mode 100644 DEVELOPING diff --git a/CHANGELOG b/CHANGELOG index 38098a4f5..e7b07fb05 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,10 +1,18 @@ -Release 0.7 ( Pre-Release ) +Release 0.10 ( Pre-Release ) Changed netstats (icmp, udp, tcp, snmp, ip) stats collection Implemented new includes-based graphing system Replaced interfaces polling code -Removed or replaced a lot of old and unused code. +Removed, cleaned up or replaced a lot of old and unused code. + +Added support for ipv6 BGP sessions on JunOS +Added support for Dell Powerconnect and HP Procurve switches +Added support for Supermicro SuperoDoctor temperature support +Added support for LLDP discovery +Added support for Q-BRIDGE-MIB VLANs (basically for non-cisco HW) + +And more... Release 0.6.0 ( 28th August 2009 ) diff --git a/DEVELOPING b/DEVELOPING new file mode 100644 index 000000000..db8a5322f --- /dev/null +++ b/DEVELOPING @@ -0,0 +1,18 @@ + +Adding a new device class (os type) +=================================== + +Create a file in includes/osdiscovery, which fills the OS type variable if +you can identify the device as such (sysDescr or similar). Please use a +meaningful name! + +Adjust discovery.php, running specific command based on OS type, if needed. + +Create includes/polling/device-$osname.inc.php, for device specific polling. + +Create html/pages/device/graphs/os-$osname.inc.php to display a custom graph +set for this device type. + +If desired, create a 32x32 logo, in html/images/os/$osname.png. + +When tested and satisfied, please submit a patch to the development team! ;-) diff --git a/README b/README index ff3c33189..4b7b1fb8e 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -Copyright (C) 2006-2009 Adam Armstrong +Copyright (C) 2006-2010 Adam Armstrong This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by