Hi all,
Im trying to create a template for windows services. my idea was to crate a template that have 8 iteams that ready to receive MACRO from the host.
for exemple:
in the host macros : {$service1} = DNS
in the tempalte: service_state[{$SERVICE1}]
but the problem that if i dont have a marcos for the service it's just run <service2,3,4,5,6,7,8> and then give me some error.
i know i can disable the item. but i don't want to this all the time.
Is it possible that the template will know when there is no service# in the macros to disable automatically the item?
I hope it was clear enough
Thanks
Im trying to create a template for windows services. my idea was to crate a template that have 8 iteams that ready to receive MACRO from the host.
for exemple:
in the host macros : {$service1} = DNS
in the tempalte: service_state[{$SERVICE1}]
but the problem that if i dont have a marcos for the service it's just run <service2,3,4,5,6,7,8> and then give me some error.
i know i can disable the item. but i don't want to this all the time.
Is it possible that the template will know when there is no service# in the macros to disable automatically the item?
I hope it was clear enough

Thanks
Comment