W3cubDocs

/SaltStack

salt.beacons.memusage module

Beacon to monitor memory usage.

New in version 2016.3.0.

depends: python-psutil

salt.beacons.memusage.beacon(config)

Monitor the memory usage of the minion

Specify thresholds for percent used and only emit a beacon if it is exceeded.

beacons:
  memusage:
    - percent: 63%

salt.beacons.memusage.validate(config)

Validate the beacon configuration

© 2019 SaltStack.
Licensed under the Apache License, Version 2.0.
https://docs.saltstack.com/en/latest/ref/beacons/all/salt.beacons.memusage.html