On 19.12.2017 12:33, basti wrote:
> vars.nrpe_command = "check_" + "$host$" + "_$name$"
This is the same as:
vars.nrpe_command = "check_$host$_$name$"
Which likely fails because host is a complex type and not a simple string.
I guess you want the name of the host, not the object:
vars.nrpe_command = "check_$host.name$_$name$"
Regards
Markus Frosch
--
Icinga Open Source Monitoring
https://www.icinga.com
_______________________________________________
icinga-users mailing list
[email protected]
https://lists.icinga.org/mailman/listinfo/icinga-users