I don't know why I keep getting this error.
If I use:
snmpwalk -v 1 -c public localhost system
I get a bunch of info.
But check_akcp.pl:
./check_akcp.pl -H localhost -C public -P 1
gives me:
UNKNOWN: Port not valid!
I configured snmpd with tutorial from your wiki.
Except file /etc/snmp/snmpd.conf didn't have any line "agentAddress", so I manually added the one stated in tutorial.
And yes, I have restarted snmpd.
I am on Ubuntu, and this is my first contact with Snmpd, so I apologize in advance, if I missed something obvious![]()