Page 1 of 1

Monitoring via SNMP

Posted: Wed Jan 09, 2019 10:35 pm
by TomSmith
We have a ES1640dc v2 running 1.1.4 here which I'd like to monitor.
We got the SNMP working, so for instance if I query

Code: Select all

1.3.6.1.2.1.1.1
I get

Code: Select all

iso.3.6.1.2.1.1.1.0 = STRING: "ES1640dc v2"
as expected.
I've downloaded the NAS.mib from the device and according to that, in order to query the CPU usage (es-system cpu -usage) we should query

Code: Select all

1.3.6.1.4.1.24681.2.2.1.0
However, this doesn't return any information. (I get the same lack of results from both controllers).
The only part of the OID that returns info is

Code: Select all

1.3.6.1.4.1.24681.2.1.101
which returns the event logs as documented in the MIB. (101.1.1.0 is info, 101.2.1.0 is warn etc.).

My question is, can anyone else get any information from the QES specific OIDs? (eg 1.3.6.1.4.1.24681.2.2.1.0). Is this something that is fixed in v2.0.0?

Re: Monitoring via SNMP

Posted: Wed Jan 09, 2019 10:58 pm
by storageman
Don't know, I would raise a ticket
http://docs.qnap.com/esnas/2.0.0/en/GUI ... 568A6.html

If not, have you looked for OIDs via FreeBSD sites?

Re: Monitoring via SNMP

Posted: Thu Jan 10, 2019 7:11 pm
by TomSmith
I've raised a ticket. I'm sure that this isn't expected behaviour.
We're using firmware ES164Xdc-1.1.4-20180903-DAILY-1, can anyone on 2.0.0 test SNMP (eg, can you retrieve 1.3.6.1.4.1.24681.2.2.1.0) and see if it works in the newer firmware please?

Re: Monitoring via SNMP

Posted: Wed Mar 20, 2019 8:55 am
by supremepizza
I have the same issue on 2.0. I have a feeling the MIB they provide is for QTS, just like everything else... I can't retrieve anything with the prefix 1.3.6.1.4.1.24681 from QES.