<div dir="ltr">Hi Arun,<div><br></div><div>"clear" is supposed to be called when the subsystem that raised an alarm clears that alarm. (E.g. there is a process which monitors free disk space, and raises an alarm when there isn't much free space; then when it notices that there is enough free space again, it will clear the alarm by calling "clear").</div><div><br></div><div>"manual clear" is supposed to be called when the subsystem that raised the alarm doesn't clear the alarm, but the user knows that the error condition highlighted by the alarm is not present any more. In this case the user can call "manual clear". (Or even better, if your software has a management interface, that can expose a "clear alarm" button, which should then call "manual clear".)</div><div><br></div><div>Regards,</div><div>Csaba </div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Feb 20, 2017 at 10:41 AM, Arun <span dir="ltr"><<a href="mailto:arunp@utl.in" target="_blank">arunp@utl.in</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
    Can anybody please tell me what is the difference between  clear and manual clear in elarm.<br>
<br>
Regards,<br>
Arun<br>
______________________________<wbr>_________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org" target="_blank">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" rel="noreferrer" target="_blank">http://erlang.org/mailman/list<wbr>info/erlang-questions</a><br>
</blockquote></div><br></div>