https://github.com/jwillikers/influxdb-config
My configuration for the InfluxDB time-series database
https://github.com/jwillikers/influxdb-config
config database influxdb time time-series
Last synced: about 1 year ago
JSON representation
My configuration for the InfluxDB time-series database
- Host: GitHub
- URL: https://github.com/jwillikers/influxdb-config
- Owner: jwillikers
- License: other
- Archived: true
- Created: 2023-11-05T16:24:29.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-02T12:06:51.000Z (almost 2 years ago)
- Last Synced: 2025-04-06T21:52:13.347Z (over 1 year ago)
- Topics: config, database, influxdb, time, time-series
- Homepage: https://codeberg.org/jwillikers/influxdb-config
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE.adoc
- Code of conduct: CODE_OF_CONDUCT.adoc
Awesome Lists containing this project
README
= InfluxDB Config
Jordan Williams
:experimental:
:keywords: database influxdb time time-series
:icons: font
ifdef::env-github[]
:tip-caption: :bulb:
:note-caption: :information_source:
:important-caption: :heavy_exclamation_mark:
:caution-caption: :fire:
:warning-caption: :warning:
endif::[]
:InfluxDB: https://www.influxdata.com/[InfluxDB]
My configuration for the {InfluxDB} time-series database.
== Usage
This repository contains the configuration files for {InfluxDB}.
The configuration is meant to be used with the containers from the https://codeberg.org/jwillikers/home-lab-helm[Home Lab Helm] repository.
. Create a `Projects` directory in the current user's home directory.
+
[,sh]
----
mkdir --parents ~/Projects
----
. Clone this repository under `~/Projects`.
+
[,sh]
----
git -C ~/Projects clone git@codeberg.org:jwillikers/influxdb-config.git
----
. Then mount the `etc/influxdb2/config.yml` directory inside the Icinga2 server container at `/etc/influxdb2/config.yml`.
[TIP]
====
Generate the default InfluxDB configuration file with the following command.
[,sh]
----
podman run --rm docker.io/influxdb:latest influxd print-config > config.yml
----
====
== Code of Conduct
Please refer to the project's link:CODE_OF_CONDUCT.adoc[Code of Conduct].
== License
This repository is licensed under the https://www.gnu.org/licenses/gpl-3.0.html[GPLv3].
Please refer to the bundled link:LICENSE.adoc[license].
== Copyright
© 2023-2024 Jordan Williams
== Authors
mailto:{email}[{author}]