MKP 0.1.0 with section mailcow_info completed
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
#!/usr/bin/env python3
|
||||
from cmk.gui.plugins.metrics import perfometer_info
|
||||
|
||||
perfometer_info.append({
|
||||
"type": "stacked",
|
||||
"perfometers": [
|
||||
{
|
||||
"type": "linear",
|
||||
"segments": ["mc_num_domains","mc_num_mailboxes","mc_num_global_messages"],
|
||||
},
|
||||
],
|
||||
})
|
||||
|
||||
#perfometer_info.append({
|
||||
# "type": "stacked",
|
||||
# "perfometers": [
|
||||
# {
|
||||
# "type": "linear",
|
||||
# "segments": ["mc_num_mailboxes"],
|
||||
# },
|
||||
# ],
|
||||
#})
|
||||
|
||||
#perfometer_info.append({
|
||||
# "type": "stacked",
|
||||
# "perfometers": [
|
||||
# {
|
||||
# "type": "linear",
|
||||
# "segments": ["mc_num_global_messages"],
|
||||
# },
|
||||
# ],
|
||||
#})
|
||||
Reference in New Issue
Block a user