diff options
Diffstat (limited to 'puppet/modules/check_mk/files')
m--------- | puppet/modules/check_mk | 0 | ||||
-rw-r--r-- | puppet/modules/check_mk/files/agent/local_checks/all_hosts/README.md | 2 | ||||
-rw-r--r-- | puppet/modules/check_mk/files/use_ssh.mk | 5 |
3 files changed, 7 insertions, 0 deletions
diff --git a/puppet/modules/check_mk b/puppet/modules/check_mk deleted file mode 160000 -Subproject aa02571537af90ac73309e6e216c9417802548c diff --git a/puppet/modules/check_mk/files/agent/local_checks/all_hosts/README.md b/puppet/modules/check_mk/files/agent/local_checks/all_hosts/README.md new file mode 100644 index 00000000..f5234cbf --- /dev/null +++ b/puppet/modules/check_mk/files/agent/local_checks/all_hosts/README.md @@ -0,0 +1,2 @@ +Place local checks in this directory, +see http://mathias-kettner.de/checkmk_localchecks.html diff --git a/puppet/modules/check_mk/files/use_ssh.mk b/puppet/modules/check_mk/files/use_ssh.mk new file mode 100644 index 00000000..b5d77c62 --- /dev/null +++ b/puppet/modules/check_mk/files/use_ssh.mk @@ -0,0 +1,5 @@ +# http://mathias-kettner.de/checkmk_datasource_programs.html +datasource_programs = [ + ( "ssh -l root -i /omd/sites/monitoring/.ssh/monitoring_<HOST>_id_rsa <IP> check_mk_agent", ['ssh'], ALL_HOSTS ), +] + |