Add new timeout fields for tempmon probe
This commit is contained in:
parent
67e7ba023a
commit
daa304c613
|
@ -67,10 +67,15 @@ class TempmonProbeView(MasterView):
|
||||||
'appliance_type',
|
'appliance_type',
|
||||||
'description',
|
'description',
|
||||||
'device_path',
|
'device_path',
|
||||||
'critical_temp_min',
|
|
||||||
'good_temp_min',
|
|
||||||
'good_temp_max',
|
|
||||||
'critical_temp_max',
|
'critical_temp_max',
|
||||||
|
'critical_max_timeout',
|
||||||
|
'good_temp_max',
|
||||||
|
'good_max_timeout',
|
||||||
|
'good_temp_min',
|
||||||
|
'good_min_timeout',
|
||||||
|
'critical_temp_min',
|
||||||
|
'critical_min_timeout',
|
||||||
|
'error_timeout',
|
||||||
'therm_status_timeout',
|
'therm_status_timeout',
|
||||||
'status_alert_timeout',
|
'status_alert_timeout',
|
||||||
'notes',
|
'notes',
|
||||||
|
|
Loading…
Reference in a new issue