blob: 10c6b3ce996a7bb24ec7483ddb46c8bd4cf8daa5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
general {
output_format = "none"
}
order += "cpu_temperature 0"
cpu_temperature 0 {
format_above_threshold = "ABOVE_THRESHOLD: %degrees °C"
max_threshold = 45
path = "testcases/005-cpu-temp-max-threshold-format/temp1_input"
}
|