Current section

Files

Jump to
sysmon_handler src sysmon_handler.app.src
Raw

src/sysmon_handler.app.src

{application,sysmon_handler,
[{description,"Rate-limiting system_monitor event handler"},
{vsn,"1.0.0-rc.1"},
{licenses,["Apache","MPL"]},
{links,[{"github",
"https://github.com/rabbitmq/sysmon-handler"}]},
{modules,[sysmon_handler_app,sysmon_handler_filter,
sysmon_handler_sup]},
{registered,[sysmon_handler_sup]},
{applications,[kernel,stdlib,sasl]},
{mod,{sysmon_handler_app,[]}},
{env,[]}]}.