Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Monitoring
Checkmk
Commits
1f397441
Commit
1f397441
authored
May 24, 2022
by
root
Browse files
Merge branch 'master' of
https://github.com/tribe29/checkmk
parents
e6ca1fca
8bb79874
Changes
1
Hide whitespace changes
Inline
Side-by-side
checks/rabbitmq_nodes
View file @
1f397441
...
...
@@ -4,16 +4,6 @@
# | ____ _ _ __ __ _ __ |
# | / ___| |__ ___ ___| | __ | \/ | |/ / |
# | | | | '_ \ / _ \/ __| |/ / | |\/| | ' / |
# NOTE: Careful when replacing the *-import below with a more specific import. This can cause
# problems because it might remove variables needed for accessing discovery rulesets.
import
json
from
cmk.base.check_legacy_includes.mem
import
*
# pylint: disable=wildcard-import,unused-wildcard-import
# NOTE: Careful when replacing the *-import below with a more specific import. This can cause
# problems because it might remove variables needed for accessing discovery rulesets.
from
cmk.base.check_legacy_includes.uptime
import
*
# pylint: disable=wildcard-import,unused-wildcard-import
# | | |___| | | | __/ (__| < | | | | . \ |
# | \____|_| |_|\___|\___|_|\_\___|_| |_|_|\_\ |
# | |
...
...
@@ -34,6 +24,13 @@ from cmk.base.check_legacy_includes.uptime import * # pylint: disable=wildcard-
# to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
# Boston, MA 02110-1301 USA.
# NOTE: Careful when replacing the *-import below with a more specific import. This can cause
# problems because it might remove variables needed for accessing discovery rulesets.
import
json
from
cmk.base.check_legacy_includes.mem
import
*
# pylint: disable=wildcard-import,unused-wildcard-import
from
cmk.base.check_legacy_includes.uptime
import
*
# pylint: disable=wildcard-import,unused-wildcard-import
# <<<rabbitmq_nodes>>>
# {"fd_total": 1098576, "sockets_total": 973629, "mem_limit": 6808874700,
# "mem_alarm": false, "disk_free_limit": 70000000, "disk_free_alarm": false,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment