Hi,
I'm trying to create this service:
define service {
service_description http_port_$KEY$
use servicio_generico
hostgroup_name web
check_command check_http_on_port!$KEY$
check_interval 10
retry_interval 1
aggregation http_ports
duplicate_foreach _http_ports
register 1
}
But the definition is only detected if i use host_name instead of hostgroup_name.
Is posible to do this?