webhook templates
This commit is contained in:
10
app/web/templates/webhook_presets/ntfy.j2
Normal file
10
app/web/templates/webhook_presets/ntfy.j2
Normal file
@@ -0,0 +1,10 @@
|
||||
{{ alert.message }}
|
||||
|
||||
Scan: {{ scan.title }}
|
||||
Rule: {{ rule.name }}
|
||||
Severity: {{ alert.severity|upper }}{% if alert.ip_address %}
|
||||
IP: {{ alert.ip_address }}{% endif %}{% if alert.port %}
|
||||
Port: {{ alert.port }}{% endif %}
|
||||
|
||||
Scan Status: {{ scan.status }}
|
||||
Alert ID: {{ alert.id }}
|
||||
Reference in New Issue
Block a user