some docs updates

git-svn-id: http://www.observium.org/svn/observer/trunk@693 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Tom Laermans
2010-01-15 22:04:12 +00:00
parent d1d1e28642
commit 955260a23e
3 changed files with 29 additions and 3 deletions
+10 -2
View File
@@ -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 )
+18
View File
@@ -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! ;-)
+1 -1
View File
@@ -1,4 +1,4 @@
Copyright (C) 2006-2009 Adam Armstrong <adama@memetic.org>
Copyright (C) 2006-2010 Adam Armstrong <adama@memetic.org>
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