mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
0.10.6 release. ><{{{*>
git-svn-id: http://www.observium.org/svn/observer/trunk@1241 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -1,15 +1,17 @@
|
|||||||
For more granular updates check http://twitter.com/observernms or
|
For more granular updates check http://twitter.com/observernms or
|
||||||
http://www.observernms.org/websvn/listing.php?repname=observer
|
http://www.observernms.org/websvn/listing.php?repname=observer
|
||||||
|
|
||||||
Release 0.10.0 ( Pre release )
|
Release 0.10.6
|
||||||
|
|
||||||
Changed netstats (icmp, udp, tcp, snmp, ip) stats collection
|
Changed netstats (icmp, udp, tcp, snmp, ip) stats collection
|
||||||
|
Implemented new application monitoring system
|
||||||
Implemented new includes-based graphing system
|
Implemented new includes-based graphing system
|
||||||
Replaced interfaces polling code
|
Improvements to eventlogging code
|
||||||
|
Replaced interfaces polling code (2x speed improvement on average!)
|
||||||
|
|
||||||
Removed, cleaned up 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 IPv6 BGP sessions on JunOS
|
||||||
Added support for Dell Powerconnect and HP Procurve switches
|
Added support for Dell Powerconnect and HP Procurve switches
|
||||||
Added support for Supermicro SuperoDoctor temperature support
|
Added support for Supermicro SuperoDoctor temperature support
|
||||||
Added support for LLDP discovery
|
Added support for LLDP discovery
|
||||||
|
|||||||
@@ -100,7 +100,7 @@ if(!$config['graph_colours']['mixed']) {
|
|||||||
# No changes below this line #
|
# No changes below this line #
|
||||||
##############################
|
##############################
|
||||||
|
|
||||||
$config['version'] = "0.10.0";
|
$config['version'] = "0.10.6";
|
||||||
|
|
||||||
$config['rrd_opts_array'] = explode(" ", trim($config['rrdgraph_def_text']));
|
$config['rrd_opts_array'] = explode(" ", trim($config['rrdgraph_def_text']));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user