mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
unfuck ipmi and update changelog and snmp.conf.example
git-svn-id: http://www.observium.org/svn/observer/trunk@2261 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -2,12 +2,14 @@ For more granular updates check:
|
|||||||
|
|
||||||
http://www.observium.org/websvn/listing.php?repname=observer
|
http://www.observium.org/websvn/listing.php?repname=observer
|
||||||
|
|
||||||
|
SVN
|
||||||
|
|
||||||
0.10.5.2248 ( 5th May 2011 )
|
0.10.5.2248 ( 5th May 2011 )
|
||||||
|
|
||||||
* Improve poller/discovery
|
* Improve poller/discovery
|
||||||
* Improve option bar option highlighting
|
* Improve option bar option highlighting
|
||||||
* Add support for OSPF discovery
|
* Add support for OSPF discovery
|
||||||
* Add support for CEF switching statistics
|
* Add support for CEF switching statistics from CISCO-CEF-MIB
|
||||||
* Add support for UDP6 transport (and others) for SNMP.
|
* Add support for UDP6 transport (and others) for SNMP.
|
||||||
* Improved Microsoft Windows detection.
|
* Improved Microsoft Windows detection.
|
||||||
* Juniper ScreenOS CPU/Memory.
|
* Juniper ScreenOS CPU/Memory.
|
||||||
|
@@ -1,5 +1,7 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
|
global $ipmi_unit;
|
||||||
|
|
||||||
## IPMI
|
## IPMI
|
||||||
if ($ipmi['host'] = get_dev_attrib($device,'ipmi_hostname'))
|
if ($ipmi['host'] = get_dev_attrib($device,'ipmi_hostname'))
|
||||||
{
|
{
|
||||||
|
@@ -1 +1 @@
|
|||||||
mibdirs +/opt/observer/mibs
|
mibdirs +/opt/observium/mibs
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
com2sec readonly default m3m3t1c
|
com2sec readonly default 0bs3rv1um
|
||||||
|
|
||||||
group MyROGroup v2c readonly
|
group MyROGroup v2c readonly
|
||||||
view all included .1 80
|
view all included .1 80
|
||||||
|
Reference in New Issue
Block a user