{"id":13928807,"url":"https://github.com/isc-projects/stork","last_synced_at":"2025-04-12T23:40:47.633Z","repository":{"id":40467237,"uuid":"255666903","full_name":"isc-projects/stork","owner":"isc-projects","description":"Stork is a dashboard for BIND 9 and Kea DHCP. It is under active development, with monthly releases. The initial priority is to provide monitoring and troubleshooting support.","archived":false,"fork":false,"pushed_at":"2025-04-04T13:19:52.000Z","size":19647,"stargazers_count":200,"open_issues_count":5,"forks_count":19,"subscribers_count":19,"default_branch":"master","last_synced_at":"2025-04-12T23:40:05.118Z","etag":null,"topics":["dashboard","dhcp","isc","kea","monitoring"],"latest_commit_sha":null,"homepage":"https://gitlab.isc.org/isc-projects/stork","language":"Go","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/isc-projects.png","metadata":{"files":{"readme":"README.md","changelog":"ChangeLog.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":"AUTHORS.md","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-04-14T16:44:05.000Z","updated_at":"2025-04-04T13:19:55.000Z","dependencies_parsed_at":"2024-03-08T20:05:12.707Z","dependency_job_id":"2e345f3e-d886-4740-9db1-4a63e6be9a43","html_url":"https://github.com/isc-projects/stork","commit_stats":null,"previous_names":[],"tags_count":51,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isc-projects%2Fstork","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isc-projects%2Fstork/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isc-projects%2Fstork/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isc-projects%2Fstork/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/isc-projects","download_url":"https://codeload.github.com/isc-projects/stork/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248647254,"owners_count":21139081,"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":["dashboard","dhcp","isc","kea","monitoring"],"created_at":"2024-08-07T18:01:47.983Z","updated_at":"2025-04-12T23:40:47.587Z","avatar_url":"https://github.com/isc-projects.png","language":"Go","funding_links":[],"categories":["monitoring"],"sub_categories":[],"readme":"# Stork\n\n\u003cimg align=\"right\" src=\"/doc/static/stork-square-200px.png\"\u003e\n\nStork is an open source ISC project providing a monitoring application and dashboard for\nISC Kea DHCP and (eventually) ISC BIND 9. A limited configuration management for Kea\nis available and is expected to grow substantially in the near future.\n\nThe project is currently in rapid development, with bi-monthly releases rolling out new features.\nSee [wiki pages](https://gitlab.isc.org/isc-projects/stork/-/wikis/home) for useful\nlinks to download page, release notes, self-guided demo, screenshots and much more.\n\nFor details, please see the [Stork Administrator Reference Manual](https://stork.readthedocs.io)\nor the [Stork wiki](https://gitlab.isc.org/isc-projects/stork/-/wikis/home).\n\n# Build Instructions\n\nThe easiest way to run Stork is to install it using\n[RPM and deb packages](https://stork.readthedocs.io/en/latest/install.html#installing-from-packages).\nThe second easiest way is to use Docker (`rake demo:up` or `./stork-demo.sh`). However, it is\npossible to run Stork without Docker. See the\n[Installation section of the Stork ARM](https://stork.readthedocs.io/en/latest/install.html#installation).\n\n# Reporting Issues\n\nPlease use the issue tracker on [ISC's GitLab](https://gitlab.isc.org/isc-projects/stork/-/issues)\nto report issues and submit feature requests.\n\n# Getting Involved\n\nWe have development releases every two months. If you'd like to get involved, feel free to subscribe to the\n[stork-dev mailing list](https://lists.isc.org/mailman/listinfo/stork-dev) or look\nat the [Stork project page](https://gitlab.isc.org/isc-projects/stork).\nWe're also on [GitHub](https://github.com/isc-projects/stork).\n\nIf you have a patch to send, by far the best way is to submit a\n[merge request (MR) on GitLab](https://gitlab.isc.org/isc-projects/stork/-/merge_requests).\nStork developers use this system daily and you may expect a reasonably quick response.\nThe second alternative is to submit a [pull request (PR) on GitHub](https://github.com/isc-projects/stork/pulls).\nThis will also work, but this system is not monitored, so expect a delayed response.\n\n# Screenshots\n\nAn example front page of the dashboard looks like this:\n![Stork dashboard](https://gitlab.isc.org/isc-projects/stork/-/wikis/uploads/22cf367aedaaad3ac8e42d066595dd7b/dashboard-1.1.png)\n\nMany more Stork screenshots are available on the [Screenshots gallery](https://gitlab.isc.org/isc-projects/stork/-/wikis/Screenshots).\n\n# Prometheus and Grafana\n\nStork provides support for statistics export in Prometheus format, which can then easily be shown in Grafana.\n\nAn example of Kea dashboard in Grafana, displaying data exported with Stork:\n![grafana-kea4](https://gitlab.isc.org/isc-projects/stork/-/wikis/uploads/97468f53d07c1b6eda7035c30fbd4de3/grafana-kea4.png)\n\nBIND9 dashboard in Grafana, displaying data exported with Stork:\n![grafana-bind2](https://gitlab.isc.org/isc-projects/stork/-/wikis/uploads/6673c0a19962c535bf7e47d9fd0f46e5/grafana-bind2.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisc-projects%2Fstork","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fisc-projects%2Fstork","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisc-projects%2Fstork/lists"}