New NagiosXI server apply configuration taking hours

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
avandemore
Posts: 1597
Joined: Tue Sep 27, 2016 4:57 pm

Re: New NagiosXI server apply configuration taking hours

Post by avandemore »

The strings aren't really random, they are epoch. But yes they can be difficult to find. This is a known side effect of importing escalations.

You can isolate effected files by doing a:

Code: Select all

# grep -R <string> /usr/local/nagios/etc/
With that information it should be relatively easy to track down where it is in the GUI.
Previous Nagios employee
akepley
Posts: 138
Joined: Wed Sep 11, 2013 1:09 pm

Re: New NagiosXI server apply configuration taking hours

Post by akepley »

Yeah, I'm wondering if it wouldn't be better to just clear all escalations and start from scratch. I haven't done escalations in a while. Is there a quick setup for services? Basically, we use this to first notify engineers of the issue, then after a set time, notify the help desk to enter a ticket.
User avatar
mcapra
Posts: 3739
Joined: Thu May 05, 2016 3:54 pm

Re: New NagiosXI server apply configuration taking hours

Post by mcapra »

That's basically what our documentation covers:
https://assets.nagios.com/downloads/nag ... ations.pdf

But there isn't a "quick way" via a wizard/component to do it unfortunately.
Former Nagios employee
https://www.mcapra.com/
akepley
Posts: 138
Joined: Wed Sep 11, 2013 1:09 pm

Re: New NagiosXI server apply configuration taking hours

Post by akepley »

I think thats everything for this topic. I appreciate all the help on this one. Thanks!
Locked