File: //opt/saltstack/salt/lib/python3.10/site-packages/salt/modules/__pycache__/status.cpython-310.pyc
o
�N�g�� � @ s� d Z ddlZddlZddlZddlZddlZddlZddlZddlZddl Z ddl
ZddlZddl
ZddlZddlZddlZddlZddlZddlZddlmZ e�e�ZdZddiZe�e�Zdd� Zd d
� Zdd� Zd
d� Zdd� Z dd� Z!dd� Z"dd� Z#dd� Z$dd� Z%dd� Z&dd� Z'dd � Z(d!d"� Z)d#d$� Z*d%d&� Z+d'd(� Z,d)d*� Z-d+d,� Z.d-d.� Z/d/d0� Z0d1d2� Z1d<d4d5�Z2d6d7� Z3d=d8d9�Z4d>d;d�Z5dS )?zs
Module for returning various status data about a minion.
These data can be useful for compiling into stats later.
� N)�CommandExecutionError�status�time_�timec C s t jj�� rdS tS )z0
Not all functions supported by Windows
)Fz0Windows platform is not supported by this module)�salt�utils�platformZ
is_windows�__virtualname__� r
r
�G/opt/saltstack/salt/lib/python3.10/site-packages/salt/modules/status.py�__virtual__&