d84fb68106
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5335 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
14 lines
692 B
Perl
14 lines
692 B
Perl
#!/usr/bin/perl
|
|
|
|
$RES::Condition{'IBSwitchLog'} = {
|
|
Name => q(IBSwitchLog),
|
|
ResourceClass => q(IBM.Sensor),
|
|
EventExpression => q(String != ""),
|
|
EventDescription => q(An event will be generated when errors are logged to the Syslog in the local node for IB. The errors are saved in the String attribute in the event. However, if the String attribute in the event starts with XCAT_MONAIXSYSLOG_FILE:filename, then the errors can be found in the file. In this case, it is the responsibility of the response that associates with the condition to remove the temporary file.),
|
|
SelectionString => q(Name="IBSwitchLogSensor"),
|
|
Severity => q(0),
|
|
};
|
|
|
|
|
|
1;
|