Lines Matching full:health
263 Health Server Test
266 ``mesh test health-srv add-fault <FaultID>``
269 Register a new Health Server Fault for the Linux Foundation Company ID.
274 ``mesh test health-srv del-fault [FaultID]``
277 Remove registered Health Server faults for the Linux Foundation Company ID.
935 Health Client
938 The Health Client model is an optional mesh subsystem that can be enabled through the
940 module (``mesh models health``) inside the ``mesh models`` subcommand list. This module will work on
941 any instance of the Health Client model if the mentioned shell configuration options is enabled, and
942 as long as one or more Health Client model(s) is present in the model composition of the
943 application. This shell module can be used to trigger interaction between Health Clients and Servers
946 By default, the module will choose the first Health Client instance in the model composition when
947 using the Health Client commands. To choose a specific Health Client instance the user can utilize
948 the commands ``mesh models health instance set`` and ``mesh models health instance get-all``.
950 The Health Client may use the general messages parameters set by ``mesh target dst``,
952 destination address is set to zero, the targeted Health Client will attempt to publish messages
955 ``mesh models health instance set <ElemIdx>``
958 Set the Health Client model instance to use.
960 * ``ElemIdx``: Element index of Health Client model.
962 ``mesh models health instance get-all``
965 Prints all available Health Client model instances on the device.
967 ``mesh models health fault-get <CID>``
975 ``mesh models health fault-clear <CID>``
983 ``mesh models health fault-clear-unack <CID>``
991 ``mesh models health fault-test <CID> <TestID>``
1000 ``mesh models health fault-test-unack <CID> <TestID>``
1009 ``mesh models health period-get``
1012 Get the current Health Server publish period divisor.
1015 ``mesh models health period-set <Divisor>``
1018 Set the current Health Server publish period divisor. When a fault is detected, the Health
1020 is determined by the Health Server publish period divisor: Fault publish period = Publish
1023 * ``Divisor``: The new Health Server publish period divisor.
1026 ``mesh models health period-set-unack <Divisor>``
1029 Set the current Health Server publish period divisor. When a fault is detected, the Health
1031 is determined by the Health Server publish period divisor: Fault publish period = Publish
1034 * ``Divisor``: The new Health Server publish period divisor.
1037 ``mesh models health attention-get``
1040 Get the current Health Server attention state.
1043 ``mesh models health attention-set <Time(s)>``
1046 Enable the Health Server attention state for some time.
1051 ``mesh models health attention-set-unack <Time(s)>``
1054 Enable the Health Server attention state for some time without requesting a response.