Initial Version 0.75

This commit is contained in:
2021-06-23 13:07:40 +02:00
parent 123ea559e3
commit aeb423bf0b
7 changed files with 1390 additions and 0 deletions

View File

@ -0,0 +1,15 @@
from cmk.gui.plugins.metrics import perfometer_info
perfometer_info.append({
"type": "linear",
"segments": ["satisfaction"],
"total": 100.0,
})
perfometer_info.append({
"type": "logarithmic",
"metric": "unifi_uptime",
"half_value": 2592000.0,
"exponent": 2,
})