You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installs check mk agent. Run it with xinit or over ssh (default). Get more informations about check mk at [https://mathias-kettner.de/check_mk.html]()
2
+
Installs check mk\_agent. Run it with xinetd or over SSH (default). Get more informations about check\_mk at [https://mathias-kettner.de/check_mk.html]()
3
3
4
4
## Requirements
5
-
Only testet with Ubuntu and Debian, should run on more platforms.
5
+
Only testet with Ubuntu 14.04 and 16.04, should run on more platforms.
6
+
7
+
## Install
8
+
$ ansible-galaxy install elnappoo.check-mk-agent
6
9
7
10
## Role Variables
8
-
*`check_mk_agent_deb_package: check-mk-agent_1.2.6p16-1_all.deb` Path to deb package
11
+
*`check_mk_agent_deb_package: check-mk-agent_1.4.0p7-1_all.deb` Path to deb package
9
12
*`check_mk_agent_over_ssh: True`
10
13
*`check_mk_agent_plugins_requirements: []` Requirements for extra plugins
11
14
*`check_mk_agent_plugins: []` List of extra plugins to install
12
-
*`check_mk_agent_pubkey_file:` Path to ssh pubkey file
15
+
*`check_mk_agent_pubkey_file:` Path to SSH pubkey file
0 commit comments