Search found 3 matches

by NagiosNewb9
Tue Sep 30, 2014 2:58 am
Forum: Open Source Nagios Projects
Topic: Error: Service check command 'check_nrpe!check_sda1'
Replies: 5
Views: 7130

Re: Error: Service check command 'check_nrpe!check_sda1'

Is "nagios.cfgse" your actual config file? Did you accidentally add 'se' to the end of it? What is the output of: /usr/local/nagios/bin/nagios -v /usr/local/nagios/etc/nagios.cfgse /usr/local/nagios/bin/nagios -v /usr/local/nagios/etc/nagios.cfg Oh, how stupid of me. I indeed screwed up t...
by NagiosNewb9
Mon Sep 29, 2014 10:16 am
Forum: Open Source Nagios Projects
Topic: Error: Service check command 'check_nrpe!check_sda1'
Replies: 5
Views: 7130

Re: Error: Service check command 'check_nrpe!check_sda1'

You need a check_nrpe command defined in commands.cfg. Typically, it looks like this: define command { command_name check_nrpe command_line $USER1$/check_nrpe -H $HOSTADDRESS$ -t 30 -c $ARG1$ $ARG2$ } This command does not appear to be in the file, so I added it manually. When I add it, I get the f...
by NagiosNewb9
Mon Sep 29, 2014 10:03 am
Forum: Open Source Nagios Projects
Topic: Error: Service check command 'check_nrpe!check_sda1'
Replies: 5
Views: 7130

Error: Service check command 'check_nrpe!check_sda1'

Hi folks, So, for my internship project I need to install Nagios and configure it on a couple of machines. This all worked fine with the check_nt plugin, but now it's time to use the check_npre plugin as the servers that need to be checked run on OpenSUSE. For installing NRPE on the server that will...