Search found 30 matches

by Kerflumpre
Sun Nov 16, 2014 6:17 pm
Forum: Open Source Nagios Projects
Topic: check_snmp not working but snmpget works
Replies: 61
Views: 27535

Re: check_snmp not working but snmpget works

Sorry. I've rebuilt it several times. Missed that on this build.
by Kerflumpre
Sat Nov 15, 2014 9:41 am
Forum: Open Source Nagios Projects
Topic: check_snmp not working but snmpget works
Replies: 61
Views: 27535

Re: check_snmp not working but snmpget works

Code: Select all

root@nagios-core:/usr/local/nagios/libexec# /usr/bin/snmpget -V
NET-SNMP version: 5.4.3

by Kerflumpre
Fri Nov 14, 2014 6:19 am
Forum: Open Source Nagios Projects
Topic: check_snmp not working but snmpget works
Replies: 61
Views: 27535

Re: check_snmp not working but snmpget works

Installed libssl-dev and recompiled, no change (did make install). root@nagios-core:/usr/local/nagios/libexec# ./check_snmp -P 1 -C COMMUNITY -H 192.168.1.1 -vvv -o iso.3.6.1.2.1.31.1.1.1.16.1 /usr/bin/snmpget -Le -t 1 -r 5 -m ALL -v 1 [authpriv] 192.168.1.1:161 iso.3.6.1.2.1.31.1.1.1.16.1 CRITICAL ...
by Kerflumpre
Wed Nov 12, 2014 6:14 am
Forum: Open Source Nagios Projects
Topic: check_snmp not working but snmpget works
Replies: 61
Views: 27535

Re: check_snmp not working but snmpget works

I installed it and recompiled the plugins. No change.
by Kerflumpre
Tue Nov 11, 2014 8:14 pm
Forum: Open Source Nagios Projects
Topic: check_snmp not working but snmpget works
Replies: 61
Views: 27535

Re: check_snmp not working but snmpget works

Code: Select all

root@nagios-core:~/downloads/nagios-plugins-2.0.3# dpkg --get-selections | grep -v deinstall | grep -i 'net-snmp\|openssl'
openssl                                         install
by Kerflumpre
Mon Nov 10, 2014 3:39 pm
Forum: Open Source Nagios Projects
Topic: check_snmp not working but snmpget works
Replies: 61
Views: 27535

Re: check_snmp not working but snmpget works

Before I post the wrong stuff, you mean for Nagios and the plugins?
by Kerflumpre
Sun Nov 09, 2014 2:17 pm
Forum: Open Source Nagios Projects
Topic: check_snmp not working but snmpget works
Replies: 61
Views: 27535

Re: check_snmp not working but snmpget works

Getting a slightly different result now: root@nagios-core:/usr/local/nagios/libexec# ./check_snmp -P 1 -c COMMUNITY -H 192.168.1.1 -vvv -o iso.3.6.1.2.1.31.1.1.1.16.1 /usr/local/bin/snmpget -Le -t 1 -r 5 -m ALL -v 1 [authpriv] 192.168.1.1:161 iso.3.6.1.2.1.31.1.1.1.16.1 External command error: Timeo...
by Kerflumpre
Sun Nov 09, 2014 12:34 pm
Forum: Open Source Nagios Projects
Topic: check_snmp not working but snmpget works
Replies: 61
Views: 27535

Re: check_snmp not working but snmpget works

Looks promising. And how did you get check_snmp to use the new version?