up vote 1 down vote favorite
2
share [g+] share [fb]

I have some CentOS 5.x servers which auto-update nightly via yum.

Root mailboxes from these hosts are forwarded to a central address, so if new updates are installed I can see that in the e-mails. This is not a very flexible solution...

Is there an open-source solution to follow either YUM updates or RPM installations centrally? Like a database that would collect the update history and make it available via a single web service.

RHEL & up2date provides an on-line solution for this IIRC, but is there anything for the free RHEL derived distros?

link|improve this question
1  
nightly? wow - that's mighty frequent! – warren Dec 3 '09 at 12:42
feedback

3 Answers

up vote 5 down vote accepted

You need Spacewalk.

link|improve this answer
cheers, I knew there was something out there. – mikkoko Nov 9 '09 at 7:25
Do note that Spacewalk does require an RHN agent rather than using simple yum, and these agents can be somewhat hefty to deploy in a larger CentOS environment. – jgoldschrafe Jan 25 at 19:45
feedback

Pulp is the latest solution from Redhat for this purpose.

link|improve this answer
feedback

You can read YUM's log file with syslog-ng and then send it to a central log server.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.