Hi.<br><br>I have some problems with configuring threshold for some plugins I use with CollectD. Atlhough for plugins &quot;load&quot; or &quot;df&quot; everything runs smoothly and I receive emails with notification, for &quot;tail&quot; plugin which I use heavily use I am stuck.<br>

<br>Below my tail configuration:<br><br>&lt;Plugin &quot;tail&quot;&gt;<br>&lt;File &quot;/home/user/logs/stats.log&quot;&gt;<br>    &lt;Match&gt;<br>      Regex &quot;Login test, errors number = ([0-9]*)&quot;<br>      DSType &quot;GaugeLast&quot;<br>

      Type &quot;gauge&quot;<br>      Instance &quot;tcp-login-errors&quot;<br>    &lt;/Match&gt;<br>  &lt;/File&gt;<br>&lt;/Plugin&gt;<br><br>and Threshold config:<br><br>    &lt;Plugin &quot;tail&quot;&gt;<br>        &lt;Type &quot;gauge&quot;&gt;<br>

           Instance &quot;tcp-login-errors&quot;<br>           DataSource &quot;value&quot;<br>           FailureMax -1.000000<br>           Persist true<br>        &lt;/Type&gt;<br>    &lt;/Plugin&gt;<br><br><br>Maybe someone can find error in the above config? Thank you in advance for any help.<br clear="all">

<br>-- <br><span style="color: black;">Best Regards,<br>Tomasz Dziurko<br></span><br><br>