Re: error check_ifoperstatnag SnmpV3
Posted: Thu Jul 24, 2014 2:58 pm
I found the problem:
The command configured by the wizard was as follows:
"./check_ifoperstatnag 10116 -v3 -u NAGIOSv3 -A NagiosOperxxxx -x AES -X Operxxxx -a MD5 -l authNoPriv 192.168.x.x"
the right thing was:
"./check_ifoperstatnag 10116 -v 3 -u NAGIOSv3 -A NagiosOperxxxx -x AES -X Operxxxx -a MD5 -l authNoPriv 192.168.x.x"
it might be good to review the wizard.
Thank you for your help
The command configured by the wizard was as follows:
"./check_ifoperstatnag 10116 -v3 -u NAGIOSv3 -A NagiosOperxxxx -x AES -X Operxxxx -a MD5 -l authNoPriv 192.168.x.x"
the right thing was:
"./check_ifoperstatnag 10116 -v 3 -u NAGIOSv3 -A NagiosOperxxxx -x AES -X Operxxxx -a MD5 -l authNoPriv 192.168.x.x"
it might be good to review the wizard.
Thank you for your help