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