Search found 2078 matches

by eloyd
Wed Aug 09, 2023 1:00 pm
Forum: Nagios XI
Topic: NagiosXI 5.10.0 Monitor Process Fails to Start
Replies: 3
Views: 987

Re: NagiosXI 5.10.0 Monitor Process Fails to Start

Ha. Now that @lgute mentions that, I forgot all about it! Mainly because we never recommend upgrading to a .0 release - always wait for the .1. :-)

In this case, I'm guessing that is the problem though. Good catch and good luck!
by eloyd
Wed Aug 09, 2023 12:31 pm
Forum: Nagios XI
Topic: Nagios XI 5.8.6 Service Dependency under same host.
Replies: 1
Views: 385

Re: Nagios XI 5.8.6 Service Dependency under same host.

Dependencies are backwards from what most people think. Instead of saying "run service X when service Y is in this state," you say "run service X when service Y is NOT in one of these states." Check out https://assets.nagios.com/downloads/nagioscore/docs/nagioscore/4/en/dependenc...
by eloyd
Wed Aug 09, 2023 12:28 pm
Forum: Nagios XI
Topic: NagiosXI 5.10.0 Monitor Process Fails to Start
Replies: 3
Views: 987

Re: NagiosXI 5.10.0 Monitor Process Fails to Start

We had a customer that had this problem with an earlier version of Nagios (maybe, 5.8.something?). For them, it was a broker that they added to do some work. Took the broker out, and things went back to normal. Have you done any broker work?
by eloyd
Wed Aug 09, 2023 12:25 pm
Forum: Nagios XI
Topic: NCPA on ite Ubuntu 20.04 (ARM)
Replies: 1
Views: 435

Re: NCPA on ite Ubuntu 20.04 (ARM)

You might want to follow the NCPA development over at https://github.com/NagiosEnterprises/ncpa for more information on this.
by eloyd
Wed Aug 09, 2023 12:25 pm
Forum: Nagios XI
Topic: Manual migration steps as I have no way to use automated migration
Replies: 1
Views: 1112

Re: Manual migration steps as I have no way to use automated migration

Here's how we do this kind of crufty drop/replace from one (old) server to another: Find all the config files on the old box that Nagios uses (see below) and save them somewhere: # cd /tmp # egrep "cfg_(file|dir)" /usr/local/nagios/etc/nagios.cfg | awk -F= '{print $NF}' | xargs tar cfv con...
by eloyd
Wed Aug 09, 2023 12:17 pm
Forum: Nagios XI
Topic: Nagios XI - Missing "Login" button
Replies: 7
Views: 5544

Re: Nagios XI - Missing "Login" button

My first and obvious question would be, have you tried in a private browser window with a fresh/clean history?
by eloyd
Wed Aug 09, 2023 12:17 pm
Forum: Nagios XI
Topic: report for hosts and services not in groups
Replies: 6
Views: 7320

Re: report for hosts and services not in groups

Not inherently within XI. But you can cheat a little bit and use the API to find things out. Click on "Help" and then "Objects Reference" within XI and you'll be greeted with a bunch of API calls that you can make to query the host groups. To my knowledge, no one has written an A...
by eloyd
Wed Aug 09, 2023 12:13 pm
Forum: Nagios XI
Topic: MySQL Query for Hosts/Services/Threshold/Contacts
Replies: 9
Views: 12613

Re: MySQL Query for Hosts/Services/Threshold/Contacts

Help me understand what your end goal is and I'll see if I can help you get there.
by eloyd
Wed Aug 09, 2023 12:10 pm
Forum: Nagios XI
Topic: Duplicate Reports - Nagios XI
Replies: 1
Views: 378

Re: Duplicate Reports - Nagios XI

Copy/paste the entry into an email to yourself and manually delete it. It's just a cron job so it can be recreated from the Nagios database if it really thinks it needs to be there. I'm guessing it just got confused somewhere along the way, maybe with a permissions thing with someone poking at it ma...
by eloyd
Wed Aug 09, 2023 12:08 pm
Forum: Open Source Nagios Projects
Topic: Return code of 4 is out of bounds
Replies: 12
Views: 12445

Re: Return code of 4 is out of bounds

You say you're running from the command line, but I'll assume you're running as root. What happens if you run as Nagios user:

Code: Select all

# su - nagios
$ ./check_port.pl -p 80 -h google.pl -w 1000.0,80% -c 2000.0,100% -v