29 Sep
2017
29 Sep
'17
8:10 a.m.
On Sep 29, 2017, at 4:09 AM, Ti Ti <tt91em@gmail.com> wrote:
Thanks. In case of counters how can I use the policy? Because I have to specify the db in sql_module_instance
You will need to create multiple instances of the sql_counter module, and use that: sqlcounter dailycountertime_db1 { sql_module_instance = db1 ... } sqlcounter dailycountertime_db2 { sql_module_instance = db2 ... } and then reference "dailycountertime_db2" as the module to run inside of the "if" block. Alan DeKok.