Page 1 of 1
Performance/snm: Many OIDS,1 query vs. 1 OID, 1 query
Posted: Tue Sep 19, 2017 3:51 am
by eltrasimaco
Hi, i have several snmp queries against one server, each one configured as a single service
I read somewhere , sending one query with many oids against a server gives better performance
But in terms of service configuration is harder
What should be the best practice here?
Re: Performance/snm: Many OIDS,1 query vs. 1 OID, 1 query
Posted: Tue Sep 19, 2017 9:34 am
by tmcdonald
My advice is one service per OID.
If you query multiple OIDs in one check, it can be difficult to tell which one is alerting. Let's say you are checking fan speed and internal temperature, and one of them goes critical - you don't necessarily know which one without looking into the details. Could be both. Even if that is not an issue, configuring the thresholds will get messy because you have to hunt down and match up which thresholds belong to which metric. And on top of that, the performance graphs can get cluttered when you have more than a few different metrics at once.
Re: Performance/snm: Many OIDS,1 query vs. 1 OID, 1 query
Posted: Tue Sep 19, 2017 12:22 pm
by eltrasimaco
Ok, thanks so much!
Re: Performance/snm: Many OIDS,1 query vs. 1 OID, 1 query
Posted: Tue Sep 19, 2017 12:34 pm
by tmcdonald
No problem! Did you have any further (related) questions or are we okay to close this thread?
Re: Performance/snm: Many OIDS,1 query vs. 1 OID, 1 query
Posted: Wed Sep 20, 2017 5:20 am
by eltrasimaco
All ok, thread can be closed, thanks