mirror of
https://github.com/linuxserver/fail2ban-confs.git
synced 2026-02-20 05:02:42 +08:00
19 lines
422 B
Plaintext
19 lines
422 B
Plaintext
## Version 2022/08/06
|
|
# Fail2Ban filter for Nagios Remote Plugin Executor (nrpe2)
|
|
# Detecting unauthorized access to the nrpe2 daemon
|
|
# typically logged in /var/log/messages syslog
|
|
#
|
|
|
|
[INCLUDES]
|
|
# Read syslog common prefixes
|
|
before = common.conf
|
|
|
|
[Definition]
|
|
_daemon = nrpe
|
|
failregex = ^%(__prefix_line)sHost <HOST> is not allowed to talk to us!\s*$
|
|
ignoreregex =
|
|
|
|
# DEV Notes:
|
|
#
|
|
# Author: Ivo Truxa - 2014/02/03
|