Component scheduled for installation

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
bruno.rossi
Posts: 3
Joined: Tue Jun 12, 2012 6:42 am

Component scheduled for installation

Post 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.
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: Component scheduled for installation

Post by scottwilkerson »

This sounds like crond isn't running.

Try

Code: Select all

service crond restart
Former Nagios employee
Creator:
Human Design Website
Get Your Human Design Chart
bruno.rossi
Posts: 3
Joined: Tue Jun 12, 2012 6:42 am

Re: Component scheduled for installation

Post 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
Locked