summaryrefslogtreecommitdiff
path: root/puppet/modules/site_check_mk/files/use_ssh.mk
blob: a10e67a3c3c619bd71d477871bcb6a321539194f (plain)
1
2
3
4
5
# 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 ),
]