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