mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-05 19:15:03 +00:00
added checkmk syslog format
This commit is contained in:
parent
6a40fd4ffd
commit
879836d59d
5 changed files with 78 additions and 35 deletions
|
|
@ -7,11 +7,12 @@
|
|||
<select name="syslog_alert_format" class="form-select" required>
|
||||
<option value="plaintext">{{ i18n("notification_endpoint.syslog.text") }}</option>
|
||||
<option value="plaintextrfc">{{ i18n("notification_endpoint.syslog.text") }} (RFC 5424)</option>
|
||||
<option value="json">Raw JSON</option>
|
||||
<option value="json">Raw JSON2</option>
|
||||
{%
|
||||
if ntop.isEnterpriseM() then
|
||||
%}
|
||||
<option value="ecs">ECS</option>
|
||||
<option value="checkmk">Checkmk</option>
|
||||
{%
|
||||
end
|
||||
%}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue