Hi all,

I’m looking for a dashboard or widget for homepage to be able to monitor quickly my fail2ban jails.

Does it even exist? How do you people monitor your jails? I don’t want to go through the hassle of setting up a mail server and send report daily/weekly

  • knaak@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    I wrote some scripts to extract logs and write them to PostgreSQL, then I have scripts that download hostnames, geographic info, and then I run an nmap to look back at them. Finally superset dashboard against the postgres database.

    It’s a bit overkill but I wanted a project to improve my Python skills.