UNSOLVED

nikolab

updated

11 years ago

N

nikolab

2 Posts

0

66809

January 11th, 2016 00:00

DBO_Invalid_Views rule

Hi all

I have just one question..how I can find variable of Number of total invalid objects per Schema Name.

I have my own rule and I want alarm according number of Total invalid objects.

here is my condition:

def tmp = scope.get("agent/monitoredHost/name")
condition = (#views# >= registry("DBO_views_Low"));

return DBWC_RacAndSingleInstanceRuleFilter(scope, "DBO - Invalid Views", "2", condition);

And here is my problem...

 Schema @schemaName on @agentname @PDBLabel contain @value invalid views.

how I can get the value variable????

thanks

Nikola 

  • nikolab

    2 Posts

    201

    0

    Posted January 11th, 2016 00:00

    And here is my alarm

    Schema SQLLAB on upi1db contain 0.00 invalid views.  

    variable @value returns 0 total invalid objects..any idea?

    thanks