Vijay Khemka | e279530 | 2020-07-15 17:28:45 -0700 | [diff] [blame] | 1 | { |
| 2 | "CPU" : { |
| 3 | "Frequency" : 1, |
| 4 | "Window_size": 120, |
| 5 | "Threshold": |
| 6 | { |
| 7 | "Critical": |
| 8 | { |
| 9 | "Value": 90.0, |
| 10 | "Log": true, |
| 11 | "Target": "reboot.target" |
| 12 | }, |
| 13 | "Warning": |
| 14 | { |
| 15 | "Value": 80.0, |
| 16 | "Log": false, |
| 17 | "Target": "systemd unit file" |
| 18 | } |
| 19 | } |
| 20 | }, |
| 21 | "Memory" : { |
| 22 | "Frequency" : 1, |
| 23 | "Window_size": 120, |
| 24 | "Threshold": |
| 25 | { |
| 26 | "Critical": |
| 27 | { |
| 28 | "Value": 85.0, |
| 29 | "Log": true, |
| 30 | "Target": "reboot.target" |
| 31 | } |
| 32 | } |
Bruceleequantatw | af9acbd | 2020-10-12 15:21:42 +0800 | [diff] [blame^] | 33 | }, |
| 34 | "Storage_RW" : { |
| 35 | "Path" : "/run/initramfs/rw", |
| 36 | "Frequency" : 1, |
| 37 | "Window_size": 120, |
| 38 | "Threshold": |
| 39 | { |
| 40 | "Critical": |
| 41 | { |
| 42 | "Value": 85.0, |
| 43 | "Log": true, |
| 44 | "Target": "reboot.target" |
| 45 | } |
| 46 | } |
Vijay Khemka | e279530 | 2020-07-15 17:28:45 -0700 | [diff] [blame] | 47 | } |
| 48 | } |