Code

xml2cfg: Read templates from files
[nagixsc.git] / sample-configs / xml2cfg_tmpl / service.tmpl
1 define service {
2         use                     templ_service_passive
4         host_name               %(host_name)s
5         service_description     %(service_description)s
6         check_command           check_passive
7 }