bundles/grafana: introduce, add to htz-cloud.influxdb

This commit is contained in:
Franzi 2021-05-02 10:44:50 +02:00
parent 1a1ea721d9
commit c548a88ee7
Signed by: kunsi
GPG key ID: 12E3D2136B818350
14 changed files with 1631 additions and 1 deletions

View file

@ -1,7 +1,6 @@
from os.path import join
from pathlib import Path
nodes = {}
for node in Path(join(repo_path, "nodes")).rglob("*.py"):
with open(node, 'r') as f:
exec(f.read())