[SOLVED] Problem influxdb - status.cfg / pvestatd

moeff

Active Member
Nov 30, 2019
8
0
41
49
Hallo,

ich hab ein Problem beim weiterreichen der Loggingdaten an eine InfluxDB, hoffe ihr könnt mir helfen

status.cfg
Code:
influxdb:
server 192.168.13.13
port 8089


syslog
Code:
Nov 30 21:37:50 pve pvestatd[3745]: file /etc/pve/status.cfg line 2 (section 'influxdb') - ignore config line: server 192.168.13.13
Nov 30 21:37:50 pve pvestatd[3745]: file /etc/pve/status.cfg line 3 (section 'influxdb') - ignore config line: port 8089
Nov 30 21:37:50 pve pvestatd[3745]: file /etc/pve/status.cfg line 3 (skip section 'influxdb'): missing value for required option 'server'

an was kann obiges liegen?

Grüße Marco
 
Ja das muss sein! An dem bin ich auch am Anfang gescheitert bis ich drauf gekommen bin.
Der Eintrag muss so aussehen!
Code:
influxdb:
    server 192.168.13.13
    port 8089
 
  • Like
Reactions: Stoiko Ivanov
Sehr gut!

Bitte den thread als 'SOLVED' markieren

Danke!