File tree Expand file tree Collapse file tree
crowdsec-docs/docs/notification_plugins Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ format: | # This template receives list of models.Alert objects. The request bo
3737 {{.|toJson}}
3838
3939url : http://localhost # plugin will make requests to this url. Eg value https://www.example.com/
40+ # unix_socket: /var/run/example.sock # plugin will send the `url` across the unix socket instead of opening a remote connection
4041
4142method : POST # eg either of "POST", "GET", "PUT" and other http verbs is valid value.
4243
@@ -66,4 +67,4 @@ Let's restart crowdsec
6667sudo systemctl restart crowdsec
6768```
6869
69- You can verify whether the plugin is properly working by triggering scenarios using tools like wapiti, nikto etc.
70+ You can verify whether the plugin is properly working by triggering scenarios using tools like wapiti, nikto etc.
You can’t perform that action at this time.
0 commit comments