[vz-users] dbcopy - influx
joekokker at epios.eu
joekokker at epios.eu
Mi Jan 15 20:03:12 CET 2020
Hallo,
@Sirko: Vielen Dank für die Config. Die Config von mir sieht sehr
ähnlich aus. Bei dir funktioniert das incrementelle Kopieren ohne das
"delta" flag?
Der Part mit den "tables" scheint mir irrelevant für influx. Im Influx
Code wird dieser Config Eintrag meiner Meinung nach gar nicht
aufgerufen, oder?
> Du nutzt nicht zufällig InfluxDB 2.0, evtl. mit Telegraf? Wie genau
ist Dein Setup?
@ Andreas: Ich nutze influx 1.7.9. Der Flow ist: vzlogger -> apache ->
ppm middleware -> mariadb -> dbcopy -> influx -> grafana
Der Timestamp der Funktion "influxLastTimestamp" ist immer 0. Wenn ich
manuell einen Timestamp setzte, funktioniert es.
Was könnte es dann sein?
Liebe Grüße
Joe
On 15.01.2020 08:13, Sirko wrote:
> Hi Joe,
>
> bei mir funktioniert das mit
>
> */5 * * * * php /var/www/volkszaehler.org/vendor/andig/dbcopy/dbcopy
> influx -c
> /var/www/volkszaehler.org/vendor/andig/dbcopy/config.influx.yaml >
> /dev/null
>
> also
> dbcopy influx -c config.influx.yaml
>
> im cron, Pfade mußt du anpassen. Es werden nur die neuen Werte kopiert.
>
> die config sieht so aus (Zugangsdaten mußt du anpassen, falls du welche
> benutzt):
>
> # DATABASE DEFINITION
> source:
> driver: pdo_mysql
> host: localhost
> user: username
> password: password
> dbname: volkszaehler
>
> # influxdb target database connection
> influx:
> dsn: influxdb://localhost:8086
> dbname: volkszaehler
> measurement: data
> user: username
> password: password
>
> tables:
> entities: copy
> properties: copy
> entities_in_aggregator: copy
> data: pk
> aggregate: skip
>
> Hast du bei data: pk?
>
> Grüße
> Sirko
>
> Am 15.01.2020 um 01:31 schrieb joekokker at epios.eu:
>> Hallo,
>>
>> ich möchte mysql und influx parallel betreiben und die Daten alle paar
>> Minuten in influx kopieren. Macht das bereits jemand?
>> ...
More information about the volkszaehler-users
mailing list