Skip to content

Commit

Permalink
fixup! Create temboardui.prometheus module
Browse files Browse the repository at this point in the history
  • Loading branch information
bersace committed Jun 28, 2024
1 parent 538a419 commit 88d350e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/temboardui/prometheus.py
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ def inspect(self):
self.spurious_files = glob.glob(self.home + "/instances.d/instance-*.yml")

def setup_global(self, apikey):
logger.debug("Ensure prometheus home is created.")
os.makedirs(self.home + "/instances.d", exist_ok=True)
t = jinja2.Template(
source=PROMETHEUS_CONFIG_TEMPLATE,
Expand Down

0 comments on commit 88d350e

Please sign in to comment.