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

Enhance and document mk_haproxy

parent 79d4a37d
Branches
Tags
No related merge requests found
...@@ -81,6 +81,11 @@ Official checkmk plugin. Not really working right now. ...@@ -81,6 +81,11 @@ Official checkmk plugin. Not really working right now.
Installs the [mk_apt](https://checkmk.com/cms_check_apt.html) agent plugin Installs the [mk_apt](https://checkmk.com/cms_check_apt.html) agent plugin
### `checkmk.debian.mk_haproxy`
Installs the haproxy agent plugin.
You're haproxy instance needs to open a stats socket at level operator located at `/var/run/haproxy.sock` for this to work.
### `checkmk.debian.mk_logins` ### `checkmk.debian.mk_logins`
Installs the [mk_logins](https://checkmk.com/cms_check_logins.html) agent plugin Installs the [mk_logins](https://checkmk.com/cms_check_logins.html) agent plugin
......
hsh_checkmk_install_haproxy_deps:
pkg.installed:
- name: socat
hsh_checkmk_install_haproxy_plugin: hsh_checkmk_install_haproxy_plugin:
file.managed: file.managed:
- name: /usr/lib/check_mk_agent/plugins/mk_haproxy - name: /usr/lib/check_mk_agent/plugins/mk_haproxy
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment