bundles/grafana: introduce, add to htz-cloud.influxdb
This commit is contained in:
parent
1a1ea721d9
commit
c548a88ee7
14 changed files with 1631 additions and 1 deletions
1
nodes.py
1
nodes.py
|
@ -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())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue