File tree 1 file changed +3
-3
lines changed
dockers/docker-platform-monitor/etc
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,13 +36,13 @@ $SystemLogRateLimitBurst 20000
36
36
set $.PLATFORM=getenv("PLATFORM");
37
37
set $.CONTAINER_NAME=getenv("CONTAINER_NAME");
38
38
39
+ if ($.PLATFORM == "x86_64-mlnx_msn2700-r0" or $.PLATFORM == "x86_64-mlnx_msn2700a1-r0" or $.PLATFORM == "x86_64-mlnx_msn2410-r0") then {
40
+
39
41
# This rsyslog configuration is intended to resolve the following error message that only appears on the MSN2700 and MSN2410 platforms:
40
42
# "ERR pmon#sensord: Error getting sensor data: dps460/#10: Can't read"
41
43
# This error is because of firmware issue with some type of PSU, we are not able to upgrade the FW online.
42
44
# Since there is no functional impact, this error log can be ignored safely.
43
-
44
- if ($.PLATFORM == "x86_64-mlnx_msn2700-r0" or $.PLATFORM == "x86_64-mlnx_msn2700a1-r0" or $.PLATFORM == "x86_64-mlnx_msn2410-r0") then {
45
- if $programname contains "sensord" and $msg contains "Error getting sensor data: dps460/#" then stop
45
+ if $programname contains "sensord" and $msg contains "Error getting sensor data: dps460/#" then stop
46
46
}
47
47
48
48
# Set remote syslog server
You can’t perform that action at this time.
0 commit comments