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.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/modules/site_check_mk/files/use_ssh.mk b/puppet/modules/site_check_mk/files/use_ssh.mk
index dbdcd4b5..a10e67a3 100644
--- a/puppet/modules/site_check_mk/files/use_ssh.mk
+++ b/puppet/modules/site_check_mk/files/use_ssh.mk
@@ -1,5 +1,5 @@
# http://mathias-kettner.de/checkmk_datasource_programs.html
datasource_programs = [
- ( "ssh -l root -i /etc/check_mk/.ssh/id_rsa <IP> check_mk_agent", ALL_HOSTS ),
+ ( "ssh -l root -i /etc/check_mk/.ssh/id_rsa <HOST> check_mk_agent", ALL_HOSTS ),
]