{"id":18596647,"url":"https://github.com/sergiotocalini/bindix","last_synced_at":"2025-08-21T15:10:59.878Z","repository":{"id":83054322,"uuid":"128063469","full_name":"sergiotocalini/bindix","owner":"sergiotocalini","description":"Zabbix Agent - Bind","archived":false,"fork":false,"pushed_at":"2020-09-09T17:01:04.000Z","size":30,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-16T13:09:08.118Z","etag":null,"topics":["bind","monitoring","monitoring-plugins","monitoring-scripts","script","shell","shell-scripts","zabbix","zabbix-agent","zabbix-templates"],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/sergiotocalini.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},"funding":{"custom":["https://www.paypal.me/SergioTocalini","https://www.buymeacoffee.com/sergiotocalini"]}},"created_at":"2018-04-04T13:06:58.000Z","updated_at":"2023-10-24T11:01:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"168d4b1e-238c-42fb-9e2d-0fe1d6867d8b","html_url":"https://github.com/sergiotocalini/bindix","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergiotocalini%2Fbindix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergiotocalini%2Fbindix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergiotocalini%2Fbindix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sergiotocalini%2Fbindix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sergiotocalini","download_url":"https://codeload.github.com/sergiotocalini/bindix/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254535827,"owners_count":22087399,"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":["bind","monitoring","monitoring-plugins","monitoring-scripts","script","shell","shell-scripts","zabbix","zabbix-agent","zabbix-templates"],"created_at":"2024-11-07T01:25:11.812Z","updated_at":"2025-05-16T13:09:10.463Z","avatar_url":"https://github.com/sergiotocalini.png","language":"Shell","readme":"# bindix\nBind Monitoring\n\nThis script is part of a monitoring solution that allows to monitor several\nservices and applications.\n\nFor more information about this monitoring solution please check out this post\non my [site](https://sergiotocalini.github.io/project/monitoring).\n\n# Dependencies\nBind has to have the statistics enable to make it work, please add the following options in named.conf:\n\n```\n#~ cat named.conf\n...\nstatistics-channels {\n        inet 127.0.0.1 port 8653 allow { 127.0.0.1; };\n};\n...\n#~\n```\n\nAlso we need to enable the statistics in every zone that we want to get stats, please add these options on every zone definition:\n\n```\n#~ cat zones.conf\n...\nzone \"example.net\" in {\n        type master;\n        file \"master/example.net\";\n        zone-statistics yes;\n};\n...\n#~\n```\n\n## Packages\n* ksh\n* xmlstarlet\n\n### Debian/Ubuntu\n```\n#~ sudo apt install ksh xmlstarlet\n#~\n```\n\n### Red Hat\n```\n#~ sudo yum install ksh\n#~\n```\n\n# Deploy\nDefault variables:\n\nNAME|VALUE\n----|-----\nBIND_URL|http://localhost:8653/xml\n\n*Note: these variables have to be saved in the config file (bindix.conf) in the same directory than the script.*\n\n## Zabbix\n```\n#~ git clone https://github.com/sergiotocalini/bindix.git\n#~ sudo ./bindix/deploy_zabbix.sh -u \"${BIND_URL}\"\n#~ sudo systemctl restart zabbix-agent\n```\n\n*Note: the installation has to be executed on the zabbix agent host and you have to import the template on the zabbix web.*\n","funding_links":["https://www.paypal.me/SergioTocalini","https://www.buymeacoffee.com/sergiotocalini"],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsergiotocalini%2Fbindix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsergiotocalini%2Fbindix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsergiotocalini%2Fbindix/lists"}