xcat-core/xCAT-rmc/resources/mn/IBM.EventResponse/LogEvents.pm
linggao 24e984fdc5 another response
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8124 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
2010-11-10 20:16:42 +00:00

9 lines
202 B
Perl

#!/usr/bin/perl
$RES::EventResponse{'LogEvents'} = {
Name => q(LogEvents),
Locked => q(0),
Actions => q({[logEvent,{127},{0},{86400},/usr/sbin/rsct/bin/logevent /tmp/eventlog,3,0,0,0,{},0]}),
};
1;