summaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
Diffstat (limited to 'files')
-rw-r--r--files/use_ssh.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/files/use_ssh.mk b/files/use_ssh.mk
new file mode 100644
index 0000000..b5d77c6
--- /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 ),
+]
+