[Accton/PDDF] Enable thermalctld in pmon (#9982)

When do "skip_thermalcltd: true" will let "show platform fan" and "show platform temp" fail.
When enable thermalctld, these cmd will work well.

Signed-off-by: Jostar Yang <jostar_yang@accton.com.tw>
This commit is contained in:
jostar-yang 2022-03-30 04:35:42 +08:00 committed by GitHub
parent f054d07df5
commit 7debcffe62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 5 deletions

View File

@ -1,5 +1,5 @@
{
"skip_ledd": true,
"skip_thermalctld": true
"skip_pcied": true
}

View File

@ -1,5 +1,5 @@
{
"skip_ledd": true,
"skip_thermalctld": true,
"skip_pcied": true
}

View File

@ -1,6 +1,5 @@
{
"skip_ledd": true,
"skip_pcied": true,
"skip_thermalctld": true
"skip_pcied": true
}

View File

@ -1,5 +1,5 @@
{
"skip_ledd": true,
"skip_thermalctld": true
"skip_pcied": true
}