Mcafee ATD SNMP issue

Hello,

Friends,
I dont have much experience in snmp configuration so decided to ask smarter people :slight_smile:

I’m having a problem with adding mcafee atd device via snmp protocol.
Snmp worked fine with other vendors, but seems like this one is not being recognized properly as its not giving any system information on query .1.3.6.1.2.1.1

$cmk --debug -v -I ATD
[snmp] ERROR: Cannot fetch system description OID .1.3.6.1.2.1.1.1.0. This might be OK for some bogus devices. In that case please configure the ruleset “Hosts without system description OID” to tell Check_MK not to fetch the system description and system object OIDs.

$ snmpwalk -On -v2c -c ** x.x.x.x
.1.3.6.1.2.1 = No Such Object available on this agent at this OID

Host connection is not an issue as I managed to discover all available OIDs on the atd device:
.1.3.6.1.4.1.8962.4.1.1.1.0 = INTEGER: 26
.1.3.6.1.4.1.8962.4.1.1.2.0 = INTEGER: 58
.1.3.6.1.4.1.8962.4.1.1.3.0 = INTEGER: 11
.1.3.6.1.4.1.8962.4.1.1.4.0 = INTEGER: 57
.1.3.6.1.4.1.8962.4.1.1.5.1.2.0 = INTEGER: 89684405
.1.3.6.1.4.1.8962.4.1.1.5.1.2.1 = INTEGER: 3
.1.3.6.1.4.1.8962.4.1.1.5.1.2.2 = INTEGER: 0
.1.3.6.1.4.1.8962.4.1.1.5.1.2.3 = INTEGER: 0
.1.3.6.1.4.1.8962.4.1.1.5.1.3.0 = INTEGER: 7821227
.1.3.6.1.4.1.8962.4.1.1.5.1.3.1 = INTEGER: 0
.1.3.6.1.4.1.8962.4.1.1.5.1.3.2 = INTEGER: 0
.1.3.6.1.4.1.8962.4.1.1.5.1.3.3 = INTEGER: 0
.1.3.6.1.4.1.8962.4.1.1.6.0 = INTEGER: 0 atdFileWaiting.0
.1.3.6.1.4.1.8962.4.1.1.7.0 = INTEGER: 0 atdFileAnalyzing.0
.1.3.6.1.4.1.8962.4.1.1.8.0 = INTEGER: 0 atdSystemTemperature.0
.1.3.6.1.4.1.8962.4.1.1.9.0 = INTEGER: 1 atdSystemHealth.0
.1.3.6.1.4.1.8962.4.1.1.10.0 = INTEGER: 0
.1.3.6.1.4.1.8962.4.1.1.11.0 = INTEGER: 0
.1.3.6.1.4.1.8962.4.1.1.12.0 = INTEGER: 1
.1.3.6.1.4.1.8962.4.1.1.13.0 = INTEGER: 0
.1.3.6.1.4.1.8962.4.1.1.14.0 = INTEGER: 1
.1.3.6.1.4.1.8962.4.1.1.15.0 = INTEGER: 1
.1.3.6.1.4.1.8962.4.1.1.16.0 = INTEGER: 0
.1.3.6.1.4.1.8962.4.1.1.17.0 = INTEGER: 1
.1.3.6.1.4.1.8962.4.1.1.18.0 = INTEGER: 0
.1.3.6.1.4.1.8962.4.1.1.19.0 = INTEGER: 7
…but have no clue how to implement it on check_mk as my atd’s services. I also have a mib file with the description. Been playing a little with python files based on instruction found on https://checkmk.de/cms_legacy_devel_snmpbased.html but with no luck :frowning:

v. raw v.1.6.0p5

Will be grateful for any help.
Regards.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.