Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
checkmk-formula
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
salt
checkmk-formula
Commits
34ed8edb
Commit
34ed8edb
authored
4 years ago
by
Dennis Ahrens
Browse files
Options
Downloads
Patches
Plain Diff
Add mk_jolokia for JVM monitoring
parent
89d629c1
No related branches found
No related tags found
No related merge requests found
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+7
-0
7 additions, 0 deletions
README.md
checkmk/checkmk-files/mk_jolokia.py
+592
-0
592 additions, 0 deletions
checkmk/checkmk-files/mk_jolokia.py
checkmk/debian/mk_jolokia.sls
+7
-0
7 additions, 0 deletions
checkmk/debian/mk_jolokia.sls
with
606 additions
and
0 deletions
README.md
+
7
−
0
View file @
34ed8edb
...
...
@@ -77,6 +77,13 @@ Official checkmk plugin. Not really working right now.
Installs the
[
mk_apt
](
https://checkmk.com/cms_check_apt.html
)
agent plugin
### `checkmk.debian.mk_jolokia`
Installs the
`mk_jolokia.py`
plugin on your host.
This is capable of monitoring a JVM - e.g. inside tomcat as it relies on the
[
jolokia
](
https://jolokia.org/
)
war.
The plugin can be configured using a file located at
`/etc/check_mk/jolokia.cfg`
.
### `checkmk.debian.mk_haproxy`
Installs the haproxy agent plugin.
...
...
This diff is collapsed.
Click to expand it.
checkmk/checkmk-files/mk_jolokia.py
0 → 100644
+
592
−
0
View file @
34ed8edb
This diff is collapsed.
Click to expand it.
checkmk/debian/mk_jolokia.sls
0 → 100644
+
7
−
0
View file @
34ed8edb
hsh_checkmk_install_jolokia_plugin:
file.managed:
- name: /usr/lib/check_mk_agent/plugins/mk_jolokia
- source: salt://checkmk/checkmk-files/mk_jolokia.py
- user: root
- group: root
- mode: 755
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment