Search found 4 matches

by dlyk
Fri Oct 03, 2014 9:17 am
Forum: Open Source Nagios Projects
Topic: Return code of 127 is out of bounds - plugin may be missing
Replies: 2
Views: 1116

Re: Return code of 127 is out of bounds - plugin may be miss

Found the solution!
The correct package for the plugins IS NOT nagios-plugins but nagios-plugins-all. As before it is available only from the EPEL repository. Now everything is green except HTTP, which is odd, since Nagios depends on apache to serve the web-ui. Any ideas?
by dlyk
Fri Oct 03, 2014 7:38 am
Forum: Open Source Nagios Projects
Topic: Return code of 127 is out of bounds - plugin may be missing
Replies: 2
Views: 1116

Return code of 127 is out of bounds - plugin may be missing

I have a brand new Nagios 3.5 installation running on a Centos 7 machine. The installation of both the nagios and the nagios-plugins packages was done from the EPEL repository using yum. Everything looks configured correctly, but right now I cannot even monitor the localhost (the machine Nagios is r...
by dlyk
Thu Oct 02, 2014 9:03 am
Forum: Open Source Nagios Projects
Topic: Centos 7 Nagios server unreachable
Replies: 2
Views: 1217

Re: Centos 7 Nagios server unreachable

Using the time between me making the post, and the post getting approval, I did some research and came up with an answer. It turns out Centos 7 has a set of overly draconian iptables rules in place by default. By inputting iptables -A IN_public_allow -p tcp --dport 80 -j ACCEPT I was fully able to a...
by dlyk
Thu Oct 02, 2014 7:34 am
Forum: Open Source Nagios Projects
Topic: Centos 7 Nagios server unreachable
Replies: 2
Views: 1217

Centos 7 Nagios server unreachable

I have set up a machine with Centos 7 and installed Nagios from the EPEL repository successfully. Using Lynx (command line browser) I can access the Nagios server running on the machine but it says that the browser must support frames, something Lynx does not do. Now, my issue is when trying to acce...