{"id":19443381,"url":"https://github.com/smashedr/nagios-rbl-check3","last_synced_at":"2025-07-19T06:36:15.150Z","repository":{"id":177071341,"uuid":"80497506","full_name":"smashedr/nagios-rbl-check3","owner":"smashedr","description":"Python 3 Duplicate of https://github.com/egeland/nagios-rbl-check","archived":false,"fork":false,"pushed_at":"2017-01-31T08:10:27.000Z","size":29,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-25T08:15:36.642Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/smashedr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2017-01-31T06:38:20.000Z","updated_at":"2017-01-31T07:52:22.000Z","dependencies_parsed_at":"2023-07-10T06:00:33.395Z","dependency_job_id":null,"html_url":"https://github.com/smashedr/nagios-rbl-check3","commit_stats":null,"previous_names":["smashedr/nagios-rbl-check3"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/smashedr/nagios-rbl-check3","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smashedr%2Fnagios-rbl-check3","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smashedr%2Fnagios-rbl-check3/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smashedr%2Fnagios-rbl-check3/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smashedr%2Fnagios-rbl-check3/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/smashedr","download_url":"https://codeload.github.com/smashedr/nagios-rbl-check3/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/smashedr%2Fnagios-rbl-check3/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265898321,"owners_count":23845773,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":[],"created_at":"2024-11-10T15:42:58.687Z","updated_at":"2025-07-19T06:36:15.132Z","avatar_url":"https://github.com/smashedr.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nagios RBL / DNSBL Check\n\n[![Build Status](https://travis-ci.org/smashedr/nagios-rbl-check3.svg?branch=master)](https://travis-ci.org/smashedr/nagios-rbl-check3)\n[![Coverage Status](https://coveralls.io/repos/github/smashedr/nagios-rbl-check3/badge.svg?branch=master)](https://coveralls.io/github/smashedr/nagios-rbl-check3?branch=master)\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/bc9734b678fb46899836967d301a4642)](https://www.codacy.com/app/smashedr/nagios-rbl-check3?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=smashedr/nagios-rbl-check3\u0026amp;utm_campaign=Badge_Grade)\n\nA Python-based Nagios/Icinga plugin to check whether a host is listed on any known DNS-based spam blacklists.\n\n# Requirements\nThe plugin requires Python version 2.6 or higher. If you are using a system with more than one version of Python installed, edit the first line of the `check_rbl.py` script to point to the locally-installed version of Python you wish to use. On RHEL systems, for example, this might look like:\n\n    #! /usr/bin/env python26\n\n# Usage\nYou can run the plugin using either a **hostname** (which will be resolved to an IP address) or an **IP address**:\n\n    ./check_rbl.py -w \u003cWARN level\u003e -c \u003cCRIT level\u003e -h \u003chostname\u003e\n    ./check_rbl.py -w \u003cWARN level\u003e -c \u003cCRIT level\u003e -a \u003cipv4 address\u003e\n\nFor example, to test whether hostname `mail.google.com` is listed on any known blacklist, with a **Warning** level of 1 blacklist and a **Critical** level of 3 blacklists, do:\n\n    ./check_rbl.py -w 1 -c 3 -h mail.google.com\n\nTo test the plugin, check `127.0.0.2` which should always come back as \"listed\" on every known blacklist. For example:\n\n     ./check_rbl.py -w 1 -c 3 -a 127.0.0.2\n\n# Known Blacklists\nA list of known blacklists included in the `check_rbl.py` script is located on this Wiki page:\n\nhttps://github.com/egeland/nagios-rbl-check/wiki\n\nIf you know of other DNS-based blacklists that should be considered for inclusion, please open an \"Enhancement\" issue.\n\n# Contributors\n* Frode Egeland - https://github.com/egeland\n* Steve Jenkins - https://github.com/stevejenkins\n* Tim Stoop - https://github.com/timstoop\n* Guillaume Subiron - https://github.com/maethor\n\n# License\nLicensed under the GPL v3. Enjoy.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmashedr%2Fnagios-rbl-check3","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsmashedr%2Fnagios-rbl-check3","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsmashedr%2Fnagios-rbl-check3/lists"}