Search found 8 matches
- Fri Oct 28, 2016 12:24 am
- Forum: Open Source Nagios Projects
- Topic: NRPE with arguments issue
- Replies: 14
- Views: 8361
Re: NRPE with arguments issue
Yes the services have been restarted several times.
- Tue Oct 25, 2016 2:54 am
- Forum: Open Source Nagios Projects
- Topic: NRPE with arguments issue
- Replies: 14
- Views: 8361
Re: NRPE with arguments issue
No modifications done, and to me the error looks like the nrpe issue not really the all interfaces call error.
- Sun Oct 23, 2016 11:23 pm
- Forum: Open Source Nagios Projects
- Topic: NRPE with arguments issue
- Replies: 14
- Views: 8361
Re: NRPE with arguments issue
The check_all_interfaces can be found from:
https://exchange.nagios.org/directory/P ... ps/details
https://exchange.nagios.org/directory/P ... ps/details
- Fri Oct 21, 2016 4:59 am
- Forum: Open Source Nagios Projects
- Topic: NRPE with arguments issue
- Replies: 14
- Views: 8361
Re: NRPE with arguments issue
Hre are the outputs: # su nagios $ /usr/local/nagios/libexec/check_all_interfaces.pl -H x.x.x.x -C public OK: Total in errors: 0, Total out errors: 0, Total in discards: 0, Total out discards: 0 And from the Nagios server: # ./check_nrpe --help NRPE Plugin for Nagios Copyright (c) 1999-2008 Ethan Ga...
- Thu Oct 20, 2016 1:56 am
- Forum: Open Source Nagios Projects
- Topic: NRPE with arguments issue
- Replies: 14
- Views: 8361
Re: NRPE with arguments issue
Here is the config: log_facility=daemon debug=0 pid_file=/usr/local/nagios/var/nrpe.pid server_port=5666 nrpe_user=nagios nrpe_group=nagios allowed_hosts=127.0.0.1,1.2.3.4 dont_blame_nrpe=1 allow_bash_command_substitution=0 command_timeout=60 connection_timeout=300 command[check_users]=/usr/local/na...
- Wed Oct 19, 2016 11:47 pm
- Forum: Open Source Nagios Projects
- Topic: NRPE with arguments issue
- Replies: 14
- Views: 8361
Re: NRPE with arguments issue
As expected the result was as follows:
Code: Select all
./check_nrpe -H 1.1.1.1 -t 30 -c check_all_interfaces -a '2.2.2.2 public'
NRPE: Command 'check_all_interfaces!2.2.2.2 public' not defined
- Tue Oct 18, 2016 11:43 pm
- Forum: Open Source Nagios Projects
- Topic: NRPE with arguments issue
- Replies: 14
- Views: 8361
NRPE with arguments issue
Hi all, We have a need to monitor specific nodes through NRPE due to access restrictions. We have configured the NRPE (3.0.1) on Centos 5.5 with following options: dont_blame_nrpe=1 command[check_all_interfaces]=/usr/local/nagios/libexec/check_all_interfaces.pl -H $ARG1$ -C $ARG2$ The NRPE was insta...
- Mon Apr 18, 2016 6:07 am
- Forum: Nagios XI
- Topic: Edit hosts with REST api
- Replies: 1
- Views: 422
Edit hosts with REST api
Hi, Is it possible to edit hosts via REST API? We would have a need to add different contact group based on few factors, and doing that manually will be tedious job. I have tried to do so with: curl -XPOST "http://x.x.x.x/nagiosxi/api/v1/config/host?apikey=xxxxxxxxxxx&pretty=1" -d &quo...