Search found 11 matches

by bro969
Tue Sep 11, 2012 9:31 am
Forum: Open Source Nagios Projects
Topic: Unknown username error - snmp v 3
Replies: 2
Views: 11509

Re: Unknown username error - snmp v 3

Thanks.

Regarding net-snmp-config --create-snmpv3-user -a password testuser, you can ignore that as it turned out my CentOS version does not support that, but does support /usr/bin/net-snmp-create-v3-user -a password testuser.

Don't know why am getting the unknown username error.


Kind regards
by bro969
Tue Sep 11, 2012 7:20 am
Forum: Open Source Nagios Projects
Topic: Unknown username error - snmp v 3
Replies: 2
Views: 11509

Unknown username error - snmp v 3

Hi All, Am getting Unknown username error when setting up snmp v3 for Nagios Core. I'll appreciate any assistance I'll get. See below for output. [ root on pts/0 ] (1005) # /usr/bin/net-snmp-create-v3-user -a password testuser adding the following line to /var/lib/net-snmp/snmpd.conf: createUser tes...
by bro969
Tue Sep 04, 2012 11:00 am
Forum: Open Source Nagios Projects
Topic: SNMP problem - No data received from host
Replies: 12
Views: 7354

Re: SNMP problem - No data received from host

Thanks Yancy for all your effort.

bro969
by bro969
Tue Sep 04, 2012 9:15 am
Forum: Open Source Nagios Projects
Topic: SNMP problem - No data received from host
Replies: 12
Views: 7354

Re: SNMP problem - No data received from host

Hi Yancy, Below is what I get when I formatted the command as advised. [ root on pts/0 ] (1091) # ./check_snmp -v 3 -u cisco -A ciscocisco -H 10.255.1.18 -o sysUpTime.0 /usr/bin/snmpget -t 1 -r 5 -m ALL -v 1 -c public 10.255.1.18:161 sysUpTime.0 SNMP problem - No data received from host CMD: /usr/bi...
by bro969
Thu Aug 30, 2012 4:22 am
Forum: Open Source Nagios Projects
Topic: SNMP problem - No data received from host
Replies: 12
Views: 7354

Re: SNMP problem - No data received from host

Thanks. I missed the "-" in u when typing. However, with that in place I recieve the output below; [ root on pts/0 ] (1035) # ./check_snmp -v 3 -u cisco -l authPriv -a MD5 -A ciscocisco -H localhost -o sysUpTime.0 /usr/bin/snmpget -t 1 -r 5 -m ALL -v 1 -c public localhost:161 sysUpTime.0 a...
by bro969
Wed Aug 29, 2012 6:33 am
Forum: Open Source Nagios Projects
Topic: SNMP problem - No data received from host
Replies: 12
Views: 7354

Re: SNMP problem - No data received from host

Thanks Yancy. See what I get from ./check_snmp command; [ root on pts/1 ] (1230) # ./check_snmp -v 3 u cisco -A ciscocisco -H localhost -o sysUpime.0 /usr/bin/snmpget -t 1 -r 5 -m ALL -v 1 -c public localhost:161 sysUpime.0 SNMP problem - No data received from host CMD: /usr/bin/snmpget -t 1 -r 5 -m...
by bro969
Tue Aug 28, 2012 3:51 am
Forum: Open Source Nagios Projects
Topic: SNMP problem - No data received from host
Replies: 12
Views: 7354

Re: SNMP problem - No data received from host

Thanks Yancy, I have tested against check_snmp from the command line as advised. I have the following output below; [ root on pts/0 ] (1059) # /usr/local/nagios/libexec/ [ ~ ] [ root on pts/0 ] (1060) # ./check_snmp [ /usr/local/nagios/libexec ] check_snmp: Could not parse arguments Usage:check_snmp...
by bro969
Thu Aug 23, 2012 3:28 am
Forum: Open Source Nagios Projects
Topic: SNMP problem - No data received from host
Replies: 12
Views: 7354

Re: SNMP problem - No data received from host

Thanks Yancy, I get your point. On the device I am monitoring, I have the following snmp command, "snmp-server host 1.1.1.1 version 3 auth <snmp username>" . Where 1.1.1.1 represents the snmp host. In which command line argument do I need to configure the snmp V3 I have created? What comma...
by bro969
Wed Aug 22, 2012 8:39 am
Forum: Open Source Nagios Projects
Topic: SNMP problem - No data received from host
Replies: 12
Views: 7354

SNMP problem - No data received from host

HI All, New to Linux and Nagios. I have managed to configure Nagios to monitor host devices. However, I still get errors (see below) monitoring interfaces via snmp. I have gone through a host of posts here and replicated some of the advices but still no success. Can someone please assist me in getti...
by bro969
Wed Jul 25, 2012 9:06 am
Forum: Nagios XI
Topic: 0-yum error
Replies: 3
Views: 1308

Re: 0-yum error

Hi, Thanks for your response. I tried the nagiosxi install as root as well, but still getting 0-yum error. I tried some suggestions I read online from a similar case by running the below; curl -s http://repoforge.org/use/ | grep -o "http://pkgs.repoforge.org/rpmforge-release/rpmforge-release-[0...