Apply configuration doesn't finish
-
Frédéric GRANAT
- Posts: 445
- Joined: Mon Nov 19, 2012 11:36 am
Re: Apply configuration doesn't finish
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 ?
=> 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 ?
Re: Apply configuration doesn't finish
Can you log in to XI with the nagiosadmin user?Frédéric GRANAT wrote:=> How could I check that ?
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.
"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
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
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
Re: Apply configuration doesn't finish
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
Please find attached the file profile.txt
You do not have the required permissions to view the files attached to this post.
Re: Apply configuration doesn't finish
Additionally, what is the output of:
Code: Select all
chage -l nagiosFormer 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.
"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
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
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
Can you run
and return the output
Code: Select all
ls -l /usr/local/nagiosxi/etc/htpasswd.users-
Frédéric GRANAT
- Posts: 445
- Joined: Mon Nov 19, 2012 11:36 am
Re: Apply configuration doesn't finish
-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
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/groupNagios-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.