<!DOCTYPE html>
<html><head>
    <meta charset="UTF-8">
</head><body><p>Hi,<br></p><p>I have some servers where I have a lot of small SAN disk partitions.<br>There are always 3 partitions for 1 project.</p><p>/var/lib/ppas_project1_date<br>/var/lib/ppas_project1_date/log<br>/var/lib/ppas_project1_date/backup</p><p><br>At the moment I have the following statement in analysis.cfg:<br></p><p>DISK %^/var/lib/ppas_.* 70 85<br></p><p>which ensures that a yellow alert is raised at 70% on one of the partitions and a red alert at 85%.<br></p><p>But now the application admins want to have something changed.<br>They want to get alerted earlier (50%,70%) on log and backup partitions.<br></p><p>Is it possible to have the following in analysis.cfg:<br></p><p>DISK %^/var/lib/ppas_.*/log 50 70<br>DISK %^/var/lib/ppas_.*/backup 50 70<br>DISK %^/var/lib/ppas_.* 70 85<br></p><p>Would this work? Or would this cause problems?<br></p><p><br></p><p>TIA<br>Torsten<br></p></body></html>