diff options
author | Rasmus Luha <rasmus.luha@ut.ee> | 2025-04-26 01:10:52 +0300 |
---|---|---|
committer | Rasmus Luha <rasmus.luha@ut.ee> | 2025-04-26 01:10:52 +0300 |
commit | 6b3c096f6efea8855772c7faffa90f71861290bd (patch) | |
tree | b8b820dc282578851892c8e9fab0b937dcb6cb78 /config.py | |
parent | 0a16e0e3e586456cf2e86dbdad4b66787b036a5d (diff) |
telegraf initial pluggin modifiying implemented
Diffstat (limited to 'config.py')
-rw-r--r-- | config.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ API_FIELDS={'temperature': '.current_weather.temperature', 'windspeed': '.curren API_USERNAME="Placeholder" API_PASSWORD="Placehoder" PIPELINE_SCHEDULING_PERIOD="5 sec" -PIPELINE_NAME="test_pipeline.json" +PIPELINE_NAME="test_pipeline" |