<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>in analysis.cfg - it surprised me that this did not work:<br><br>CLASS=linux<br>        DISK /cdrom IGNORE<br>        DISK  * 100 102<br>        PROC ntpd <br>        PROC sshd 1 <br>        PROC cron<br><br>HOST=athyna,xymam00<br>        DISK    * 88 96<br><br><br>HOST=appel,banana<br>
        PROC sendmail<br><br><br>But putting the host athyna (which is linux) first does:<br><br>
  <br>
HOST=athyna,xymam00<br>
        DISK    * 88 96<br>
<br>CLASS=linux<br>

        DISK /cdrom IGNORE<br>

        DISK  * 100 102<br>        PROC ntpd <br>        PROC sshd 1 <br>        PROC cron<br><br>HOST=appel,banana<br>        PROC sendmail<br><br><br><br>I do many PROC  tests per HOST<b> after</b> the CLASS definition - why is DISK difficult about sequence?<br><br>I run my own disk test for most servers, that is why the CLASS basically turns the test off. Then I realized I was not testing athyna at all, and the default would actually be fine. <br>                                         </div></body>
</html>