I've got no idea what could still be wrong
check_snmp not working but snmpget works
Re: check_snmp not working but snmpget works
I'm sorry, but I'm out of options.
I've got no idea what could still be wrong
I've got no idea what could still be wrong
Rob Hassing


Re: check_snmp not working but snmpget works
Can you post a log of the full configure and make processes?
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
-
Kerflumpre
- Posts: 30
- Joined: Fri Apr 22, 2011 6:50 pm
Re: check_snmp not working but snmpget works
Before I post the wrong stuff, you mean for Nagios and the plugins?
Re: check_snmp not working but snmpget works
nagios-plugins specifically. I want to see if there were any issues in the check_snmp configure or build.
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
-
Kerflumpre
- Posts: 30
- Joined: Fri Apr 22, 2011 6:50 pm
Re: check_snmp not working but snmpget works
Attached
- Attachments
-
putty-nagios-plugins.log- (136.84 KiB) Downloaded 470 times
-
sreinhardt
- -fno-stack-protector
- Posts: 4366
- Joined: Mon Nov 19, 2012 12:10 pm
Re: check_snmp not working but snmpget works
It does look like it was unable to find net-snmp libraries according to the config, in fact it looks like few important things were not detected:
configure: WARNING: Tried /usr/bin/perl - install Net::SNMP perl module if you want to use the perl snmp plugins
configure: WARNING: OpenSSL or GnuTLS libs could not be found or were disabled
Let's just check one more time for those:
dpkg --get-selections | grep -v deinstall | grep -i 'net-snmp\|openssl'
configure: WARNING: Tried /usr/bin/perl - install Net::SNMP perl module if you want to use the perl snmp plugins
configure: WARNING: OpenSSL or GnuTLS libs could not be found or were disabled
Let's just check one more time for those:
dpkg --get-selections | grep -v deinstall | grep -i 'net-snmp\|openssl'
Nagios-Plugins maintainer exclusively, unless you have other C language bugs with open-source nagios projects, then I am happy to help! Please pm or use other communication to alert me to issues as I no longer track the forum.
-
Kerflumpre
- Posts: 30
- Joined: Fri Apr 22, 2011 6:50 pm
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
Re: check_snmp not working but snmpget works
I'm missing libnet-snmp-perl, that is also installed on my system.
Rob Hassing


-
Kerflumpre
- Posts: 30
- Joined: Fri Apr 22, 2011 6:50 pm
Re: check_snmp not working but snmpget works
I installed it and recompiled the plugins. No change.
Re: check_snmp not working but snmpget works
Can you post the new build log?
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.