salt.states.status#
Minion status monitoring
Maps to the status execution module.
- salt.states.status.loadavg(name, maximum=None, minimum=None)#
Return the current load average for the specified minion. Available values for name are 1-min, 5-min and 15-min. minimum and maximum values should be passed in as strings.
- salt.states.status.process(name)#
Return whether the specified signature is found in the process tree. This differs slightly from the services states, in that it may refer to a process that is not managed via the init system.