mirror of
https://github.com/stylersnico/librenms.git
synced 2026-08-01 16:26:55 +02:00
some docs updates
git-svn-id: http://www.observium.org/svn/observer/trunk@693 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -1,10 +1,18 @@
|
|||||||
Release 0.7 ( Pre-Release )
|
Release 0.10 ( Pre-Release )
|
||||||
|
|
||||||
Changed netstats (icmp, udp, tcp, snmp, ip) stats collection
|
Changed netstats (icmp, udp, tcp, snmp, ip) stats collection
|
||||||
Implemented new includes-based graphing system
|
Implemented new includes-based graphing system
|
||||||
Replaced interfaces polling code
|
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 )
|
Release 0.6.0 ( 28th August 2009 )
|
||||||
|
|
||||||
|
|||||||
+18
@@ -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,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
|
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
|
it under the terms of the GNU General Public License as published by
|
||||||
|
|||||||
Reference in New Issue
Block a user