diff options
author | varac <varacanero@zeromail.org> | 2014-02-11 14:00:45 +0100 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2014-02-11 14:00:45 +0100 |
commit | 27cd293b4ed3f3632044e914375a45a5345e8cee (patch) | |
tree | 5c8373113876d0d8cf481304ae76534ed2484dbf /puppet/modules/site_check_mk | |
parent | 881d2c38aeb03ebe34c4b41b747bdadfbd65e678 (diff) |
use <HOST> instead of <IP>, because we cannot use public ips in DC
Diffstat (limited to 'puppet/modules/site_check_mk')
-rw-r--r-- | puppet/modules/site_check_mk/files/use_ssh.mk | 2 |
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 ), ] |