Merge branch 'main' into patch-1

This commit is contained in:
Thorsten Spille
2023-02-18 21:04:09 +01:00
committed by GitHub
3 changed files with 21 additions and 5 deletions

View File

@ -115,7 +115,6 @@ def check_unifi_controller(item,section):
state=State.WARN,
notice=_("Update available")
)
yield Metric("uptime",int(section.uptime))
if item == "Cloudkey":
yield Result(
state=State.OK,