Skip to content

Commit 669a9d6

Browse files
authored
Merge pull request autowarefoundation#760 from tier4/fix/system_monitor_config
fix(system_monitor): fix system_monitor config
2 parents 0c81580 + 0845a17 commit 669a9d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

autoware_launch/config/system/system_monitor/hdd_monitor.param.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
power_on_hours_attribute_id: 0x09
1212
power_on_hours_warn: 3000000
1313
total_data_written_attribute_id: 0xF1
14-
total_data_written_warn: 4915200 # =150TB (1unit=32MB)
14+
total_data_written_warn: 1386217472 # =661TB (1unit=512KB)
1515
total_data_written_safety_factor: 0.05
1616
recovered_error_attribute_id: 0xC3
1717
recovered_error_warn: 1

autoware_launch/config/system/system_monitor/net_monitor.param.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**:
22
ros__parameters:
3-
devices: ["enp2s0f1"]
3+
devices: ["enp5s0f0"]
44
traffic_reader_port: 7636
55
monitor_program: "greengrass"
66
crc_error_check_duration: 1

0 commit comments

Comments
 (0)