LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   RHEL 6 Question: GUI Console to monitor Audit Logs (https://www.linuxquestions.org/questions/linux-newbie-8/rhel-6-question-gui-console-to-monitor-audit-logs-4175436466/)

johnmccarthy 11-09-2012 04:25 PM

RHEL 6 Question: GUI Console to monitor Audit Logs
 
With RHEL 5 there was a GUI tool (System Log or somthing like that) which allowed me to view Audit, Message and Secure Logs. Does RHEL 6 have an rpm or somthing I can yum? If I need to yum, do I yum for:

yum install setools-console

Is there an rmp already on my Disk?

Take care,
Johnny mac

malekmustaq 11-10-2012 10:11 AM

Quote:

Is there an rmp already on my Disk?
Use "find"
Code:

~u@host~# find /var -iname \*whatever-package\*

chrism01 11-11-2012 07:46 PM

You can check rpm db
Code:

rpm -qa|grep -i console
See also 'yum search ..' & 'yum info ...'
http://linux.die.net/man/8/yum


All times are GMT -5. The time now is 03:15 PM.