Page 1 of 1

Component scheduled for installation

Posted: Tue Jun 12, 2012 6:51 am
by bruno.rossi
Hello Guys!!

I would like to know if ldap authentication component ( http://exchange.nagios.org/directory/Ad ... nt/details ) works in Nagiosxi free edition.
Because, I'm testing this version, and I need to test ldap authentication, but when I go on Admin/ManagerComponents/ and upload the file, the system show " Component scheduled for installation." and doesn't works.

I already executed " crontab restart" but nothing worked

I think that my problem is:
In /Admin, show this problems:

Database Maintenance [Last Run 972d 23h 15m 2s Ago]
Command Subsystem [Last Run 972d 23h 14m 32s Ago]
Event Manager [Last Run 15503d 11h 45m 6s Ago]
Feed Processor [Last Run 972d 23h 14m 32s Ago]
Report Engine [Last Run 972d 23h 14m 33s Ago]
Cleaner [Last Run 972d 23h 15m 2s Ago]
Nonstop Operations Manager [Last Run 972d 23h 15m 2s Ago]
System Statistics [Last Updated 972d 23h 14m 40s Ago]

How can I resolve this???


Thanks!

Bruno Rossi
BR-São Paulo.

Re: Component scheduled for installation

Posted: Tue Jun 12, 2012 8:49 am
by scottwilkerson
This sounds like crond isn't running.

Try

Code: Select all

service crond restart

Re: Component scheduled for installation

Posted: Tue Jun 12, 2012 1:30 pm
by bruno.rossi
Hello Scott

Look this:

[root@localhost ~]# service crond status
crond (pid 27440) is running...
[root@localhost ~]# tail -f /var/log/cron
Jun 12 15:22:01 localhost CROND[27406]: (CRON) ERROR chdir failed (/home/nagios): Permission denied
Jun 12 15:22:01 localhost CROND[27407]: (CRON) ERROR chdir failed (/home/nagios): Permission denied

[root@localhost ~]# ls -la /home/
drwx------ 5 paulo.martini users 4096 Jun 6 14:47 nagios ( Paulo Martini) ?????

[root@localhost home]# chown -R nagios nagios/
[root@localhost home]# ls -la
drwx------ 5 nagios users 4096 Jun 6 14:47 nagios

[root@localhost home]# service crond restart
Stopping crond: [ OK ]
Starting crond: [ OK ]

WORKS NOWW!!!!
Thanksssss