Disk Space MonitorThis file sets minimal allowed free disk space limits for separate paths. In case available disk space falls below such limit an alert will be sent to the alert email address. Formal Syntax: |
|||
diskspaceitems | = | *(diskspaceitem) | |
diskspaceitem | = | diskpath "=" diskspacesize CRLF | |
diskspacesize | = | 1*DIGIT | ; MB size |
diskpath | = | drive / path | |
Example: |
|||
C:\Program Files\=400 /mnt/hda2=800 |