salt.beacons.memusage
Beacon to monitor memory usage.
- 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