salt.beacons.swapusage

Beacon to monitor swap usage.

New in version 3003.

depends

python-psutil

salt.beacons.swapusage.beacon(config)

Monitor the swap usage of the minion

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

beacons:
  swapusage:
    - percent: 13%

salt.beacons.swapusage.validate(config)

Validate the beacon configuration

© 2021 SaltStack.
Licensed under the Apache License, Version 2.0.
https://docs.saltproject.io/en/latest/ref/beacons/all/salt.beacons.swapusage.html