Hello team, I appreciate your time and assistance. My question is: Is it possible to create several complete duplicates of the MSSQL By ODBC template and apply them to the same host in order to monitor multiple SQL instances on the same server?
Ad Widget
Collapse
Is it possible?
Collapse
X
-
Tags: None
-
No... you will end up with items with duplicate keys... and that is not allowed, keys need to be unique... For example each of them would contain MSSQL port state item : "net.tcp.service[tcp,{HOST.CONN},{$MSSQL.PORT}]" Even if you have multiple copies of template with different macro values in each. Your item is still the same, macro values will be replaces during execution only...
Comment