1 2 3 4 5 6 7 8
class check_mk::agent::register ( $host_tags = '', $hostname = $::fqdn ) { @@check_mk::host { $hostname: host_tags => $host_tags, } }