This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<source> | |
type exec | |
command df -k / | sed -E -e 1d -e N -e 's/\n//g' -e 's/%//' -e 's/ +/\t/g' | |
tag df | |
keys fs,1024_blocks,used,available,capacity,mounted_on | |
run_interval 30s | |
</source> | |
<match df> | |
type growthforecast |