That worked!
Thank you so much for the explanation here! Know after reading everything it makes sense.
Thank you very much again.
Search found 7 matches
- 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
- 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:
I get
So by your question and my result it is safe to assume that a nagios user has not been created.
Code: Select all
XXXX@support:~$ grep nag /etc/passwd
Code: Select all
list:x:38:38:Mailing List Manager:/var/list:/usr/sbin/nologin
nagios:x:1001:1001::/home/nagios:/bin/bash
- Wed Nov 18, 2015 11:38 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
These were the instructions that my co-worker used:
https://www.digitalocean.com/community/ ... untu-14-04
https://www.digitalocean.com/community/ ... untu-14-04
- 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?
- 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.
- 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.
Thank you very much.
Code: Select all
######### 'check_nrpe' command definition
define command{
command_name check_nrpe
command_line $USER1$/check_nrpe -H $HOSTNAME$ -c $ARG1$
- 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...