Skip to content
Snippets Groups Projects
Commit 34ed8edb authored by Dennis Ahrens's avatar Dennis Ahrens
Browse files

Add mk_jolokia for JVM monitoring

parent 89d629c1
No related branches found
No related tags found
No related merge requests found
......@@ -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.
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment