# limitations under the License.
#
-include_recipe "munin"
include_recipe "prometheus"
package %w[
fail2ban
python3-systemd
ruby-webrick
+ logrotate
]
if platform?("debian")
action [:enable, :start]
end
-munin_plugin "fail2ban"
-
prometheus_exporter "fail2ban" do
port 9635
user "root"