Received usmStatsWrongDigests.0 Report-PDU with value 2

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
shan_1986
Posts: 25
Joined: Sun Jul 28, 2013 9:10 am

Received usmStatsWrongDigests.0 Report-PDU with value 2

Post by shan_1986 »

Hello All,

I'm trying to configure iron port appliances in our environment using check_ironport.pl plugin.
I do receive the this error message while executing this command.
Could you help by sorting this error. I'm giving the SNMP community name here.

./check_ironport.pl -H ***** -s 3 -C **** -w 30 -c 60 -x c-mailTransferThreads

ERROR: opening SNMP session:Received usmStatsWrongDigests.0 Report-PDU with value 2 during synchronization

Regards,
Sudarshan.
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: Received usmStatsWrongDigests.0 Report-PDU with value 2

Post by tmcdonald »

shan_1986 wrote:I'm giving the SNMP community name here.

./check_ironport.pl -H ***** -s 3 -C **** -w 30 -c 60 -x c-mailTransferThreads
Are you sure you have the -C value set correctly? I found only a few references to your error and they seem to suggest it is a password issue:

http://www.tontonitch.com/tiki/tiki-ind ... leshooting

Toward the very bottom. Are there any special characters in your password that would screw up the command? Maybe try wrapping the password in quotes?
Former Nagios employee
shan_1986
Posts: 25
Joined: Sun Jul 28, 2013 9:10 am

Re: Received usmStatsWrongDigests.0 Report-PDU with value 2

Post by shan_1986 »

Thank you very much.. It's indeed a password problem that i was able to fix.

Regards,
Sudarshan.
Locked