Nagios XI stuck applying configuration
-
JakeHatMacys
- Posts: 281
- Joined: Thu Sep 25, 2014 3:21 pm
Nagios XI stuck applying configuration
So long story short we tried to Bulk load 1000 hosts into Nagios and it appears our configuration is now torched.
We're stuck on applying configuration and reverting back to a previous config didn't help us. It looks like the back up we had taken previously is also gone (there's one from 1 week ago but that's not going to help us) as this was done right after my thanksgiving vacation and the system doesn't appear to have a back up prior to the hose up.
Is there an easy factory reset process we could run on our install without re-installing completely? We've wiped out all the monitors & hosts from core and tried a few clean up scripts from the nagios.com site but still seeing the same issue which is just clocking on applying configurations.
Any advice is appreciated.
We're stuck on applying configuration and reverting back to a previous config didn't help us. It looks like the back up we had taken previously is also gone (there's one from 1 week ago but that's not going to help us) as this was done right after my thanksgiving vacation and the system doesn't appear to have a back up prior to the hose up.
Is there an easy factory reset process we could run on our install without re-installing completely? We've wiped out all the monitors & hosts from core and tried a few clean up scripts from the nagios.com site but still seeing the same issue which is just clocking on applying configurations.
Any advice is appreciated.
Re: Nagios XI stuck applying configuration
Did you follow our documentation for using the Bulk Host Cloning & Import wizard?
http://assets.nagios.com/downloads/nagi ... Wizard.pdf
In particular, have you set up the following line in the php.ini?
Did you check your configuration prior to running the wizard? Did you test it with a small number of hosts first to make sure it will work?
You can try resetting XI to "defaults" by running:
Warning: This will wipe out all of your settings! You will end up with a "clean" install with one host (localhost) only.
http://assets.nagios.com/downloads/nagi ... Wizard.pdf
In particular, have you set up the following line in the php.ini?
Code: Select all
max_input_vars = 100000You can try resetting XI to "defaults" by running:
Code: Select all
cd /usr/local/nagiosxi/scripts
./restore_defaults.shBe sure to check out our Knowledgebase for helpful articles and solutions!
-
JakeHatMacys
- Posts: 281
- Joined: Thu Sep 25, 2014 3:21 pm
Re: Nagios XI stuck applying configuration
I think we had the input vars at 3600 but we'll make the change to up it to 10000.
Also curious when running the restore script to a backed up version how quick is the turn around time on the back up? It didn't seem to run right away but overnight it ended up restoring us back to our restore point.
Basically is there a way to instantly force the restore without any que time? (or should there have been no que time to begin with?)
Also curious when running the restore script to a backed up version how quick is the turn around time on the back up? It didn't seem to run right away but overnight it ended up restoring us back to our restore point.
Basically is there a way to instantly force the restore without any que time? (or should there have been no que time to begin with?)
-
sreinhardt
- -fno-stack-protector
- Posts: 4366
- Joined: Mon Nov 19, 2012 12:10 pm
Re: Nagios XI stuck applying configuration
The reset to defaults should wipe the mysql and postgres databases, clear you nagios configs and stored results, and restart core. These changes should be relatively immediate and have always been in the past for me. It may take a few moments to clear and reset things, but certainly not overnight. Did you do an apply config this morning, and maybe that restarted core again to properly pull the reset settings?
Nagios-Plugins maintainer exclusively, unless you have other C language bugs with open-source nagios projects, then I am happy to help! Please pm or use other communication to alert me to issues as I no longer track the forum.
-
JakeHatMacys
- Posts: 281
- Joined: Thu Sep 25, 2014 3:21 pm
Re: Nagios XI stuck applying configuration
We've seen it become more instantaneous now. We've wiped the server but still see the attached error, any ideas how to clear this?
You do not have the required permissions to view the files attached to this post.
-
slansing
- Posts: 7698
- Joined: Mon Apr 23, 2012 4:28 pm
- Location: Travelling through time and space...
Re: Nagios XI stuck applying configuration
Well, I mean it is entirely possible that the system just has that many processes running, what is the output of:
Code: Select all
ps -ef | wc -l
-
JakeHatMacys
- Posts: 281
- Joined: Thu Sep 25, 2014 3:21 pm
Re: Nagios XI stuck applying configuration
613, just a bit concerning with the system being bare atm. And Nagios is the only thing running on the server and wasn't sure what the RSZDT meant with everything being basically out of the box at this point I didn't think it'd be setting off the default internal host alerting.
Wasn't sure if it was fallout from the bulk load hosing our config somehow.
Wasn't sure if it was fallout from the bulk load hosing our config somehow.
Re: Nagios XI stuck applying configuration
Was Nagios XI installed on a "clean" system (minimal install)? What are all of these processes? Do you have gnome installed? As for the "RSZDT", here's an explanation:613, just a bit concerning with the system being bare atm. And Nagios is the only thing running on the server and wasn't sure what the RSZDT meant with everything being basically out of the box at this point I didn't think it'd be setting off the default internal host alerting.
You can view the plugin's usage by running:Filters:
-s, --state=STATUSFLAGS
Only scan for processes that have, in the output of `ps`, one or
more of the status flags you specify (for example R, Z, S, RS,
RSZDT, plus others based on the output of your 'ps' command).
Code: Select all
/usr/local/nagios/libexec/check_procs -hBe sure to check out our Knowledgebase for helpful articles and solutions!
-
JakeHatMacys
- Posts: 281
- Joined: Thu Sep 25, 2014 3:21 pm
Re: Nagios XI stuck applying configuration
Yes clean system, not sure what all these are (Not a Linux guy at all so this is my first dance):lmiltchev wrote:Was Nagios XI installed on a "clean" system (minimal install)? What are all of these processes? Do you have gnome installed? As for the "RSZDT", here's an explanation:613, just a bit concerning with the system being bare atm. And Nagios is the only thing running on the server and wasn't sure what the RSZDT meant with everything being basically out of the box at this point I didn't think it'd be setting off the default internal host alerting.You can view the plugin's usage by running:Filters:
-s, --state=STATUSFLAGS
Only scan for processes that have, in the output of `ps`, one or
more of the status flags you specify (for example R, Z, S, RS,
RSZDT, plus others based on the output of your 'ps' command).Code: Select all
/usr/local/nagios/libexec/check_procs -h
ps aux | less - netted this:
Code: Select all
USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMAND
root 1 0.0 0.0 30804 1836 ? Ss Dec11 0:01 /sbin/init
root 2 0.0 0.0 0 0 ? S Dec11 0:00 [kthreadd]
root 3 0.0 0.0 0 0 ? S Dec11 0:00 [migration/0]
root 4 0.0 0.0 0 0 ? S Dec11 0:00 [ksoftirqd/0]
root 5 0.0 0.0 0 0 ? S Dec11 0:00 [migration/0]
root 6 0.0 0.0 0 0 ? S Dec11 0:00 [watchdog/0]
root 7 0.0 0.0 0 0 ? S Dec11 0:00 [migration/1]
root 8 0.0 0.0 0 0 ? S Dec11 0:00 [migration/1]
root 9 0.0 0.0 0 0 ? S Dec11 0:00 [ksoftirqd/1]
root 10 0.0 0.0 0 0 ? S Dec11 0:00 [watchdog/1]
root 11 0.0 0.0 0 0 ? S Dec11 0:00 [migration/2]
root 12 0.0 0.0 0 0 ? S Dec11 0:00 [migration/2]
root 13 0.0 0.0 0 0 ? S Dec11 0:00 [ksoftirqd/2]
root 14 0.0 0.0 0 0 ? S Dec11 0:00 [watchdog/2]
root 15 0.0 0.0 0 0 ? S Dec11 0:00 [migration/3]
root 16 0.0 0.0 0 0 ? S Dec11 0:00 [migration/3]
root 17 0.0 0.0 0 0 ? S Dec11 0:00 [ksoftirqd/3]
root 18 0.0 0.0 0 0 ? S Dec11 0:00 [watchdog/3]
root 19 0.0 0.0 0 0 ? S Dec11 0:00 [migration/4]
root 20 0.0 0.0 0 0 ? S Dec11 0:00 [migration/4]
root 21 0.0 0.0 0 0 ? S Dec11 0:00 [ksoftirqd/4]
root 22 0.0 0.0 0 0 ? S Dec11 0:00 [watchdog/4]
root 23 0.0 0.0 0 0 ? S Dec11 0:00 [migration/5]
root 24 0.0 0.0 0 0 ? S Dec11 0:00 [migration/5]
root 25 0.0 0.0 0 0 ? S Dec11 0:00 [ksoftirqd/5]
root 26 0.0 0.0 0 0 ? S Dec11 0:00 [watchdog/5]
root 27 0.0 0.0 0 0 ? S Dec11 0:00 [migration/6]
root 28 0.0 0.0 0 0 ? S Dec11 0:00 [migration/6]
root 29 0.0 0.0 0 0 ? S Dec11 0:00 [ksoftirqd/6]
root 30 0.0 0.0 0 0 ? S Dec11 0:00 [watchdog/6]
root 31 0.0 0.0 0 0 ? S Dec11 0:00 [migration/7]
root 32 0.0 0.0 0 0 ? S Dec11 0:00 [migration/7]
root 33 0.0 0.0 0 0 ? S Dec11 0:00 [ksoftirqd/7]
root 34 0.0 0.0 0 0 ? S Dec11 0:00 [watchdog/7]
root 35 0.0 0.0 0 0 ? S Dec11 0:00 [migration/8]
root 36 0.0 0.0 0 0 ? S Dec11 0:00 [migration/8]
root 37 0.0 0.0 0 0 ? S Dec11 0:00 [ksoftirqd/8]
root 38 0.0 0.0 0 0 ? S Dec11 0:00 [watchdog/8]
root 39 0.0 0.0 0 0 ? S Dec11 0:00 [migration/9]
root 40 0.0 0.0 0 0 ? S Dec11 0:00 [migration/9]
root 41 0.0 0.0 0 0 ? S Dec11 0:00 [ksoftirqd/9]
root 42 0.0 0.0 0 0 ? S Dec11 0:00 [watchdog/9]
root 43 0.0 0.0 0 0 ? S Dec11 0:00 [migration/10]
root 44 0.0 0.0 0 0 ? S Dec11 0:00 [migration/10]
root 45 0.0 0.0 0 0 ? S Dec11 0:00 [ksoftirqd/10]
root 46 0.0 0.0 0 0 ? S Dec11 0:00 [watchdog/10]
root 47 0.0 0.0 0 0 ? S Dec11 0:00 [migration/11]
root 48 0.0 0.0 0 0 ? S Dec11 0:00 [migration/11]
root 49 0.0 0.0 0 0 ? S Dec11 0:00 [ksoftirqd/11]
root 50 0.0 0.0 0 0 ? S Dec11 0:00 [watchdog/11]
root 51 0.0 0.0 0 0 ? S Dec11 0:00 [migration/12]
root 52 0.0 0.0 0 0 ? S Dec11 0:00 [migration/12]
root 53 0.0 0.0 0 0 ? S Dec11 0:00 [ksoftirqd/12]
root 54 0.0 0.0 0 0 ? S Dec11 0:00 [watchdog/12]
root 55 0.0 0.0 0 0 ? S Dec11 0:00 [migration/13]
root 56 0.0 0.0 0 0 ? S Dec11 0:00 [migration/13]
root 57 0.0 0.0 0 0 ? S Dec11 0:00 [ksoftirqd/13]
root 58 0.0 0.0 0 0 ? S Dec11 0:00 [watchdog/13]
root 59 0.0 0.0 0 0 ? S Dec11 0:00 [migration/14]
root 60 0.0 0.0 0 0 ? S Dec11 0:00 [migration/14]
root 61 0.0 0.0 0 0 ? S Dec11 0:01 [ksoftirqd/14]
root 62 0.0 0.0 0 0 ? S Dec11 0:00 [watchdog/14]
root 63 0.0 0.0 0 0 ? S Dec11 0:00 [migration/15]
root 64 0.0 0.0 0 0 ? S Dec11 0:00 [migration/15]
root 65 0.0 0.0 0 0 ? S Dec11 0:01 [ksoftirqd/15]
root 66 0.0 0.0 0 0 ? S Dec11 0:00 [watchdog/15]
root 67 0.0 0.0 0 0 ? S Dec11 0:00 [migration/16]
root 68 0.0 0.0 0 0 ? S Dec11 0:00 [migration/16]
root 69 0.0 0.0 0 0 ? S Dec11 0:00 [ksoftirqd/16]
root 70 0.0 0.0 0 0 ? S Dec11 0:00 [watchdog/16]
root 71 0.0 0.0 0 0 ? S Dec11 0:00 [migration/17]
root 72 0.0 0.0 0 0 ? S Dec11 0:00 [migration/17]
root 73 0.0 0.0 0 0 ? S Dec11 0:00 [ksoftirqd/17]
root 74 0.0 0.0 0 0 ? S Dec11 0:00 [watchdog/17]
root 75 0.0 0.0 0 0 ? S Dec11 0:00 [migration/18]
root 76 0.0 0.0 0 0 ? S Dec11 0:00 [migration/18]
root 77 0.0 0.0 0 0 ? S Dec11 0:00 [ksoftirqd/18]
root 78 0.0 0.0 0 0 ? S Dec11 0:00 [watchdog/18]
root 79 0.0 0.0 0 0 ? S Dec11 0:00 [migration/19]
root 80 0.0 0.0 0 0 ? S Dec11 0:00 [migration/19]
root 81 0.0 0.0 0 0 ? S Dec11 0:00 [ksoftirqd/19]
root 82 0.0 0.0 0 0 ? S Dec11 0:00 [watchdog/19]
root 83 0.0 0.0 0 0 ? S Dec11 0:00 [migration/20]
root 84 0.0 0.0 0 0 ? S Dec11 0:00 [migration/20]
root 85 0.0 0.0 0 0 ? S Dec11 0:00 [ksoftirqd/20]
root 86 0.0 0.0 0 0 ? S Dec11 0:00 [watchdog/20]
root 87 0.0 0.0 0 0 ? S Dec11 0:00 [migration/21]
root 88 0.0 0.0 0 0 ? S Dec11 0:00 [migration/21]
root 89 0.0 0.0 0 0 ? S Dec11 0:00 [ksoftirqd/21]
root 90 0.0 0.0 0 0 ? S Dec11 0:00 [watchdog/21]
root 91 0.0 0.0 0 0 ? S Dec11 0:00 [migration/22]
root 92 0.0 0.0 0 0 ? S Dec11 0:00 [migration/22]
root 93 0.0 0.0 0 0 ? S Dec11 0:00 [ksoftirqd/22]
root 94 0.0 0.0 0 0 ? S Dec11 0:00 [watchdog/22]
root 95 0.0 0.0 0 0 ? S Dec11 0:00 [migration/23]
root 96 0.0 0.0 0 0 ? S Dec11 0:00 [migration/23]
root 97 0.0 0.0 0 0 ? S Dec11 0:00 [ksoftirqd/23]
root 98 0.0 0.0 0 0 ? S Dec11 0:00 [watchdog/23]
root 99 0.0 0.0 0 0 ? S Dec11 0:03 [events/0]
root 100 0.0 0.0 0 0 ? S Dec11 0:02 [events/1]
root 101 0.0 0.0 0 0 ? S Dec11 0:03 [events/2]
root 102 0.0 0.0 0 0 ? S Dec11 0:02 [events/3]
root 103 0.0 0.0 0 0 ? S Dec11 0:02 [events/4]
root 104 0.0 0.0 0 0 ? S Dec11 0:02 [events/5]
root 105 0.0 0.0 0 0 ? S Dec11 0:02 [events/6]
root 106 0.0 0.0 0 0 ? S Dec11 0:02 [events/7]
root 107 0.0 0.0 0 0 ? S Dec11 0:01 [events/8]
root 108 0.0 0.0 0 0 ? S Dec11 0:01 [events/9]
root 109 0.0 0.0 0 0 ? S Dec11 0:02 [events/10]
root 110 0.0 0.0 0 0 ? S Dec11 0:02 [events/11]
root 111 0.0 0.0 0 0 ? S Dec11 0:02 [events/12]
root 112 0.0 0.0 0 0 ? S Dec11 0:02 [events/13]
root 113 0.0 0.0 0 0 ? S Dec11 0:02 [events/14]
root 114 0.0 0.0 0 0 ? S Dec11 0:02 [events/15]
root 115 0.0 0.0 0 0 ? S Dec11 0:02 [events/16]
root 116 0.0 0.0 0 0 ? S Dec11 0:02 [events/17]
root 117 0.0 0.0 0 0 ? S Dec11 0:02 [events/18]
root 118 0.0 0.0 0 0 ? S Dec11 0:02 [events/19]
root 119 0.0 0.0 0 0 ? S Dec11 0:02 [events/20]
root 120 0.0 0.0 0 0 ? S Dec11 0:01 [events/21]
root 121 0.0 0.0 0 0 ? S Dec11 0:02 [events/22]
root 122 0.0 0.0 0 0 ? S Dec11 0:02 [events/23]
root 123 0.0 0.0 0 0 ? S Dec11 0:00 [cgroup]
root 124 0.0 0.0 0 0 ? S Dec11 0:00 [khelper]
root 125 0.0 0.0 0 0 ? S Dec11 0:00 [netns]
root 126 0.0 0.0 0 0 ? S Dec11 0:00 [async/mgr]
root 127 0.0 0.0 0 0 ? S Dec11 0:00 [pm]
root 128 0.0 0.0 0 0 ? S Dec11 0:00 [sync_supers]
root 129 0.0 0.0 0 0 ? S Dec11 0:00 [bdi-default]
root 130 0.0 0.0 0 0 ? S Dec11 0:00 [kintegrityd/0]
root 131 0.0 0.0 0 0 ? S Dec11 0:00 [kintegrityd/1]
root 132 0.0 0.0 0 0 ? S Dec11 0:00 [kintegrityd/2]
root 133 0.0 0.0 0 0 ? S Dec11 0:00 [kintegrityd/3]
root 134 0.0 0.0 0 0 ? S Dec11 0:00 [kintegrityd/4]
root 135 0.0 0.0 0 0 ? S Dec11 0:00 [kintegrityd/5]
root 136 0.0 0.0 0 0 ? S Dec11 0:00 [kintegrityd/6]
root 137 0.0 0.0 0 0 ? S Dec11 0:00 [kintegrityd/7]
root 138 0.0 0.0 0 0 ? S Dec11 0:00 [kintegrityd/8]
root 139 0.0 0.0 0 0 ? S Dec11 0:00 [kintegrityd/9]
root 140 0.0 0.0 0 0 ? S Dec11 0:00 [kintegrityd/10]
root 141 0.0 0.0 0 0 ? S Dec11 0:00 [kintegrityd/11]
root 142 0.0 0.0 0 0 ? S Dec11 0:00 [kintegrityd/12]
root 143 0.0 0.0 0 0 ? S Dec11 0:00 [kintegrityd/13]
root 144 0.0 0.0 0 0 ? S Dec11 0:00 [kintegrityd/14]
root 145 0.0 0.0 0 0 ? S Dec11 0:00 [kintegrityd/15]
root 146 0.0 0.0 0 0 ? S Dec11 0:00 [kintegrityd/16]
root 147 0.0 0.0 0 0 ? S Dec11 0:00 [kintegrityd/17]
root 148 0.0 0.0 0 0 ? S Dec11 0:00 [kintegrityd/18]
root 149 0.0 0.0 0 0 ? S Dec11 0:00 [kintegrityd/19]
root 150 0.0 0.0 0 0 ? S Dec11 0:00 [kintegrityd/20]
root 151 0.0 0.0 0 0 ? S Dec11 0:00 [kintegrityd/21]
root 152 0.0 0.0 0 0 ? S Dec11 0:00 [kintegrityd/22]
root 153 0.0 0.0 0 0 ? S Dec11 0:00 [kintegrityd/23]
root 154 0.0 0.0 0 0 ? S Dec11 0:04 [kblockd/0]
root 155 0.0 0.0 0 0 ? S Dec11 0:03 [kblockd/1]
root 156 0.0 0.0 0 0 ? S Dec11 0:00 [kblockd/2]
root 157 0.0 0.0 0 0 ? S Dec11 0:00 [kblockd/3]
root 158 0.0 0.0 0 0 ? S Dec11 0:00 [kblockd/4]
root 159 0.0 0.0 0 0 ? S Dec11 0:00 [kblockd/5]
root 160 0.0 0.0 0 0 ? S Dec11 0:00 [kblockd/6]
root 161 0.0 0.0 0 0 ? S Dec11 0:00 [kblockd/7]
root 162 0.0 0.0 0 0 ? S Dec11 0:00 [kblockd/8]
root 163 0.0 0.0 0 0 ? S Dec11 0:00 [kblockd/9]
root 164 0.0 0.0 0 0 ? S Dec11 0:00 [kblockd/10]
root 165 0.0 0.0 0 0 ? S Dec11 0:00 [kblockd/11]
root 166 0.0 0.0 0 0 ? S Dec11 0:00 [kblockd/12]
root 167 0.0 0.0 0 0 ? S Dec11 0:00 [kblockd/13]
root 168 0.0 0.0 0 0 ? S Dec11 0:00 [kblockd/14]
root 169 0.0 0.0 0 0 ? S Dec11 0:00 [kblockd/15]
root 170 0.0 0.0 0 0 ? S Dec11 0:00 [kblockd/16]
root 171 0.0 0.0 0 0 ? S Dec11 0:00 [kblockd/17]
root 172 0.0 0.0 0 0 ? S Dec11 0:00 [kblockd/18]
root 173 0.0 0.0 0 0 ? S Dec11 0:00 [kblockd/19]
root 174 0.0 0.0 0 0 ? S Dec11 0:00 [kblockd/20]
root 175 0.0 0.0 0 0 ? S Dec11 0:00 [kblockd/21]
root 176 0.0 0.0 0 0 ? S Dec11 0:00 [kblockd/22]
root 177 0.0 0.0 0 0 ? S Dec11 0:00 [kblockd/23]
root 178 0.0 0.0 0 0 ? S Dec11 0:00 [kacpid]
root 179 0.0 0.0 0 0 ? S Dec11 0:00 [kacpi_notify]
root 180 0.0 0.0 0 0 ? S Dec11 0:00 [kacpi_hotplug]
root 181 0.0 0.0 0 0 ? S Dec11 0:00 [ata/0]
root 182 0.0 0.0 0 0 ? S Dec11 0:00 [ata/1]
root 183 0.0 0.0 0 0 ? S Dec11 0:00 [ata/2]
root 184 0.0 0.0 0 0 ? S Dec11 0:00 [ata/3]
root 185 0.0 0.0 0 0 ? S Dec11 0:00 [ata/4]
root 186 0.0 0.0 0 0 ? S Dec11 0:00 [ata/5]
root 187 0.0 0.0 0 0 ? S Dec11 0:00 [ata/6]
root 188 0.0 0.0 0 0 ? S Dec11 0:00 [ata/7]
root 189 0.0 0.0 0 0 ? S Dec11 0:00 [ata/8]
root 190 0.0 0.0 0 0 ? S Dec11 0:00 [ata/9]
root 191 0.0 0.0 0 0 ? S Dec11 0:00 [ata/10]
root 192 0.0 0.0 0 0 ? S Dec11 0:00 [ata/11]
root 193 0.0 0.0 0 0 ? S Dec11 0:00 [ata/12]
root 194 0.0 0.0 0 0 ? S Dec11 0:00 [ata/13]
root 195 0.0 0.0 0 0 ? S Dec11 0:00 [ata/14]
root 196 0.0 0.0 0 0 ? S Dec11 0:00 [ata/15]
root 197 0.0 0.0 0 0 ? S Dec11 0:00 [ata/16]
root 198 0.0 0.0 0 0 ? S Dec11 0:00 [ata/17]
root 199 0.0 0.0 0 0 ? S Dec11 0:00 [ata/18]
root 200 0.0 0.0 0 0 ? S Dec11 0:00 [ata/19]
root 201 0.0 0.0 0 0 ? S Dec11 0:00 [ata/20]
root 202 0.0 0.0 0 0 ? S Dec11 0:00 [ata/21]
root 203 0.0 0.0 0 0 ? S Dec11 0:00 [ata/22]
root 204 0.0 0.0 0 0 ? S Dec11 0:00 [ata/23]
root 205 0.0 0.0 0 0 ? S Dec11 0:00 [ata_aux]
root 206 0.0 0.0 0 0 ? S Dec11 0:00 [ksuspend_usbd]
root 207 0.0 0.0 0 0 ? S Dec11 0:00 [khubd]
root 208 0.0 0.0 0 0 ? S Dec11 0:00 [kseriod]
root 209 0.0 0.0 0 0 ? S Dec11 0:00 [md/0]
root 210 0.0 0.0 0 0 ? S Dec11 0:00 [md/1]
root 211 0.0 0.0 0 0 ? S Dec11 0:00 [md/2]
root 212 0.0 0.0 0 0 ? S Dec11 0:00 [md/3]
root 213 0.0 0.0 0 0 ? S Dec11 0:00 [md/4]
root 214 0.0 0.0 0 0 ? S Dec11 0:00 [md/5]
root 215 0.0 0.0 0 0 ? S Dec11 0:00 [md/6]
root 216 0.0 0.0 0 0 ? S Dec11 0:00 [md/7]
root 217 0.0 0.0 0 0 ? S Dec11 0:00 [md/8]
root 218 0.0 0.0 0 0 ? S Dec11 0:00 [md/9]
root 219 0.0 0.0 0 0 ? S Dec11 0:00 [md/10]
root 220 0.0 0.0 0 0 ? S Dec11 0:00 [md/11]
root 221 0.0 0.0 0 0 ? S Dec11 0:00 [md/12]
root 222 0.0 0.0 0 0 ? S Dec11 0:00 [md/13]
root 223 0.0 0.0 0 0 ? S Dec11 0:00 [md/14]
root 224 0.0 0.0 0 0 ? S Dec11 0:00 [md/15]
root 225 0.0 0.0 0 0 ? S Dec11 0:00 [md/16]
root 226 0.0 0.0 0 0 ? S Dec11 0:00 [md/17]
root 227 0.0 0.0 0 0 ? S Dec11 0:00 [md/18]
root 228 0.0 0.0 0 0 ? S Dec11 0:00 [md/19]
root 229 0.0 0.0 0 0 ? S Dec11 0:00 [md/20]
root 230 0.0 0.0 0 0 ? S Dec11 0:00 [md/21]
root 231 0.0 0.0 0 0 ? S Dec11 0:00 [md/22]
root 232 0.0 0.0 0 0 ? S Dec11 0:00 [md/23]
root 233 0.0 0.0 0 0 ? S Dec11 0:00 [md_misc/0]
root 234 0.0 0.0 0 0 ? S Dec11 0:00 [md_misc/1]
root 235 0.0 0.0 0 0 ? S Dec11 0:00 [md_misc/2]
root 236 0.0 0.0 0 0 ? S Dec11 0:00 [md_misc/3]
root 237 0.0 0.0 0 0 ? S Dec11 0:00 [md_misc/4]
root 238 0.0 0.0 0 0 ? S Dec11 0:00 [md_misc/5]
root 239 0.0 0.0 0 0 ? S Dec11 0:00 [md_misc/6]
root 240 0.0 0.0 0 0 ? S Dec11 0:00 [md_misc/7]
root 241 0.0 0.0 0 0 ? S Dec11 0:00 [md_misc/8]
root 242 0.0 0.0 0 0 ? S Dec11 0:00 [md_misc/9]
root 243 0.0 0.0 0 0 ? S Dec11 0:00 [md_misc/10]
root 244 0.0 0.0 0 0 ? S Dec11 0:00 [md_misc/11]
root 245 0.0 0.0 0 0 ? S Dec11 0:00 [md_misc/12]
root 246 0.0 0.0 0 0 ? S Dec11 0:00 [md_misc/13]
root 247 0.0 0.0 0 0 ? S Dec11 0:00 [md_misc/14]
root 248 0.0 0.0 0 0 ? S Dec11 0:00 [md_misc/15]
root 249 0.0 0.0 0 0 ? S Dec11 0:00 [md_misc/16]
root 250 0.0 0.0 0 0 ? S Dec11 0:00 [md_misc/17]
root 251 0.0 0.0 0 0 ? S Dec11 0:00 [md_misc/18]
root 252 0.0 0.0 0 0 ? S Dec11 0:00 [md_misc/19]
root 253 0.0 0.0 0 0 ? S Dec11 0:00 [md_misc/20]
root 254 0.0 0.0 0 0 ? S Dec11 0:00 [md_misc/21]
root 255 0.0 0.0 0 0 ? S Dec11 0:00 [md_misc/22]
root 256 0.0 0.0 0 0 ? S Dec11 0:00 [md_misc/23]
root 257 0.0 0.0 0 0 ? S Dec11 0:00 [khungtaskd]
root 258 0.0 0.0 0 0 ? S Dec11 0:00 [kswapd0]
root 259 0.0 0.0 0 0 ? S Dec11 0:00 [kswapd1]
root 260 0.0 0.0 0 0 ? SN Dec11 0:00 [ksmd]
root 261 0.0 0.0 0 0 ? SN Dec11 0:05 [khugepaged]
root 262 0.0 0.0 0 0 ? S Dec11 0:00 [aio/0]
root 263 0.0 0.0 0 0 ? S Dec11 0:00 [aio/1]
root 264 0.0 0.0 0 0 ? S Dec11 0:00 [aio/2]
root 265 0.0 0.0 0 0 ? S Dec11 0:00 [aio/3]
root 266 0.0 0.0 0 0 ? S Dec11 0:00 [aio/4]
root 267 0.0 0.0 0 0 ? S Dec11 0:00 [aio/5]
root 268 0.0 0.0 0 0 ? S Dec11 0:00 [aio/6]
root 269 0.0 0.0 0 0 ? S Dec11 0:00 [aio/7]
root 270 0.0 0.0 0 0 ? S Dec11 0:00 [aio/8]
root 271 0.0 0.0 0 0 ? S Dec11 0:00 [aio/9]
root 272 0.0 0.0 0 0 ? S Dec11 0:00 [aio/10]
root 273 0.0 0.0 0 0 ? S Dec11 0:00 [aio/11]
root 274 0.0 0.0 0 0 ? S Dec11 0:00 [aio/12]
root 275 0.0 0.0 0 0 ? S Dec11 0:00 [aio/13]
root 276 0.0 0.0 0 0 ? S Dec11 0:00 [aio/14]
root 277 0.0 0.0 0 0 ? S Dec11 0:00 [aio/15]
root 278 0.0 0.0 0 0 ? S Dec11 0:00 [aio/16]
root 279 0.0 0.0 0 0 ? S Dec11 0:00 [aio/17]
root 280 0.0 0.0 0 0 ? S Dec11 0:00 [aio/18]
root 281 0.0 0.0 0 0 ? S Dec11 0:00 [aio/19]
root 282 0.0 0.0 0 0 ? S Dec11 0:00 [aio/20]
root 283 0.0 0.0 0 0 ? S Dec11 0:00 [aio/21]
root 284 0.0 0.0 0 0 ? S Dec11 0:00 [aio/22]
root 285 0.0 0.0 0 0 ? S Dec11 0:00 [aio/23]
root 286 0.0 0.0 0 0 ? S Dec11 0:00 [crypto/0]
root 287 0.0 0.0 0 0 ? S Dec11 0:00 [crypto/1]
root 288 0.0 0.0 0 0 ? S Dec11 0:00 [crypto/2]
root 289 0.0 0.0 0 0 ? S Dec11 0:00 [crypto/3]
root 290 0.0 0.0 0 0 ? S Dec11 0:00 [crypto/4]
root 291 0.0 0.0 0 0 ? S Dec11 0:00 [crypto/5]
root 292 0.0 0.0 0 0 ? S Dec11 0:00 [crypto/6]
root 293 0.0 0.0 0 0 ? S Dec11 0:00 [crypto/7]
root 294 0.0 0.0 0 0 ? S Dec11 0:00 [crypto/8]
root 295 0.0 0.0 0 0 ? S Dec11 0:00 [crypto/9]
root 296 0.0 0.0 0 0 ? S Dec11 0:00 [crypto/10]
root 297 0.0 0.0 0 0 ? S Dec11 0:00 [crypto/11]
root 298 0.0 0.0 0 0 ? S Dec11 0:00 [crypto/12]
root 299 0.0 0.0 0 0 ? S Dec11 0:00 [crypto/13]
root 300 0.0 0.0 0 0 ? S Dec11 0:00 [crypto/14]
root 301 0.0 0.0 0 0 ? S Dec11 0:00 [crypto/15]
root 302 0.0 0.0 0 0 ? S Dec11 0:00 [crypto/16]
root 303 0.0 0.0 0 0 ? S Dec11 0:00 [crypto/17]
root 304 0.0 0.0 0 0 ? S Dec11 0:00 [crypto/18]
root 305 0.0 0.0 0 0 ? S Dec11 0:00 [crypto/19]
root 306 0.0 0.0 0 0 ? S Dec11 0:00 [crypto/20]
root 307 0.0 0.0 0 0 ? S Dec11 0:00 [crypto/21]
root 308 0.0 0.0 0 0 ? S Dec11 0:00 [crypto/22]
root 309 0.0 0.0 0 0 ? S Dec11 0:00 [crypto/23]
root 314 0.0 0.0 0 0 ? S Dec11 0:00 [kthrotld/0]
root 315 0.0 0.0 0 0 ? S Dec11 0:00 [kthrotld/1]
root 316 0.0 0.0 0 0 ? S Dec11 0:00 [kthrotld/2]
root 317 0.0 0.0 0 0 ? S Dec11 0:00 [kthrotld/3]
root 318 0.0 0.0 0 0 ? S Dec11 0:00 [kthrotld/4]
root 319 0.0 0.0 0 0 ? S Dec11 0:00 [kthrotld/5]
root 320 0.0 0.0 0 0 ? S Dec11 0:00 [kthrotld/6]
root 321 0.0 0.0 0 0 ? S Dec11 0:00 [kthrotld/7]
root 322 0.0 0.0 0 0 ? S Dec11 0:00 [kthrotld/8]
root 323 0.0 0.0 0 0 ? S Dec11 0:00 [kthrotld/9]
root 324 0.0 0.0 0 0 ? S Dec11 0:00 [kthrotld/10]
root 325 0.0 0.0 0 0 ? S Dec11 0:00 [kthrotld/11]
root 326 0.0 0.0 0 0 ? S Dec11 0:00 [kthrotld/12]
root 327 0.0 0.0 0 0 ? S Dec11 0:00 [kthrotld/13]
root 328 0.0 0.0 0 0 ? S Dec11 0:00 [kthrotld/14]
root 329 0.0 0.0 0 0 ? S Dec11 0:00 [kthrotld/15]
root 330 0.0 0.0 0 0 ? S Dec11 0:00 [kthrotld/16]
root 331 0.0 0.0 0 0 ? S Dec11 0:00 [kthrotld/17]
root 332 0.0 0.0 0 0 ? S Dec11 0:00 [kthrotld/18]
root 333 0.0 0.0 0 0 ? S Dec11 0:00 [kthrotld/19]
root 334 0.0 0.0 0 0 ? S Dec11 0:00 [kthrotld/20]
root 335 0.0 0.0 0 0 ? S Dec11 0:00 [kthrotld/21]
root 336 0.0 0.0 0 0 ? S Dec11 0:00 [kthrotld/22]
root 337 0.0 0.0 0 0 ? S Dec11 0:00 [kthrotld/23]
root 338 0.1 0.0 0 0 ? SN Dec11 2:20 [kipmi0]
root 340 0.0 0.0 0 0 ? S Dec11 0:00 [kpsmoused]
root 341 0.0 0.0 0 0 ? S Dec11 0:00 [usbhid_resumer]
root 372 0.0 0.0 0 0 ? S Dec11 0:00 [kstriped]
root 380 0.0 0.0 0 0 ? S Dec11 0:00 [kmpathd/0]
root 381 0.0 0.0 0 0 ? S Dec11 0:00 [kmpathd/1]
root 382 0.0 0.0 0 0 ? S Dec11 0:00 [kmpathd/2]
root 383 0.0 0.0 0 0 ? S Dec11 0:00 [kmpathd/3]
root 384 0.0 0.0 0 0 ? S Dec11 0:00 [kmpathd/4]
root 385 0.0 0.0 0 0 ? S Dec11 0:00 [kmpathd/5]
root 386 0.0 0.0 0 0 ? S Dec11 0:00 [kmpathd/6]
root 387 0.0 0.0 0 0 ? S Dec11 0:00 [kmpathd/7]
root 388 0.0 0.0 0 0 ? S Dec11 0:00 [kmpathd/8]
root 389 0.0 0.0 0 0 ? S Dec11 0:00 [kmpathd/9]
root 390 0.0 0.0 0 0 ? S Dec11 0:00 [kmpathd/10]
root 391 0.0 0.0 0 0 ? S Dec11 0:00 [kmpathd/11]
root 392 0.0 0.0 0 0 ? S Dec11 0:00 [kmpathd/12]
root 393 0.0 0.0 0 0 ? S Dec11 0:00 [kmpathd/13]
root 394 0.0 0.0 0 0 ? S Dec11 0:00 [kmpathd/14]
root 395 0.0 0.0 0 0 ? S Dec11 0:00 [kmpathd/15]
root 396 0.0 0.0 0 0 ? S Dec11 0:00 [kmpathd/16]
root 397 0.0 0.0 0 0 ? S Dec11 0:00 [kmpathd/17]
root 398 0.0 0.0 0 0 ? S Dec11 0:00 [kmpathd/18]
root 399 0.0 0.0 0 0 ? S Dec11 0:00 [kmpathd/19]
root 400 0.0 0.0 0 0 ? S Dec11 0:00 [kmpathd/20]
root 401 0.0 0.0 0 0 ? S Dec11 0:00 [kmpathd/21]
root 402 0.0 0.0 0 0 ? S Dec11 0:00 [kmpathd/22]
root 403 0.0 0.0 0 0 ? S Dec11 0:00 [kmpathd/23]
root 404 0.0 0.0 0 0 ? S Dec11 0:00 [kmpath_handlerd]
root 546 0.0 0.0 0 0 ? S Dec11 0:00 [scsi_eh_0]
root 547 0.0 0.0 0 0 ? S Dec11 0:00 [fw_event0]
root 551 0.0 0.0 0 0 ? S Dec11 0:01 [poll_0_status]
root 575 0.0 0.0 0 0 ? S Dec11 0:00 [scsi_tgtd/0]
root 576 0.0 0.0 0 0 ? S Dec11 0:00 [scsi_tgtd/1]
root 577 0.0 0.0 0 0 ? S Dec11 0:00 [scsi_tgtd/2]
root 578 0.0 0.0 0 0 ? S Dec11 0:00 [scsi_tgtd/3]
root 579 0.0 0.0 0 0 ? S Dec11 0:00 [scsi_tgtd/4]
root 580 0.0 0.0 0 0 ? S Dec11 0:00 [scsi_tgtd/5]
root 581 0.0 0.0 0 0 ? S Dec11 0:00 [scsi_tgtd/6]
root 582 0.0 0.0 0 0 ? S Dec11 0:00 [scsi_tgtd/7]
root 583 0.0 0.0 0 0 ? S Dec11 0:00 [scsi_tgtd/8]
root 584 0.0 0.0 0 0 ? S Dec11 0:00 [scsi_tgtd/9]
root 585 0.0 0.0 0 0 ? S Dec11 0:00 [scsi_tgtd/10]
root 586 0.0 0.0 0 0 ? S Dec11 0:00 [scsi_tgtd/11]
root 587 0.0 0.0 0 0 ? S Dec11 0:00 [scsi_tgtd/12]
root 588 0.0 0.0 0 0 ? S Dec11 0:00 [scsi_tgtd/13]
root 589 0.0 0.0 0 0 ? S Dec11 0:00 [scsi_tgtd/14]
root 590 0.0 0.0 0 0 ? S Dec11 0:00 [scsi_tgtd/15]
root 591 0.0 0.0 0 0 ? S Dec11 0:00 [scsi_tgtd/16]
root 592 0.0 0.0 0 0 ? S Dec11 0:00 [scsi_tgtd/17]
root 593 0.0 0.0 0 0 ? S Dec11 0:00 [scsi_tgtd/18]
root 594 0.0 0.0 0 0 ? S Dec11 0:00 [scsi_tgtd/19]
root 595 0.0 0.0 0 0 ? S Dec11 0:00 [scsi_tgtd/20]
root 596 0.0 0.0 0 0 ? S Dec11 0:00 [scsi_tgtd/21]
root 597 0.0 0.0 0 0 ? S Dec11 0:00 [scsi_tgtd/22]
root 598 0.0 0.0 0 0 ? S Dec11 0:00 [scsi_tgtd/23]
root 599 0.0 0.0 0 0 ? S Dec11 0:00 [scsi_eh_1]
root 606 0.0 0.0 0 0 ? S< Dec11 0:00 [qla2xxx_1_dpc]
root 607 0.0 0.0 0 0 ? S Dec11 0:00 [scsi_wq_1]
root 608 0.0 0.0 0 0 ? S Dec11 0:00 [fc_wq_1]
root 609 0.0 0.0 0 0 ? S Dec11 0:00 [fc_dl_1]
root 610 0.0 0.0 0 0 ? S Dec11 0:00 [scsi_eh_2]
root 611 0.0 0.0 0 0 ? S< Dec11 0:00 [qla2xxx_2_dpc]
root 612 0.0 0.0 0 0 ? S Dec11 0:00 [scsi_wq_2]
root 613 0.0 0.0 0 0 ? S Dec11 0:00 [fc_wq_2]
root 614 0.0 0.0 0 0 ? S Dec11 0:00 [fc_dl_2]
root 697 0.0 0.0 0 0 ? S Dec11 0:00 [kdmflush]
root 698 0.0 0.0 0 0 ? S Dec11 0:00 [kdmflush]-
JakeHatMacys
- Posts: 281
- Joined: Thu Sep 25, 2014 3:21 pm
Re: Nagios XI stuck applying configuration
Another question I have is when we apply a configuration are we rewriting the entire config each time or will it only rewrite the deltas that were changed???
As we put store devices on our servers we're concerned the applying of config time could grow.
We just bulk loaded 1200 servers on our XI install after adding max_input_vars = 100000 to the end of the /etc/php.ini
Once again it looks like it's breaking our configuration (attached). This is a major obstacle for us as with the size of our enterprise we can't move forward without the Bulk load up and running properly for us.
As we put store devices on our servers we're concerned the applying of config time could grow.
We just bulk loaded 1200 servers on our XI install after adding max_input_vars = 100000 to the end of the /etc/php.ini
Once again it looks like it's breaking our configuration (attached). This is a major obstacle for us as with the size of our enterprise we can't move forward without the Bulk load up and running properly for us.
You do not have the required permissions to view the files attached to this post.