[erlang-questions] Issue on receiving clear events while using filters in elarm
shiva
gattushivakrishna@REDACTED
Mon Mar 12 08:53:28 CET 2018
Hi all,
Here i am using elarm application (https://github.com/esl/elarm.git )
is an Alarm Manager for Erlang.
when i am using this application for raise or clear alarms. here i am
Unable to receive clear event while using filters {type, Type} or {src,
Src}, elarm is acknowledging raise info to the subscribed process. but
it is not acknowledging for clear info to subscribed process.
when i use filter as "all", both raise and clear acknowledgement is
given by elarm.
I have attached source code below.
Can anyone suggest me how to receive both alarm and clear events by
using filter "type" or "src"?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: subscribed_process.erl
Type: text/x-erlang
Size: 401 bytes
Desc: not available
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20180312/10bf8ad1/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: monitor_process.erl
Type: text/x-erlang
Size: 1131 bytes
Desc: not available
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20180312/10bf8ad1/attachment-0001.bin>
More information about the erlang-questions
mailing list