Hi,
We are using exagrid plugin as described in:
#538
#4638
checking mibs of exagrid we see some additional values that can be interesting if possible to add
MIB file from exagrid (uploaded as zip official MIB from exagrid)
https://github.com/librenms/librenms/blob/master/mibs/exagrid/EXAGRID-MIB (another example)
exagrid.zip
Example some data to monitor and allow to define warning/critical values (see parameters_to_monitor.zip)
If you need I can send a required snmpwalk to a private mail to add additional doc, if is required
New Plugins and modes
It will be interesting to add modes like
1.- server status
egServerAlarmState OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION "Current alarm state of the server.
1 Server has no alarms
2 Server is in a Warning Alarm State
3 Server is in an Error Alarm State"
::= { exagridServerStatus 1 }
exagridServerData OBJECT IDENTIFIER ::= { exagrid 4 }
exagridLandingSpace OBJECT IDENTIFIER ::= { exagridServerData 1 }
exagridRetentionSpace OBJECT IDENTIFIER ::= { exagridServerData 2 }
exagridDeduplicationRatio OBJECT IDENTIFIER ::= { exagridServerData 3 }
exagridPendingDeduplication OBJECT IDENTIFIER ::= { exagridServerData 4 }
exagridPendingReplication OBJECT IDENTIFIER ::= { exagridServerData 5 }
exagridServerStatus OBJECT IDENTIFIER ::= { exagridServerData 6 }
exagridRates OBJECT IDENTIFIER ::= { exagridServerData 7 }
Some values like space landing retention, deduplciation, age of data and read/write performance will be interesting, if possible to add this check
thanks
To develop a plugin/mode, we need the following information, depending on the protocol:
- SNMP: MIB files and full snmpwalk of enterprise branch (
snmpwalk -ObentU -v 2c -c public address .1.3.6.1.4.1 > equipment.snmpwalk) or SNMP collections.
- --> I can send to mail if needed
Hi,
We are using exagrid plugin as described in:
#538
#4638
checking mibs of exagrid we see some additional values that can be interesting if possible to add
MIB file from exagrid (uploaded as zip official MIB from exagrid)
https://github.com/librenms/librenms/blob/master/mibs/exagrid/EXAGRID-MIB (another example)
exagrid.zip
Example some data to monitor and allow to define warning/critical values (see parameters_to_monitor.zip)
If you need I can send a required snmpwalk to a private mail to add additional doc, if is required
New Plugins and modes
It will be interesting to add modes like
1.- server status
egServerAlarmState OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS mandatory
DESCRIPTION "Current alarm state of the server.
1 Server has no alarms
2 Server is in a Warning Alarm State
3 Server is in an Error Alarm State"
::= { exagridServerStatus 1 }
exagridServerData OBJECT IDENTIFIER ::= { exagrid 4 }
exagridLandingSpace OBJECT IDENTIFIER ::= { exagridServerData 1 }
exagridRetentionSpace OBJECT IDENTIFIER ::= { exagridServerData 2 }
exagridDeduplicationRatio OBJECT IDENTIFIER ::= { exagridServerData 3 }
exagridPendingDeduplication OBJECT IDENTIFIER ::= { exagridServerData 4 }
exagridPendingReplication OBJECT IDENTIFIER ::= { exagridServerData 5 }
exagridServerStatus OBJECT IDENTIFIER ::= { exagridServerData 6 }
exagridRates OBJECT IDENTIFIER ::= { exagridServerData 7 }
Some values like space landing retention, deduplciation, age of data and read/write performance will be interesting, if possible to add this check
thanks
To develop a plugin/mode, we need the following information, depending on the protocol:
snmpwalk -ObentU -v 2c -c public address .1.3.6.1.4.1 > equipment.snmpwalk) or SNMP collections.