Update index.py

pull/794/head
dami 1 month ago
parent 79d2cc26b0
commit 6ad415fa5a
  1. 4
      plugins/prometheus/index.py

@ -42,7 +42,7 @@ def getInitDFile():
def getConf():
path = getServerDir() + "/prometheus.yaml"
path = getServerDir() + "/prometheus.yml"
return path
@ -224,8 +224,6 @@ if __name__ == "__main__":
print(uninstallPreInspection())
elif func == 'conf':
print(getConf())
elif func == 'run_log':
print(runLog())
elif func == 'prometheus_url':
print(prometheusUrl())
else:

Loading…
Cancel
Save