forked from mirrors_public/oddlama_nix-config
fix: correctly refer to influxdb from envoy
This commit is contained in:
parent
4fbd9af0b2
commit
4489993c59
1 changed files with 2 additions and 6 deletions
|
@ -1,8 +1,4 @@
|
||||||
{
|
{nodes, ...}: {
|
||||||
config,
|
|
||||||
nodes,
|
|
||||||
...
|
|
||||||
}: {
|
|
||||||
imports = [
|
imports = [
|
||||||
../../modules/optional/hardware/hetzner-cloud.nix
|
../../modules/optional/hardware/hetzner-cloud.nix
|
||||||
|
|
||||||
|
@ -33,7 +29,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
scrapeSensors = false;
|
scrapeSensors = false;
|
||||||
influxdb2 = {
|
influxdb2 = {
|
||||||
domain = config.networking.providedDomains.influxdb;
|
domain = nodes.sentinel.config.networking.providedDomains.influxdb;
|
||||||
organization = "machines";
|
organization = "machines";
|
||||||
bucket = "telegraf";
|
bucket = "telegraf";
|
||||||
node = "sire-influxdb";
|
node = "sire-influxdb";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue