Re: Arista hardware health and environmental nagios plugin

2017-05-22 Thread Nathan Schrenk
Bas, Arista EOS supports ENTITY-SENSOR-MIB and exposes temperature sensors, etc, via that MIB so you should be able to use any NAGIOS plugins that can pull ENTITY-SENSOR-MIB data for environmental monitoring. For example, https://exchange.nagios.org/directory/Plugins/Hardware/Others/check_ entPhyS

Re: Arista hardware health and environmental nagios plugin

2017-05-22 Thread Piotr Iwanejko
Hello, > Wiadomość napisana przez bas w dniu 19.05.2017, o godz. > 21:34: > > I had hoped not to have to re-invent the wheel. Some custom scripts I use on 7050SX: https://github.com/piwanejko/Arista-monitoring-tools Nagios checks: CPU1 temperature check_snmp_sw!2c!'pu

Re: Arista hardware health and environmental nagios plugin

2017-05-21 Thread Alain Hebert
See it as tweaking the wheel... Now a perl script (with caching) to monitor VCP ports on QFX5100's is re-inventing the wheel, just because their engineers opted out of the usual way to handle network interfaces. They could have simply named them VCP-/0/x instead of naming them al

Re: Arista hardware health and environmental nagios plugin

2017-05-19 Thread bas
Hello All, Thanks for your replies. Especially the lmgtfy and RTFM.. most helpful. :-) I had hoped not to have to re-invent the wheel. Bas On Fri, May 19, 2017 at 9:21 PM, Stephen Satchell wrote: > Get the MIBS of the devices you want to monitor, then build SNMP sense > programs to pull the

Re: Arista hardware health and environmental nagios plugin

2017-05-19 Thread Stephen Satchell
Get the MIBS of the devices you want to monitor, then build SNMP sense programs to pull the information you need. The NAGIOS manuals should describe how to do this. On 05/19/2017 11:08 AM, bas wrote: > Hello All, > > Does anyone have a ready to use nagios/icinga plugin for hardware health > and

Arista hardware health and environmental nagios plugin

2017-05-19 Thread bas
Hello All, Does anyone have a ready to use nagios/icinga plugin for hardware health and temperature monitoring of arista devices that they are willing to share? (7050, 7280 and 7500) With google searches I can't find any available. Arista TAC replied: "nagios does snmp, so that should fit you ne