Skip to content

Commit

Permalink
feat: update hdd monitor config (autowarefoundation#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
satoshi-ota committed Jan 19, 2022
1 parent 8beee99 commit 83ebe86
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions system_launch/config/system_monitor/hdd_monitor.param.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
name: /dev/sda
temp_warn: 70.0
temp_error: 80.0
usage_warn: 0.95
usage_error: 0.99
free_warn: 100000 #MB
free_error: 20000 #MB
disk1:
name: /dev/sdb
temp_warn: 70.0
temp_error: 80.0
usage_warn: 0.95
usage_error: 0.99
free_warn: 100000 #MB
free_error: 20000 #MB

0 comments on commit 83ebe86

Please sign in to comment.