Global Refresh
This commit is contained in:
@@ -132,4 +132,4 @@ graph_info["number_of_active_users_combined"] = {
|
||||
("nc_active_users_last_1hour", "stack"),
|
||||
("nc_active_users_last_1day", "stack"),
|
||||
],
|
||||
}
|
||||
}
|
||||
|
||||
@@ -31,4 +31,4 @@ perfometer_info.append({
|
||||
"total": 100.0,
|
||||
},
|
||||
],
|
||||
})
|
||||
})
|
||||
|
||||
@@ -40,4 +40,4 @@ rulespec_registry.register(
|
||||
parameter_valuespec=_parameter_spec_nextcloud_database,
|
||||
title=lambda: _("Nextcloud Database"),
|
||||
)
|
||||
)
|
||||
)
|
||||
|
||||
@@ -4,6 +4,7 @@ from cmk.gui.plugins.wato import (
|
||||
rulespec_registry,
|
||||
RulespecGroupCheckParametersApplications
|
||||
)
|
||||
|
||||
from cmk.gui.valuespec import (
|
||||
Dictionary,
|
||||
ListChoice,
|
||||
|
||||
@@ -4,6 +4,7 @@ from cmk.gui.plugins.wato import (
|
||||
rulespec_registry,
|
||||
RulespecGroupCheckParametersOperatingSystem,
|
||||
)
|
||||
|
||||
from cmk.gui.valuespec import (
|
||||
Dictionary,
|
||||
ListChoice,
|
||||
|
||||
@@ -4,6 +4,7 @@ from cmk.gui.plugins.wato import (
|
||||
rulespec_registry,
|
||||
RulespecGroupCheckParametersApplications
|
||||
)
|
||||
|
||||
from cmk.gui.valuespec import (
|
||||
Dictionary,
|
||||
ListChoice,
|
||||
|
||||
Reference in New Issue
Block a user