File tree Expand file tree Collapse file tree 3 files changed +16
-3
lines changed Expand file tree Collapse file tree 3 files changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ analyzers:
78
78
path : Forearm (Left)
79
79
find_and_remove_prefix : l_forearm_cam
80
80
num_items : 2
81
-
81
+
82
82
computers :
83
83
type : diagnostic_aggregator/AnalyzerGroup
84
84
path : Computers
@@ -223,7 +223,7 @@ analyzers:
223
223
controllers :
224
224
type : diagnostic_aggregator/GenericAnalyzer
225
225
path : ' Realtime Controllers'
226
- expected : [
226
+ expected : [
227
227
' Realtime Control Loop' ,
228
228
' Controller (head_camera_trigger)' ,
229
229
' Controller (projector_controller)' ,
Original file line number Diff line number Diff line change 28
28
<param name =" publish_intensity" value =" true" />
29
29
</node >
30
30
31
-
31
+ <!-- Monitor NTP -->
32
+ <node pkg =" pr2_computer_monitor" name =" ntp_c2" type =" ntp_monitor.py" args =" c1 --diag-hostname=c2" machine =" c2" />
33
+ <!-- Monitor CPU temp, usage -->
34
+ <node pkg =" pr2_computer_monitor" name =" realtime_cpu_monitor_c2" type =" cpu_monitor.py" args =" --diag-hostname=c2" machine =" c2" >
35
+ <param name =" check_core_temps" type =" bool" value =" False" />
36
+ <param name =" check_ipmi_tool" type =" bool" value =" False" />
37
+ <param name =" enforce_clock_speed" type =" bool" value =" False" />
38
+ <param name =" num_cores" value =" 12.0" />
39
+ </node >
40
+ <!-- Disk usage monitoring script monitors HD temperature, usage on diagnostics -->
41
+ <node pkg =" pr2_computer_monitor" name =" realtime_hd_monitor_c2" type =" hd_monitor.py" args =" $(optenv HOME /home) --diag-hostname=c2" machine =" c2" />
32
42
</launch >
Original file line number Diff line number Diff line change 93
93
<!-- Monitor CPU temp, usage -->
94
94
<node pkg =" pr2_computer_monitor" name =" realtime_cpu_monitor" type =" cpu_monitor.py" args =" --diag-hostname=c1" machine =" c1" >
95
95
<param name =" check_core_temps" type =" bool" value =" False" />
96
+ <param name =" check_ipmi_tool" type =" bool" value =" False" />
97
+ <param name =" enforce_clock_speed" type =" bool" value =" False" />
98
+ <param name =" num_cores" value =" 12.0" />
96
99
</node >
97
100
98
101
<!-- Monitor Wifi/ddwrt -->
You can’t perform that action at this time.
0 commit comments