22.32.2. salt.beacons.diskusage

Beacon to monitor disk usage.

New in version 2015.5.0.

salt.beacons.diskusage.beacon(config)

Monitor the disk usage of the minion

Specify thresholds for for each load average and only emit a beacon if any of them are exceeded.

code_block:: yaml

beacons:
  • diskusage: - /: 63% - /mnt/nfs: 50%

Docs for previous releases are available on readthedocs.org.

Latest Salt release: 2014.7.2

Previous topic

22.32.1. salt.beacons.btmp

Next topic

22.32.3. salt.beacons.inotify