• Łukasz Nowak's avatar
    promise: Support threshold-days in check_free_disk_space · de8739e6
    Łukasz Nowak authored
    The most important information is if the disk won't become full in some time,
    by default 30 days. This check uses collector db history to calculate speed
    of filling the disk and predicts when it will become full.
    
    The default threshold is 5% of disk size if the size if available in the
    database, otherwise 2 GB.
    de8739e6
check_free_disk_space.py 9.04 KB