mirror of
https://github.com/bashclub/check-unifi-controller.git
synced 2024-11-08 04:31:58 +01:00
16 lines
292 B
Python
16 lines
292 B
Python
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,
|
|
})
|
|
|