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