summaryrefslogtreecommitdiff
path: root/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
commitc9d50f333a81c716f3e227e9eb449dc76b6eb6e3 (patch)
tree1a09a2775045f854000f6cba5ee4efb2c3a802b2 /files
Squashed 'puppet/modules/check_mk/' content from commit aa02571
git-subtree-dir: puppet/modules/check_mk git-subtree-split: aa02571537af90ac73309e6e216c9417802548c3
Diffstat (limited to 'files')
-rw-r--r--files/agent/local_checks/all_hosts/README.md2
-rw-r--r--files/use_ssh.mk5
2 files changed, 7 insertions, 0 deletions
diff --git a/files/agent/local_checks/all_hosts/README.md b/files/agent/local_checks/all_hosts/README.md
new file mode 100644
index 00000000..f5234cbf
--- /dev/null
+++ b/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/files/use_ssh.mk b/files/use_ssh.mk
new file mode 100644
index 00000000..b5d77c62
--- /dev/null
+++ b/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 ),
+]
+