Lines Matching +full:runs +full:- +full:on
5 The `phosphor-regulators` application supports two types of regulator
8 - [Sensor monitoring](sensor_monitoring.md)
9 - Reading sensor values such as voltage output and temperature
10 - [Phase fault monitoring](phase_fault_monitoring.md)
11 - Checking if a redundant regulator phase has failed
19 enabled (turned on).
22 [phosphor-regulators-monitor-enable.service](../../services/phosphor-regulators-monitor-enable.serv…
23 is started. This runs the `regsctl` utility. This utility invokes the D-Bus
24 `monitor` method on the `phosphor-regulators` application. The parameter value
27 `phosphor-regulators` will start performing the monitoring defined in the JSON
28 config file. Monitoring is done periodically based on a timer.
36 [phosphor-regulators-monitor-disable.service](../../services/phosphor-regulators-monitor-disable.se…
37 is started. This runs the `regsctl` utility. This utility invokes the D-Bus
38 `monitor` method on the `phosphor-regulators` application. The parameter value
41 `phosphor-regulators` will stop performing the monitoring defined in the JSON
46 In a [multiple chassis](multiple_chassis.md) system, `phosphor-regulators` will
49 - `Present` property is true
50 - `pgood` property is 1
51 - `Available` property is true (if interface exists)
53 See [Chassis Status](../phosphor-power-sequencer/docs/chassis_status.md) for
54 more information on these properties.