From e70222962dc2c174953bf291eee07c8c2599f2dd Mon Sep 17 00:00:00 2001 From: linggao Date: Wed, 3 Mar 2010 13:17:16 +0000 Subject: [PATCH] more fix for IB monitoring git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@5347 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- xCAT-rmc/resources/sn/IBM.Sensor/IBSwitchLogSensor.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-rmc/resources/sn/IBM.Sensor/IBSwitchLogSensor.pm b/xCAT-rmc/resources/sn/IBM.Sensor/IBSwitchLogSensor.pm index de6af3d2c..a4d826136 100644 --- a/xCAT-rmc/resources/sn/IBM.Sensor/IBSwitchLogSensor.pm +++ b/xCAT-rmc/resources/sn/IBM.Sensor/IBSwitchLogSensor.pm @@ -11,7 +11,7 @@ else {$cmd="$::XCATROOT/sbin/rmcmon/monaixsyslog";} $RES::Sensor{'IBSwitchLogSensor'} = { Name => q(IBSwitchLogSensor), - Command => "$cmd -p local6.warn -f /var/log/xcat/syslog.fabric.warning", + Command => "$cmd -p local6.notice -f /var/log/xcat/syslog.fabric.notice", Description => "This sensor monitors the errors logged by IB Switch management software. The String attribute will get updated with the IB related errors happend within the last 60 seconds. If the length of the error messages is too long, the errors will be saved into a temporary file under /var/opt/xcat_aix_syslog. And the String attrubute will be updated with the file name instead. The format is XCAT_MONAIXSYSLOG_FILE:filename.", UserName => q(root), RefreshInterval => q(60),