summaryrefslogtreecommitdiff
path: root/puppet/modules/check_mk/files
diff options
context:
space:
mode:
authorMicah <micah@leap.se>2016-05-24 10:19:41 -0400
committerMicah <micah@leap.se>2016-05-24 10:19:41 -0400
commit783f953a87ef0531dd0b43614a101362c3e592c5 (patch)
tree1b2b12314188537703cc79ee784f5be33c7c2ad6 /puppet/modules/check_mk/files
parent8d50b8cf042eb3b25095281734c8dd58e606c018 (diff)
parentc9d50f333a81c716f3e227e9eb449dc76b6eb6e3 (diff)
Merge commit 'c9d50f333a81c716f3e227e9eb449dc76b6eb6e3' as 'puppet/modules/check_mk'
Diffstat (limited to 'puppet/modules/check_mk/files')
-rw-r--r--puppet/modules/check_mk/files/agent/local_checks/all_hosts/README.md2
-rw-r--r--puppet/modules/check_mk/files/use_ssh.mk5
2 files changed, 7 insertions, 0 deletions
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 ),
+]
+