summaryrefslogtreecommitdiff
path: root/puppet/modules/site_check_mk/files/use_ssh.mk
diff options
context:
space:
mode:
Diffstat (limited to 'puppet/modules/site_check_mk/files/use_ssh.mk')
-rw-r--r--puppet/modules/site_check_mk/files/use_ssh.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/puppet/modules/site_check_mk/files/use_ssh.mk b/puppet/modules/site_check_mk/files/use_ssh.mk
deleted file mode 100644
index a10e67a3..00000000
--- a/puppet/modules/site_check_mk/files/use_ssh.mk
+++ /dev/null
@@ -1,5 +0,0 @@
-# http://mathias-kettner.de/checkmk_datasource_programs.html
-datasource_programs = [
- ( "ssh -l root -i /etc/check_mk/.ssh/id_rsa <HOST> check_mk_agent", ALL_HOSTS ),
-]
-