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
7a459b3d
Commit
7a459b3d
authored
4 years ago
by
Dennis Ahrens
Browse files
Options
Downloads
Patches
Plain Diff
Enhance and document mk_haproxy
parent
79d4a37d
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+5
-0
5 additions, 0 deletions
README.md
checkmk/debian/mk_haproxy.sls
+4
-0
4 additions, 0 deletions
checkmk/debian/mk_haproxy.sls
with
9 additions
and
0 deletions
README.md
+
5
−
0
View file @
7a459b3d
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
checkmk/debian/mk_haproxy.sls
+
4
−
0
View file @
7a459b3d
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
...
...
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