File manager - Edit - /opt/saltstack/salt/lib/python3.10/site-packages/salt/beacons/__pycache__/status.cpython-310.pyc
Back
o ;j* � @ sV d Z ddlZddlZddlZddlZddlZe�e�Z dZ dd� Zdd� Zdd � Z dS ) a� The status beacon is intended to send a basic health check event up to the master, this allows for event driven routines based on presence to be set up. The intention of this beacon is to add the config options to add monitoring stats to the health beacon making it a one stop shop for gathering systems health and status data .. versionadded:: 2016.11.0 To configure this beacon to use the defaults, set up an empty dict for it in the minion config: .. code-block:: yaml beacons: status: [] By default, all of the information from the following execution module functions will be returned: - loadavg - cpustats - meminfo - vmstats - time You can also configure your own set of functions to be returned: .. code-block:: yaml beacons: status: - time: - all - loadavg: - all You may also configure only certain fields from each function to be returned. For instance, the ``loadavg`` function returns the following fields: - 1-min - 5-min - 15-min If you wanted to return only the ``1-min`` and ``5-min`` fields for ``loadavg`` then you would configure: .. code-block:: yaml beacons: status: - loadavg: - 1-min - 5-min Other functions only return a single value instead of a dictionary. With these, you may specify ``all`` or ``0``. The following are both valid: .. code-block:: yaml beacons: status: - time: - all beacons: status: - time: - 0 If a ``status`` function returns a list, you may return the index marker or markers for specific list items: .. code-block:: yaml beacons: status: - w: - 0 - 1 - 2 .. warning:: Not all status functions are supported for every operating system. Be certain to check the minion log for errors after configuring this beacon. � N�statusc C s t | t�sdS dS )z' Validate the config is a dict )Fz/Configuration for status beacon must be a list.)TzValid beacon configuration)� isinstance�list)�config� r �G/opt/saltstack/salt/lib/python3.10/site-packages/salt/beacons/status.py�validateg s r c C s t S )N)�__virtualname__r r r r �__virtual__p s r c C s� t �| � tj�� �� }g }tjj�| |�} | s&dgdgdgdgdgd�g} t | t �s.| g} i }| D ]�}|D ]�}i ||<