centreon / centreon-plugins

Collection of standard plugins to discover and gather cloud-to-edge metrics and status across your whole IT infrastructure.
https://www.centreon.com
Apache License 2.0
310 stars 274 forks source link

Correct OID to monitor CPU & RAM on MOXA EDS-516A & EDS-408A #4815

Open FredDIAM opened 7 months ago

FredDIAM commented 7 months ago

Here are the correct OID to monitor CPU & RAM of MOXA switch model EDS-516A & EDS-408A CPU: eds408a => { cpu_load5s => { oid => '.1.3.6.1.4.1.8691.7.7.1.53' }, cpu_load1m => { oid => '.1.3.6.1.4.1.8691.7.7.1.54' }, cpu_load5m => { oid => '.1.3.6.1.4.1.8691.7.7.1.55' } }, eds516a => { cpu_load5s => { oid => '.1.3.6.1.4.1.8691.7.11.1.53' }, cpu_load1m => { oid => '.1.3.6.1.4.1.8691.7.11.1.54' }, cpu_load5m => { oid => '.1.3.6.1.4.1.8691.7.11.1.55' } }, RAM: eds408a => { total => { oid => '.1.3.6.1.4.1.8691.7.7.1.56' }, free => { oid => '.1.3.6.1.4.1.8691.7.7.1.57' }, used => { oid => '.1.3.6.1.4.1.8691.7.7.1.58' } }, eds516a => { total => { oid => '.1.3.6.1.4.1.8691.7.11.1.56' }, free => { oid => '.1.3.6.1.4.1.8691.7.11.1.57' }, used => { oid => '.1.3.6.1.4.1.8691.7.11.1.58' } },

lucie-dubrunfaut commented 2 months ago

Hello :)

I'm not sure to understand well the issue because for me it's looks like a proposal for improvement by adding two news equipments not already available for the plugin network::moxa::switch::snmp::plugin right ? If that is the case, can you provide us a .snmpwalk (full snmpwalk of enterprise branch :snmpwalk -ObentU -v 2c -c public address .1.3.6.1.4.1 > equipment.snmpwalk) from this equipments to help us troubleshooting this proposal (and add tests around it) ? Also if you have the MIB associated, that would be a big plus for us. Otherwise, can you tell us more around your issue to understand it better ? Thanks for your patience 🙏