Search found 9 matches

by john.1209
Fri Jul 28, 2017 9:26 pm
Forum: Open Source Nagios Projects
Topic: nrpe not working
Replies: 11
Views: 7433

Re: nrpe not working

I've reinstalled nagios, nagios-plugin, and nrpe. That resolved the problem.
by john.1209
Fri Jul 28, 2017 3:35 pm
Forum: Open Source Nagios Projects
Topic: nrpe not working
Replies: 11
Views: 7433

Re: nrpe not working

I've installed it. Do I need to install it again?

Note...

Code: Select all

[root@netmon libexec]# ls check_nrpe
check_nrpe
Should I run the NRPE install again?
by john.1209
Fri Jul 28, 2017 1:37 pm
Forum: Open Source Nagios Projects
Topic: nrpe not working
Replies: 11
Views: 7433

Re: nrpe not working

here is the contents of commands.cfg: [root@netmon objects]# cat commands.cfg ############################################################################### # COMMANDS.CFG - SAMPLE COMMAND DEFINITIONS FOR NAGIOS 4.2.4 # # # NOTES: This config file provides you with some example command definitions ...
by john.1209
Thu Jul 27, 2017 6:49 pm
Forum: Open Source Nagios Projects
Topic: nrpe not working
Replies: 11
Views: 7433

Re: nrpe not working

NRPE check works fine from the server when checked from the command line. Please note: ) [root@netmon objects]# /usr/local/nagios/libexec/check_nrpe -H 192.168.1.62 -c check_users USERS OK - 1 users currently logged in |users=1;5;10;0 [root@netmon objects]# The NRPE.CFG file from the client is poste...
by john.1209
Thu Jul 27, 2017 3:11 pm
Forum: Open Source Nagios Projects
Topic: nrpe not working
Replies: 11
Views: 7433

Re: nrpe not working

Yeah, actually that is in there.... [root@trasher etc]# grep allowed_hosts nrpe.cfg allowed_hosts=127.0.0.1,192.168.1.58 [root@trasher etc]# Here is a thought. check out the following: [root@netmon objects]# pwd /usr/local/nagios/etc/objects [root@netmon objects]# ls commands.cfg contacts.cfg localh...
by john.1209
Thu Jul 27, 2017 11:32 am
Forum: Open Source Nagios Projects
Topic: nrpe not working
Replies: 11
Views: 7433

nrpe not working

Error: Service check command 'check_nrpe!check_load' specified in service 'check_load' for host 'myhost' not defined anywhere! I'm getting the above error when I try to start nagios. This is a new configuration running on Centos 7 I'm adding the first client. I can run the following on the command l...
by john.1209
Mon Oct 24, 2011 12:59 pm
Forum: Open Source Nagios Projects
Topic: Nagios HTTP Checks...
Replies: 1
Views: 2891

Nagios HTTP Checks...

My question is how to optimize Nagios HTTP checks?

My Nagios instance is monitoring HTTP and displays the following error, yet the web server is operational.

HTTP CRITICAL: HTTP/1.1 500 Internal Server Error - 5640 bytes in 0.003 second response time

How to resolve? Thanks in advance.
by john.1209
Tue Sep 20, 2011 1:14 pm
Forum: Open Source Nagios Projects
Topic: Nagios New Installation
Replies: 0
Views: 1203

Nagios New Installation

I have a Nagios 3.3.1 server and client setup. I followed these instructions for the client setup and config … http://www.thegeekstuff.com/2008/06/how-to-monitor-remote-linux-host-using-nagios-30/ I run the following command on the server to see if tit can talk to the monitored client and it works. ...
by john.1209
Tue Sep 20, 2011 1:10 pm
Forum: Open Source Nagios Projects
Topic: client not showing up in server GUI
Replies: 0
Views: 1252

client not showing up in server GUI

I have a Nagios 3.3.1 server and client setup. I followed these instructions for the client setup and config … http://www.thegeekstuff.com/2008/06/how-to-monitor-remote-linux-host-using-nagios-30/ I run the following command on the server to see if tit can talk to the monitored client and it works. ...