Search found 9 matches
- Wed Nov 19, 2014 2:20 pm
- Forum: Open Source Nagios Projects
- Topic: check_nrpe : No route to host
- Replies: 11
- Views: 29424
Re: check_nrpe : No route to host
I'll be honest - I'm afraid of CentOS 7. :-) As such, I don't use it. But here are two options: Disable firewalld and start using iptables instead: systemctl disable firewalld systemctl stop firewalld yum install iptables-services systemctl start iptables systemctl enable iptables systemctl start i...
- Wed Nov 19, 2014 2:19 am
- Forum: Open Source Nagios Projects
- Topic: check_nrpe : No route to host
- Replies: 11
- Views: 29424
Re: check_nrpe : No route to host
Hi, Just found out. I dont have /etc/sysconfig/iptables file. instead there are two ip6tables-config iptables-config. There is no system-config-firewall-tui either ! What is up with centos 7 ? have i been sleeping the whole year .. . . :( :( :( Centos 7 is handling the iptable rule via firewall-cmd...
- Wed Nov 19, 2014 1:53 am
- Forum: Open Source Nagios Projects
- Topic: check_nrpe : No route to host
- Replies: 11
- Views: 29424
Re: check_nrpe : No route to host
Hi, Just found out. I dont have /etc/sysconfig/iptables file. instead there are two ip6tables-config iptables-config.
There is no system-config-firewall-tui either !
What is up with centos 7 ? have i been sleeping the whole year .. . .

There is no system-config-firewall-tui either !
What is up with centos 7 ? have i been sleeping the whole year .. . .
- Wed Nov 19, 2014 12:48 am
- Forum: Open Source Nagios Projects
- Topic: check_nrpe : No route to host
- Replies: 11
- Views: 29424
Re: check_nrpe : No route to host
Wow. You have a VERY complex iptables setup that seems to do very little actual work. No joke. I would be curious of what the usage case is for this mess of rules. Ummm.. I know its scary but I should just say it anyway... Its the default one. I haven't touched a thing in this machine except the in...
- Tue Nov 18, 2014 9:57 am
- Forum: Open Source Nagios Projects
- Topic: check_nrpe : No route to host
- Replies: 11
- Views: 29424
Re: check_nrpe : No route to host
[root@localhost x]# netstat -na | grep 5666 tcp6 0 0 :::5666 :::* LISTEN IPTABLES : [root@localhost x]# iptables -L -v -n Chain INPUT (policy ACCEPT 0 packets, 0 bytes) pkts bytes target prot opt in out source destination 2039 170K ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED 0...
- Tue Nov 18, 2014 8:50 am
- Forum: Open Source Nagios Projects
- Topic: check_nrpe : No route to host
- Replies: 11
- Views: 29424
check_nrpe : No route to host
Hi, everybody. I am trying to deploy a monitored server, before I do that on production machine again I was hoping to configure it on my virtual lab. I am following this guide http://www.tecmint.com/how-to-add-linux-host-to-nagios-monitored-server/ I have installed Nagios Core on Ubuntu Machine and ...
- Tue Jul 29, 2014 4:31 am
- Forum: Open Source Nagios Projects
- Topic: service status is not accurate
- Replies: 5
- Views: 2052
Re: service status is not accurate
hi .. i followed this guide https://www.digitalocean.com/community/tutorials/how-to-install-nagios-on-ubuntu-12-10 and i am getting ping lost 100%.. also from Nagios-server i am getting root@ip-10-5-0-193:/etc/nagios3/conf.d# /usr/lib/nagios/plugins/check_nrpe -4 -H 10.0.6.194 connect to address 10....
- Mon Jul 28, 2014 11:40 pm
- Forum: Open Source Nagios Projects
- Topic: service status is not accurate
- Replies: 5
- Views: 2052
Re: service status is not accurate
Thank you guys.. I ll follow the docs you posted. GOD i thought it was easy ... lol anyway as they say if you dont want to fall you wont run ever .. it was a silly mistake (apparently i completely ignored 'everything !'). But i guess i am back on track. once i am done with setup i ll report ! thanks...
- Mon Jul 28, 2014 3:18 pm
- Forum: Open Source Nagios Projects
- Topic: service status is not accurate
- Replies: 5
- Views: 2052
service status is not accurate
Hi, I just installed nagios. I am trying to monitor a webserver but I dont think nagios is showing the right information about it. I copied localhost.cfg that came with default installation and modified it with only changing address and host name. installed openssl nagios-nrpe-server nagios-plugins ...