Search found 13 matches
- Mon Aug 20, 2018 5:05 pm
- Forum: Nagios XI
- Topic: Nagios check fails - snmpwalk is success.
- Replies: 1
- Views: 419
Nagios check fails - snmpwalk is success.
Hello, I am facing an issue with setting up a Nagios check. snmpwalk is success to a device, but Nagios check fails. [user@server libexec]# snmpwalk -v2c -c xxxxxxxxxx 10.10.x.x ipRouteDest.0.0.0.0 RFC1213-MIB::ipRouteDest.0.0.0.0 = IpAddress: 0.0.0.0 [user@server libexec]# ./check_snmp -H 10.10.x.x...
- Wed Jun 27, 2018 3:15 pm
- Forum: Nagios XI
- Topic: Nagios check fails
- Replies: 1
- Views: 316
Nagios check fails
Hello Guys, I have a nagios check configured like this. $USER1$/check_snmp -H $HOSTADDRESS$ -C "$_HOSTSNMP_COMMUNITY$" -o .1.3.6.1.4.1.2636.3.40.1.4.1.1.1.3.$ARG1$ -s 1 -c 6 I am expecting the return value of 1 from the device. But when I check the GUI, I see that the check fails. The ague...
- Mon Apr 10, 2017 11:34 am
- Forum: Open Source Nagios Projects
- Topic: NRPE installation
- Replies: 10
- Views: 6354
Re: NRPE installation
-bash-4.2$ ./check_nrpe -h | head -7
NRPE Plugin for Nagios
Copyright (c) 1999-2008 Ethan Galstad ([email protected])
Version: 3.0.1
Last Modified: 09-08-2016
License: GPL v2 with exemptions (-l for more info)
SSL/TLS Available: OpenSSL 0.9.6 or higher required
-bash-4.2$
NRPE Plugin for Nagios
Copyright (c) 1999-2008 Ethan Galstad ([email protected])
Version: 3.0.1
Last Modified: 09-08-2016
License: GPL v2 with exemptions (-l for more info)
SSL/TLS Available: OpenSSL 0.9.6 or higher required
-bash-4.2$
- Fri Apr 07, 2017 3:07 pm
- Forum: Open Source Nagios Projects
- Topic: NRPE installation
- Replies: 10
- Views: 6354
Re: NRPE installation
Oops..I forgot to mention that earlier..I had already enabled that option and restarted NRPE daemon in remote host after making changes to nrpe.cfg. [user@krishnar1 etc]$ grep blame nrpe.cfg dont_blame_nrpe=1 # command arguments *AND* the dont_blame_nrpe directive in this [user@krishnar1 etc]$ [user...
- Fri Apr 07, 2017 1:54 pm
- Forum: Open Source Nagios Projects
- Topic: NRPE installation
- Replies: 10
- Views: 6354
Re: NRPE installation
After NRPE service restart in Remote host: -bash-4.2$ ./check_nrpe -H 172.31.116.108 -4 -c check_users check_users: Warning threshold must be a positive integer Usage: check_users -w <users> -c <users> -bash-4.2$ -bash-4.2$ -bash-4.2$ ./check_nrpe -H 172.31.116.108 -4 -c check_users -a 5 10 check_us...
- Fri Apr 07, 2017 1:35 pm
- Forum: Open Source Nagios Projects
- Topic: NRPE installation
- Replies: 10
- Views: 6354
Re: NRPE installation
Thank you for helping me..I have got one more query. [user@krishnar1 etc]$ cat nrpe.cfg | egrep ^command.*check_users command[check_users]=/usr/local/nagios/libexec/check_users -w $ARG1$ -c $ARG2$ I have the above config in my remote host. I am not able to do the check from Nagios Core with passing ...
- Fri Apr 07, 2017 12:09 pm
- Forum: Open Source Nagios Projects
- Topic: NRPE installation
- Replies: 10
- Views: 6354
NRPE installation
Hi All, I need help with installing NRPE is my lab Nagios Server. I have follow these instruction to install NRPE: wget https://github.com/NagiosEnterprises/nrpe/archive/3.0.1.tar.gz gunzip 3.0.1.tar.gz tar -xf 3.0.1.tar cd nrpe-3.0.1/ ./configure --with-nagios-user=nagios --with-nagios-group=nagios...
- Wed Mar 15, 2017 5:47 pm
- Forum: Open Source Nagios Projects
- Topic: NRPE Check to local host fails
- Replies: 6
- Views: 5104
Re: NRPE Check to local host fails
This worked!
[root@krishnar1 ~]# /usr/local/nagios/libexec/check_nrpe -H localhost -4
NRPE v3.0.1
[root@krishnar1 ~]#
[root@krishnar1 ~]# /usr/local/nagios/libexec/check_nrpe -H localhost -4
NRPE v3.0.1
[root@krishnar1 ~]#
- Wed Mar 15, 2017 2:16 pm
- Forum: Open Source Nagios Projects
- Topic: NRPE Check to local host fails
- Replies: 6
- Views: 5104
Re: NRPE Check to local host fails
[user@krishnar1 ~]$ /usr/local/nagios/libexec/check_nrpe -H localhost CHECK_NRPE: Error - Could not connect to ::3668:6c6e:7556:0: Connection reset by peer [user@krishnar1 ~]$ host localhost localhost has address 127.0.0.1 localhost has IPv6 address ::1 [user@krishnar1 ~]$ cat /etc/hosts 127.0.0.1 l...
- Wed Mar 15, 2017 11:55 am
- Forum: Open Source Nagios Projects
- Topic: NRPE Check to local host fails
- Replies: 6
- Views: 5104
NRPE Check to local host fails
Hello All, I am a newbie to Nagios. I'm in process of setting up Nagios NRPE in my lab host. I'm facing this issue when I test NRPE setup. [root@krishnar1 nrpe-3.0.1]# /usr/local/nagios/libexec/check_nrpe -H 127.0.0.1 NRPE v3.0.1 [root@krishnar1 nrpe-3.0.1]# /usr/local/nagios/libexec/check_nrpe -H l...