Search found 7 matches

by wleming
Fri Nov 20, 2015 8:29 am
Forum: Open Source Nagios Projects
Topic: NRPE give error on web interface but CLI will return result
Replies: 13
Views: 4308

Re: NRPE give error on web interface but CLI will return res

That worked!

Thank you so much for the explanation here! Know after reading everything it makes sense.

Thank you very much again.
by wleming
Wed Nov 18, 2015 2:14 pm
Forum: Open Source Nagios Projects
Topic: NRPE give error on web interface but CLI will return result
Replies: 13
Views: 4308

Re: NRPE give error on web interface but CLI will return res

From running:

Code: Select all

XXXX@support:~$ grep nag /etc/passwd
I get

Code: Select all

list:x:38:38:Mailing List Manager:/var/list:/usr/sbin/nologin
nagios:x:1001:1001::/home/nagios:/bin/bash
So by your question and my result it is safe to assume that a nagios user has not been created.
by wleming
Tue Nov 17, 2015 5:21 pm
Forum: Open Source Nagios Projects
Topic: NRPE give error on web interface but CLI will return result
Replies: 13
Views: 4308

Re: NRPE give error on web interface but CLI will return res

I don't have a set "nagios" user. I just compiled from source and made the "nagiosadmin" as in the instructions. Should I add this to the users of the system as well? Would this not create a possible security issue of having a user with "admin" rights?
by wleming
Tue Nov 17, 2015 5:06 pm
Forum: Open Source Nagios Projects
Topic: NRPE give error on web interface but CLI will return result
Replies: 13
Views: 4308

Re: NRPE give error on web interface but CLI will return res

I will investigate this. For now I have been running as an admin user that has root settings.
by wleming
Tue Nov 17, 2015 10:57 am
Forum: Open Source Nagios Projects
Topic: NRPE give error on web interface but CLI will return result
Replies: 13
Views: 4308

Re: NRPE give error on web interface but CLI will return res

Yes, sorry for not including that.

Code: Select all

######### 'check_nrpe' command definition
define command{
        command_name    check_nrpe
        command_line    $USER1$/check_nrpe -H $HOSTNAME$ -c $ARG1$
Thank you very much.
by wleming
Tue Nov 17, 2015 9:52 am
Forum: Open Source Nagios Projects
Topic: NRPE give error on web interface but CLI will return result
Replies: 13
Views: 4308

NRPE give error on web interface but CLI will return result

Hello everyone and thank you for your time. My nagios core 4.1.1 server is running on Ubuntu 14.04 and was compiled from source. Client I am trying to monitor is running Ubuntu 14.04 and the NRPE package was used. I created a command to check the state of the chrome web browser in /etc/nagios/nrpe.c...