This commit is contained in:
Kekskurse 2019-12-30 16:24:57 +01:00
parent 6d498cb0d7
commit 45bbc8336f
2 changed files with 1 additions and 1 deletions

2
run.py
View File

@ -1,6 +1,6 @@
import time
from exporter.cli import Cli
from exporter.statsd-exporter import Statsd
from exporter.statsdExporter import Statsd
from monitors.load import Load
from monitors.hdd import HDD
from monitors.processes import Processes