mirror of
https://github.com/akvorado/akvorado.git
synced 2025-12-11 22:14:02 +01:00
github: move repository to its own organization
This commit is contained in:
2
.github/ISSUE_TEMPLATE/bug.md
vendored
2
.github/ISSUE_TEMPLATE/bug.md
vendored
@@ -11,7 +11,7 @@ actual bugs.
|
||||
|
||||
[documenation]: https://demo.akvorado.net/docs/intro
|
||||
[troublehooting section]: https://demo.akvorado.net/docs/troubleshooting
|
||||
[discussions]: https://github.com/vincentbernat/akvorado/discussions
|
||||
[discussions]: https://github.com/akvorado/akvorado/discussions
|
||||
|
||||
When putting code snippets (logs, commands), put them between triple
|
||||
backticks:
|
||||
|
||||
2
.github/ISSUE_TEMPLATE/config.yml
vendored
2
.github/ISSUE_TEMPLATE/config.yml
vendored
@@ -1,4 +1,4 @@
|
||||
contact_links:
|
||||
- name: "Discussions and Q&A"
|
||||
url: https://github.com/vincentbernat/akvorado/discussions
|
||||
url: https://github.com/akvorado/akvorado/discussions
|
||||
about: Please ask and answer questions here.
|
||||
|
||||
@@ -16,7 +16,7 @@ only requirement is to have
|
||||
[Docker](https://docs.docker.com/get-docker/) and [Docker
|
||||
Compose](https://docs.docker.com/compose/install/). Grab the latest
|
||||
tarball from the [release page on
|
||||
GitHub](https://github.com/vincentbernat/akvorado/releases), unpack
|
||||
GitHub](https://github.com/akvorado/akvorado/releases), unpack
|
||||
it, rename the target directory to `akvorado`, then run the
|
||||
`docker-compose` command:
|
||||
|
||||
|
||||
@@ -13,8 +13,8 @@ You can get *Akvorado* as a
|
||||
[Docker](https://docs.docker.com/get-docker) image.
|
||||
|
||||
```console
|
||||
# docker pull ghcr.io/vincentbernat/akvorado:latest
|
||||
# docker run --rm ghcr.io/vincentbernat/akvorado:latest help
|
||||
# docker pull ghcr.io/akvorado/akvorado:latest
|
||||
# docker run --rm ghcr.io/akvorado/akvorado:latest help
|
||||
```
|
||||
|
||||
Check the `docker-compose.yml` file for an example on how to deploy
|
||||
@@ -23,7 +23,7 @@ Check the `docker-compose.yml` file for an example on how to deploy
|
||||
## Pre-built binary
|
||||
|
||||
The second option is to get a pre-built binary from the [release page
|
||||
on GitHub](https://github.com/vincentbernat/akvorado/releases).
|
||||
on GitHub](https://github.com/akvorado/akvorado/releases).
|
||||
Currently, only a pre-built binary for Linux x86-64 is provided.
|
||||
|
||||
## Compilation from source
|
||||
|
||||
@@ -15,7 +15,9 @@ identified with a specific icon:
|
||||
|
||||
This release bumps the minimal required version for ClickHouse to
|
||||
22.4. The `docker-compose` file has been updated to use ClickHouse
|
||||
22.8 (which is a long term version).
|
||||
22.8 (which is a long term version). Moreover, *Akvorado* now has its
|
||||
own organisation and the code is hosted at
|
||||
[akvorado/akvorado](https://github.com/akvorado/akvorado).
|
||||
|
||||
- 💥 *console*: make ClickHouse interpolate missing values (ClickHouse 22.4+ is required)
|
||||
- 🩹 *orchestrator*: validate configuration of other services on start
|
||||
@@ -61,7 +63,7 @@ details.
|
||||
- 🌱 *inlet*: `inlet.snmp.communities` accepts subnets as keys
|
||||
- 🌱 *docker-compose*: disable healthcheck for the conntrack-fixer container
|
||||
|
||||
[PR #61]: https://github.com/vincentbernat/akvorado/pull/61
|
||||
[PR #61]: https://github.com/akvorado/akvorado/pull/61
|
||||
|
||||
## 1.5.3 - 2022-07-26
|
||||
|
||||
@@ -74,7 +76,7 @@ details.
|
||||
- 🩹 *build*: remove `-dirty` from version number in released Docker images
|
||||
- 🌱 *console*: hide `::ffff:` prefix from IPv6-mapped IPv4 addresses
|
||||
|
||||
[PR #57]: https://github.com/vincentbernat/akvorado/pull/57
|
||||
[PR #57]: https://github.com/akvorado/akvorado/pull/57
|
||||
|
||||
## 1.5.1 - 2022-07-22
|
||||
|
||||
@@ -101,10 +103,10 @@ the orchestrator to load this new schema.
|
||||
- 🌱 *doc*: add configuration for Juniper devices
|
||||
- 🌱 *docker-compose*: add [UI for Apache Kafka][] to help debug starter issues
|
||||
|
||||
[PR #11]: https://github.com/vincentbernat/akvorado/pull/11
|
||||
[PR #14]: https://github.com/vincentbernat/akvorado/pull/14
|
||||
[PR #15]: https://github.com/vincentbernat/akvorado/pull/15
|
||||
[PR #23]: https://github.com/vincentbernat/akvorado/pull/23
|
||||
[PR #11]: https://github.com/akvorado/akvorado/pull/11
|
||||
[PR #14]: https://github.com/akvorado/akvorado/pull/14
|
||||
[PR #15]: https://github.com/akvorado/akvorado/pull/15
|
||||
[PR #23]: https://github.com/akvorado/akvorado/pull/23
|
||||
[UI for Apache Kafka]: https://github.com/provectus/kafka-ui
|
||||
|
||||
## 1.4.2 - 2022-07-16
|
||||
@@ -120,8 +122,8 @@ the orchestrator to load this new schema.
|
||||
- 🌱 *docker-compose*: pull image from GitHub instead of building it
|
||||
- 🌱 *doc*: add more tips to the troubleshooting section
|
||||
|
||||
[PR #4]: https://github.com/vincentbernat/akvorado/pull/4
|
||||
[PR #7]: https://github.com/vincentbernat/akvorado/pull/7
|
||||
[PR #4]: https://github.com/akvorado/akvorado/pull/4
|
||||
[PR #7]: https://github.com/akvorado/akvorado/pull/7
|
||||
|
||||
## 1.4.1 - 2022-07-12
|
||||
|
||||
|
||||
@@ -61,7 +61,7 @@ services:
|
||||
# latest stable release from GitHub.
|
||||
akvorado-service: &akvorado-image
|
||||
build: {context: .}
|
||||
# image: ghcr.io/vincentbernat/akvorado:latest
|
||||
# image: ghcr.io/akvorado/akvorado:latest
|
||||
command: version
|
||||
|
||||
akvorado-orchestrator:
|
||||
|
||||
Reference in New Issue
Block a user