salt.beacons.memusage#
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