Search found 34 matches

by bchabotdg
Thu Jan 17, 2019 11:30 am
Forum: Nagios XI
Topic: Custom Home Page Roll-Out
Replies: 3
Views: 167

Re: Custom Home Page Roll-Out

That gives me the options of: - Static XI 5 Home - Home Dashboard - Custom URL Setting it to Home Dashboard would allow a deployment, but this doesn't seem to allow for the search results to display as a dashlet. I tried to add an "External URL" dashet and used the URL for the Pop-out of t...
by bchabotdg
Wed Jan 16, 2019 3:03 pm
Forum: Nagios XI
Topic: Custom Home Page Roll-Out
Replies: 3
Views: 167

Custom Home Page Roll-Out

Hello, I'd like to roll out a custom home page to a support department that consists of the results of a search string. Not sure how to do this or even if it is possible. When logged in to Nagios XI, I run a search query, say "Uptime, CPU, Memory, etc." and it displays all those checks. I ...
by bchabotdg
Mon Aug 27, 2018 3:56 pm
Forum: Nagios XI
Topic: NRPE fails after Nagios XI upgrade
Replies: 17
Views: 1206

Re: NRPE fails after Nagios XI upgrade

/usr/local/nagios/etc/nrpe.cfg ############################################################################# # # Sample NRPE Config File # # Notes: # # This is a sample configuration file for the NRPE daemon. It needs to be # located on the remote host that is running the NRPE daemon, not the host #...
by bchabotdg
Mon Aug 27, 2018 8:39 am
Forum: Nagios XI
Topic: NRPE fails after Nagios XI upgrade
Replies: 17
Views: 1206

Re: NRPE fails after Nagios XI upgrade

@bchabotdg, I' couldn't replicate this before but I am going to do some more testing in the lab. Do you have any other problems with the NRPE since you got rid of the CDIR notation? Once I got rid of CDIR notation, NRPE responded. It does look like the cfg file has most of the commands commented ou...
by bchabotdg
Fri Aug 24, 2018 12:47 pm
Forum: Nagios XI
Topic: NRPE fails after Nagios XI upgrade
Replies: 17
Views: 1206

Re: NRPE fails after Nagios XI upgrade

Code: Select all

# /usr/local/nagios/libexec/check_nrpe -H 1.2.3.4 && tail -f /usr/local/nagios/var/nrpe.log
NRPE v3.2.1
That's a check that worked.

It worked when I removed the CDIR notation and did not work when I replaced it.

The log may not be printing to the right place.
by bchabotdg
Fri Aug 24, 2018 11:06 am
Forum: Nagios XI
Topic: NRPE fails after Nagios XI upgrade
Replies: 17
Views: 1206

Re: NRPE fails after Nagios XI upgrade

bchabotdg , Have you reset the nrpe after making changes in the nrpe.cfg file? service nrpe restart Yes. Try rebooting the server as well. Done that. Twice. Try removing the ipv6 option ::1 from the allowed_hosts as well as /22 for testing purposes, and then reset the nrpe again. # vi /usr/local/na...
by bchabotdg
Thu Aug 23, 2018 4:04 pm
Forum: Nagios XI
Topic: Deleted Services Still show in Web UI; Service Counts don't
Replies: 3
Views: 315

Re: Deleted Services Still show in Web UI; Service Counts do

PHP Timezone: America/New_York
PHP Time: Thu, 23 Aug 2018 16:54:18 -0400
System Time: Thu, 23 Aug 2018 16:54:18 -0400

There were 4 Nagios processes. I killed them all then restarted Nagios. Now there are 2 processes.

The deleted services are not back at this time.

I'll look again in the morning.
by bchabotdg
Thu Aug 23, 2018 3:41 pm
Forum: Nagios XI
Topic: NRPE fails after Nagios XI upgrade
Replies: 17
Views: 1206

Re: NRPE fails after Nagios XI upgrade

Not sure what the http access log has to do with this. Changed to debug=1. Restarted nrpe. # vi /usr/local/nagios/etc/nrpe.cfg # service nrpe restart Shutting down nrpe [ OK ] Starting nrpe [ OK ] # tail /usr/local/nagios/var/nrpe.log [1535056484] Added command[check_zombie_procs]=/usr/local/nagios/...
by bchabotdg
Thu Aug 23, 2018 2:46 pm
Forum: Nagios XI
Topic: NRPE fails after Nagios XI upgrade
Replies: 17
Views: 1206

Re: NRPE fails after Nagios XI upgrade

The IP addresses match. # ps aux | grep nrpe nagios 11347 0.0 0.0 41440 3004 ? S 15:45 0:00 /usr/local/nagios/libexec/check_nrpe -H lunk-01 -t 45 -c check_cpu_stats -a -w 85 -c 95 root 11723 0.0 0.0 103320 900 pts/0 R+ 15:45 0:00 grep nrpe nagios 23490 0.0 0.0 43588 1500 ? Ss 15:35 0:00 /usr/local/n...
by bchabotdg
Thu Aug 23, 2018 2:25 pm
Forum: Nagios XI
Topic: NRPE fails after Nagios XI upgrade
Replies: 17
Views: 1206

Re: NRPE fails after Nagios XI upgrade

It was: # default: on # description: NRPE (Nagios Remote Plugin Executor) service nrpe { flags = REUSE socket_type = stream port = 5666 wait = no user = nagios group = nagios server = /usr/local/nagios/bin/nrpe server_args = -c /usr/local/nagios/etc/nrpe.cfg --inetd log_on_failure += USERID disable ...