Search found 3 matches

by jLinux
Thu Apr 21, 2016 2:47 pm
Forum: Open Source Nagios Projects
Topic: Having issues getting SNMP working
Replies: 6
Views: 3752

Re: Having issues getting SNMP working

Ok.. so when I go back to the debugger in check_mk (I know, not supported, im just using it for debugging), it looks like SNMPv2 is working, just not SNMPv1.. Does Nagios need SNMPv1 for anything? http://d.pr/i/14hC3 Edit : So it was a stupid issue... I had -P 2c in the middle, and -P 1 at the end. ...
by jLinux
Thu Apr 21, 2016 2:40 pm
Forum: Open Source Nagios Projects
Topic: Having issues getting SNMP working
Replies: 6
Views: 3752

Re: Having issues getting SNMP working

Right, I figured it wasn't supported, but I just added that it was part of what I installed, this snmp check is related to the nagios core I believe Regarding the SNMP Check: [root@server conf.d]# snmpwalk 192.168.1.34 -c 209ijvfwer0df92jd -v2c -On .1.3.6.1.2.1.1.1.0 = STRING: Linux server.company.c...
by jLinux
Thu Apr 21, 2016 2:30 pm
Forum: Open Source Nagios Projects
Topic: Having issues getting SNMP working
Replies: 6
Views: 3752

Having issues getting SNMP working

Hello! I'm somewhat new to Nagios. I've used it before at other companies, but this is the first time I'm setting it up from scratch, and I'm having issues with the SNMP checks. I got the Nagios/Check_MK/OMD install done, and all seemed to go well, but when I add a host, the SNMP checks fail. I foll...