Hi
Quick and certainly stupid question
What is the language name of templates used on icinga?
ex:
template Service "generic-service-name" {
check_interval = 1m
check_command = "dummy"
vars.dummy_state = {{
if(typeof(var) == Dictionary) {
var_min = ....
....
It’s proper to icinga but is there any name?
Thanks
stevie-sy
(Stevie Sy)
2
Yes thanks, but what is this language name? (it’s just curiosity)
(Perhaps I may have misread doc, but I haven’t seen this information)
stevie-sy
(Stevie Sy)
4
Icinga 2 DSL 
Maybe this could be also interesting for you, if you speak german: https://osmc.de/archives/2019-2/videos-and-slides/ 
1 Like
Thanks !
And I will have a look at that !