Hello everyone,
I'm trying to monitoring the UPS we have in our datacenter, I use the "apcups" module to do that.
However, snmp_exporter seems to struggle a bit with a particular OID : 1.3.6.1.4.1.318.1.1.1.2
An snmpwalk on this OID takes 14,8 seconds.
If I mesure the time snmp_exporter use for this particular OID (having commented everything else) :
$ time wget "snmp_exporter:9116/snmp?module=apcups&target=<my_UPS_IP>"
wget: server returned error: HTTP/1.1 500 Internal Server Error
Command exited with non-zero status 1
real 0m 14.91s
snmp_exporter has no problem with the rest of the OIDs configured for this module, it takes 3.6 seconds to get everything.
I don't know how to get more logs out of that, is the latency the problem?
having a check every 30/60 seconds would be okay, heck, even every 5 minutes.
But snmp_exporter has a timeout of 15s that I can't configure?
Is there any solution to fix that?
Thanks!