Operating System - Linux
1753787 Members
7611 Online
108799 Solutions
New Discussion юеВ

ilo logins to syslog server

 
randy_108
Advisor

ilo logins to syslog server

Hi,

The auditors want me to send any logins via ilo to the syslog server, can anyone point me in the right direction?

Thanks
Randy
2 REPLIES 2
RClark1850
New Member

Re: ilo logins to syslog server

I know you can set SNMP traps for iLO. If you go to Administration -> Settings -> Management (iLO2). Not sure about syslog though. If you have a decent logging server it should be able to recieve both, it would just take a little configuration.
randy_108
Advisor

Re: ilo logins to syslog server

here is my solution:

I put this into a shell script
last -f /var/log/wtmp | grep tty | /usr/bin/logger -p local6.notice

and then cro the shell script to run once a day.