Skip to content

Instantly share code, notes, and snippets.

View vpnwall-services's full-sized avatar

Vpnwall Services vpnwall-services

View GitHub Profile
@vpnwall-services
vpnwall-services / haproxy.conf
Last active June 14, 2023 14:02 — forked from phobos182/haproxy.conf
[LogStash Configuration for HAProxy] Logstash configuration for Haproxy #logstash #haproxy
input {
syslog {
type => "haproxy-access"
port => 514
}
}
filter {
grok {
type => "haproxy-access"
@vpnwall-services
vpnwall-services / jail.local
Created February 1, 2021 17:29 — forked from Nihisil/jail.local
Send notifications to the Slack from fail2ban
...
action_with_slack_notification = %(banaction)s[name=%(__name__)s, port="%(port)$
slack[name=%(__name__)s]
action = %(action_with_slack_notification)s
...