From 95806a9f9a56d86a834564631e219b533dadd975 Mon Sep 17 00:00:00 2001 From: rubenb Date: Mon, 27 Nov 2023 16:58:01 +0100 Subject: [PATCH] add hostvars nagios4-test --- host_vars/nagios4-test.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 host_vars/nagios4-test.yaml diff --git a/host_vars/nagios4-test.yaml b/host_vars/nagios4-test.yaml new file mode 100644 index 0000000..66242fd --- /dev/null +++ b/host_vars/nagios4-test.yaml @@ -0,0 +1,11 @@ +--- +bantime: "604800" +maxretry: "4" +findtime: "604800" +jails: + - name: sshd + enabled: true + port: ['22'] + filter: sshd + logpath: "%(sshd_log)s" + backend: "%(sshd_backend)s" \ No newline at end of file