Apply configuration doesn't finish

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Frédéric GRANAT
Posts: 445
Joined: Mon Nov 19, 2012 11:36 am

Re: Apply configuration doesn't finish

Post by Frédéric GRANAT »

did you try changing your nagiosadmin password at some point?
=> Yes a long time ago, but let the old password and no impact on performances
does this user account work properly?
=> How could I check that ?
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: Apply configuration doesn't finish

Post by abrist »

Frédéric GRANAT wrote:=> How could I check that ?
Can you log in to XI with the nagiosadmin user?
Is winbindd still using 90%+ of your cpu?
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
Frédéric GRANAT
Posts: 445
Joined: Mon Nov 19, 2012 11:36 am

Re: Apply configuration doesn't finish

Post by Frédéric GRANAT »

Hi,
I always log under nagiosadmin.
I restart the server so now here's the result of top command (no winbind process visible)

Mem: 3107036k total, 2685912k used, 421124k free, 208984k buffers
Swap: 1048568k total, 12k used, 1048556k free, 2040884k cached

PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
4298 apache 17 0 43076 20m 6164 S 7.6 0.7 9:09.55 httpd
21449 root 15 0 2432 1108 808 R 0.3 0.0 0:00.33 top
22705 postgres 15 0 21912 4504 3500 S 0.3 0.1 0:00.01 postmaster
1 root 15 0 2168 668 576 S 0.0 0.0 0:00.98 init
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: Apply configuration doesn't finish

Post by lmiltchev »

Go to Admin->System Profile->Download Profile, save and send the "profile.zip" to [email protected]. We will examine the log files, and will try to find out what is causing the issue.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Frédéric GRANAT
Posts: 445
Joined: Mon Nov 19, 2012 11:36 am

Re: Apply configuration doesn't finish

Post by Frédéric GRANAT »

Please find attached the file profile.txt
You do not have the required permissions to view the files attached to this post.
abrist
Red Shirt
Posts: 8334
Joined: Thu Nov 15, 2012 1:20 pm

Re: Apply configuration doesn't finish

Post by abrist »

Additionally, what is the output of:

Code: Select all

chage -l nagios
Former Nagios employee
"It is turtles. All. The. Way. Down. . . .and maybe an elephant or two."
VI VI VI - The editor of the Beast!
Come to the Dark Side.
Frédéric GRANAT
Posts: 445
Joined: Mon Nov 19, 2012 11:36 am

Re: Apply configuration doesn't finish

Post by Frédéric GRANAT »

Last password change : Mar 14, 2013
Password expires : never
Password inactive : never
Account expires : never
Minimum number of days between password change : 0
Maximum number of days between password change : 99999
Number of days of warning before password expires : 7
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Apply configuration doesn't finish

Post by scottwilkerson »

Can you run

Code: Select all

ls -l /usr/local/nagiosxi/etc/htpasswd.users
and return the output
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
Frédéric GRANAT
Posts: 445
Joined: Mon Nov 19, 2012 11:36 am

Re: Apply configuration doesn't finish

Post by Frédéric GRANAT »

-rw-r--r-- 1 500 apache 186 Mar 14 2013 /usr/local/nagiosxi/etc/htpasswd.users
sreinhardt
-fno-stack-protector
Posts: 4366
Joined: Mon Nov 19, 2012 12:10 pm

Re: Apply configuration doesn't finish

Post by sreinhardt »

Did you alter the uid of the nagios user? Generally we only see a uid of 500 on file permissions if the nagios user has been altered from that, which is default.

Code: Select all

grep -i 'nag' /etc/passwd
grep -i 'nag' /etc/group
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.
Locked