elarm
elarm copied to clipboard
Unable to get alarm log using elarm:read_log/1 with filter 'all'. Can anyone help me with an example for retrieving Alarm Log ?
Unable to receive clear event while using filters {type, Type} or {src, Src}. Only receiving alarm raise info. while using filters {type, Type} or {src, Src}, elarm is acknowledging raise...
How the threshold field in the alarm configuration is being used. Can you provide any one Use case ? thanks in advance.
e.g: https://github.com/esl/elarm/blob/master/src/elarm_app.erl#L42-L47
We had an idea with Richard that elarm:raise and elarm:clear could return whether they raised/cleared an alarm or did nothing because the alarm was already existing/non-existing. This way we could...
When raising an alarm twice, the additional info is not updated. ``` % There is not much space left on hda2 > ok = elarm:raise(partition_full, "/dev/hda2", [{level,90}]) % There is...