Page 2 of 2
Re: Nagios Core to XI port
Posted: Tue May 10, 2011 3:36 pm
by ntextoll
Single quad xeon runs at a constant 50%+ load during the write procedure and drops off afterwards.
You dont' think I need to increase the time again?
Re: Nagios Core to XI port
Posted: Tue May 10, 2011 3:45 pm
by mguthrie
ok, it may be getting farther, but there may still be something else going wrong. Unless you've got tons of RAM I don't know if you actually want your memory running quite that high on a regular basic. If it's not getting done at 512MB, it's probably going to hit a limit somewhere else.
Blank pages mean PHP errors. Do you have anything revealing in your apache error log?
Run:
while you attempt to Write the config.
If you're interested we can maybe schedule a remote session to take a closer look at this. Import issues can be tricky to find via the forum.
Re: Nagios Core to XI port
Posted: Tue May 10, 2011 4:24 pm
by ntextoll
PM sent...
Re: Nagios Core to XI port
Posted: Wed May 11, 2011 1:45 pm
by mguthrie
If you're able to send me a tarball of the configs you're attempting to import, I'll run some tests on my end. You can send them to me either in a PM or email us at
[email protected].
Re: Nagios Core to XI port
Posted: Tue May 17, 2011 10:25 am
by mguthrie
Just to follow up for future readers. The import problems were primarily caused by the following two config directives that were not importing correctly.
- host template with two names
define host {
name template1,template2 # the CCM will import this as a single template name
register 0
}
- services applied to hosts, but some hosts marked for exclusion
define service {
service_description myService
host_name host1,host2,host3,!host4,host5,host6 #the CCM will import the !host4 as the actual hostname
register 1
}