# Alert if any disk used for more then this %%
MAXLIM=90

# Ignore partitions where devices matches regex 
IGNORE_DEVICE=^/dev/loop

# Ignore partitions where devices matches regex 
IGNORE_MOUNT=^/media/|^/tmp/

# Ignore partitions where fstype matches regex
IGNORE_FSTYPE=devpts|tmpfs|sysfs|proc

# Set ALL=1 to process all partitions (including logical)
ALL=0

### COMMON SETTINGS

# PREFIX2=df:

# Policy if not default
POLICY=
