{"id":25391465,"url":"https://github.com/bigouden/fail2ban-exporter","last_synced_at":"2026-05-16T13:04:56.199Z","repository":{"id":127663038,"uuid":"565391852","full_name":"Bigouden/fail2ban-exporter","owner":"Bigouden","description":"Fail2ban Prometheus Exporter","archived":false,"fork":false,"pushed_at":"2025-06-01T12:07:06.000Z","size":46,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-07-17T11:00:50.969Z","etag":null,"topics":["alerting","devops","docker","metrics","monitoring","observability","prometheus","prometheus-exporter"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Bigouden.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-11-13T08:57:02.000Z","updated_at":"2025-06-04T12:30:29.000Z","dependencies_parsed_at":"2025-01-20T22:45:02.426Z","dependency_job_id":"01a76ef5-d87f-49fc-8eb0-d926902616c7","html_url":"https://github.com/Bigouden/fail2ban-exporter","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Bigouden/fail2ban-exporter","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bigouden%2Ffail2ban-exporter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bigouden%2Ffail2ban-exporter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bigouden%2Ffail2ban-exporter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bigouden%2Ffail2ban-exporter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Bigouden","download_url":"https://codeload.github.com/Bigouden/fail2ban-exporter/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Bigouden%2Ffail2ban-exporter/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33103971,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-16T04:41:52.686Z","status":"ssl_error","status_checked_at":"2026-05-16T04:41:52.009Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["alerting","devops","docker","metrics","monitoring","observability","prometheus","prometheus-exporter"],"created_at":"2025-02-15T15:42:55.623Z","updated_at":"2026-05-16T13:04:56.184Z","avatar_url":"https://github.com/Bigouden.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Fail2Ban Exporter\n\n## Quick Start\n\n```bash\nDOCKER_BUILDKIT=1 docker build -t fail2ban-exporter .\ndocker run -dit --name fail2ban-exporter --user root -v /run/fail2ban/fail2ban.sock:/run/fail2ban/fail2ban.sock fail2ban-exporter\n```\n\n## Metrics\n\n```bash\n# HELP fail2ban_currently_failed_total Fail2Ban Currently Failed Since Start\n# TYPE fail2ban_currently_failed_total counter\nfail2ban_currently_failed{jail=\"authelia\",job=\"fail2ban-exporter\"} 0.0\n# HELP fail2ban_total_failed_total Fail2Ban Total Failed Since Start\n# TYPE fail2ban_total_failed_total counter\nfail2ban_total_failed{jail=\"authelia\",job=\"fail2ban-exporter\"} 0.0\n# HELP fail2ban_currently_banned_total Fail2Ban Currently Banned\n# TYPE fail2ban_currently_banned_total counter\nfail2ban_currently_banned{jail=\"authelia\",job=\"fail2ban-exporter\"} 0.0\n# HELP fail2ban_total_banned_total Fail2Ban Total Banned\n# TYPE fail2ban_total_banned_total counter\nfail2ban_total_banned{jail=\"authelia\",job=\"fail2ban-exporter\"} 0.0\n# HELP fail2ban_currently_failed_total Fail2Ban Currently Failed Since Start\n# TYPE fail2ban_currently_failed_total counter\nfail2ban_currently_failed{jail=\"sshd\",job=\"fail2ban-exporter\"} 4.0\n# HELP fail2ban_total_failed_total Fail2Ban Total Failed Since Start\n# TYPE fail2ban_total_failed_total counter\nfail2ban_total_failed{jail=\"sshd\",job=\"fail2ban-exporter\"} 738.0\n# HELP fail2ban_currently_banned_total Fail2Ban Currently Banned\n# TYPE fail2ban_currently_banned_total counter\nfail2ban_currently_banned{jail=\"sshd\",job=\"fail2ban-exporter\"} 1270.0\n# HELP fail2ban_total_banned_total Fail2Ban Total Banned\n# TYPE fail2ban_total_banned_total counter\nfail2ban_total_banned{jail=\"sshd\",job=\"fail2ban-exporter\"} 1333.0\n# HELP fail2ban_currently_failed_total Fail2Ban Currently Failed Since Start\n# TYPE fail2ban_currently_failed_total counter\nfail2ban_currently_failed{jail=\"traefik\",job=\"fail2ban-exporter\"} 60.0\n# HELP fail2ban_total_failed_total Fail2Ban Total Failed Since Start\n# TYPE fail2ban_total_failed_total counter\nfail2ban_total_failed{jail=\"traefik\",job=\"fail2ban-exporter\"} 97.0\n# HELP fail2ban_currently_banned_total Fail2Ban Currently Banned\n# TYPE fail2ban_currently_banned_total counter\nfail2ban_currently_banned{jail=\"traefik\",job=\"fail2ban-exporter\"} 21.0\n# HELP fail2ban_total_banned_total Fail2Ban Total Banned\n# TYPE fail2ban_total_banned_total counter\nfail2ban_total_banned{jail=\"traefik\",job=\"fail2ban-exporter\"} 21.0\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbigouden%2Ffail2ban-exporter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbigouden%2Ffail2ban-exporter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbigouden%2Ffail2ban-exporter/lists"}