Search found 21 matches

by umunix
Tue Oct 20, 2020 2:16 pm
Forum: Nagios XI
Topic: Performance Graphs
Replies: 1
Views: 44

Performance Graphs

Hi Nagios Folks, We notice that when the time-series data changes for a check, the performance graphs cease to update, or in some cases continues to update but the time-series data is mislabeled. This usually happens when the performance data changes / a metric is added. Historically our solution to...
by umunix
Tue Aug 04, 2020 10:46 am
Forum: Nagios XI
Topic: Bulk Host Cloning Wizard: not copying host templates
Replies: 5
Views: 88

Re: Bulk Host Cloning Wizard: not copying host templates

I was about to send you our profile when I decided to quickly to see if there were any PHP warnings/error in the logs for the cloning wizard, and found this: [Tue Aug 04 10:30:36.180048 2020] [:error] [pid 97336] [client 10.176.3.20:58892] PHP Warning: Invalid argument supplied for foreach() in /usr...
by umunix
Fri Jul 31, 2020 4:29 pm
Forum: Nagios XI
Topic: Bulk Host Cloning Wizard: not copying host templates
Replies: 5
Views: 88

Re: Bulk Host Cloning Wizard: not copying host templates

This is the host I've tried cloning a few times: define host { host_name adry use ist_linux_host_template alias vipbatuat1 address 10.0.12.237 hostgroups +ist_linux_virtual_machines_host_group register 1 } The resulting cloned host ends up with this config for some reason: define host { host_name vn...
by umunix
Fri Jul 31, 2020 3:27 pm
Forum: Nagios XI
Topic: Bulk Host Cloning Wizard: not copying host templates
Replies: 5
Views: 88

Bulk Host Cloning Wizard: not copying host templates

We recently upgraded from Nagios XI 5.4.13 -> 5.7.2 The 'Bulk Host Cloning and Import' wizard was updated from 2.0.2 to 2.1.3 as part of this. After the upgrade, hosts that we clone using the cloning wizard no longer seem to be properly cloning the hosts' host template(s). Everything else seems to c...
by umunix
Fri Jul 31, 2020 3:11 pm
Forum: Nagios XI
Topic: API logging & postgres performance
Replies: 5
Views: 137

Re: API logging & postgres performance

Thank you! :)
by umunix
Fri Jul 31, 2020 2:50 pm
Forum: Nagios XI
Topic: API logging & postgres performance
Replies: 5
Views: 137

Re: API logging & postgres performance

Thanks for your reply! I tried setting both 0 and 1 day API log retentions. Setting it to 0 didn't seem to disable logging, and setting it at 1 day still kept enough rows (~200k / 2-3 per second) in xi's audit table to make the audit log interface significantly slow (for us at least). It might be a ...
by umunix
Fri Jul 31, 2020 2:00 pm
Forum: Nagios XI
Topic: XI 5.7.2 stripping html tags from service status messages
Replies: 4
Views: 180

Re: XI 5.7.2 stripping html tags from service status message

Thanks for the reply, your suggestion did fix the problem with my example. I also apologize that my example wasn't a very good one given I wasn't even using the check correctly. I did however take a closer look at the checks that we were noticing the problem on, and I believe the problem may be to o...
by umunix
Thu Jul 30, 2020 1:36 pm
Forum: Nagios XI
Topic: XI 5.7.2 stripping html tags from service status messages
Replies: 4
Views: 180

Re: XI 5.7.2 stripping html tags from service status message

My apologies, the problem is actually with the check_http plugin. The missing tag actually appears to be a result of the check_http plugin truncating status output under certain conditions, for example: # ./check_http -H google.ca -L <A HREF="http://google.ca:80/" target="_blank"...
by umunix
Thu Jul 30, 2020 1:16 pm
Forum: Nagios XI
Topic: XI 5.7.2 stripping html tags from service status messages
Replies: 4
Views: 180

XI 5.7.2 stripping html tags from service status messages

Hi nagios folks, After upgrading to 5.7.2 I noticed that some of our http alerts that include a link in the status, are missing the closing tag </a>. As a result of this, all the remaining links on the service status page are broken, as well as in our email notifications. The check itself generates ...
by umunix
Thu Jul 30, 2020 11:23 am
Forum: Nagios XI
Topic: API logging & postgres performance
Replies: 5
Views: 137

API logging & postgres performance

Hi Nagios folks, We recently upgraded from Nagios 5.4.x -> 5.7.2 and I've noticed calls made to the API are now being logged in the audit_log table. I went to view the auditlog and it took a good amount of time to load. We have some external applications that call on the API quite frequently (160k c...