Hi
Anyone can explain how the below scriptys works. I am not sure what is (scope, "DBSS - Disk Queue Length", "3", condition). What is the number 3 represents
condition = (avg(#DBSS_Disk_Queue_Length_For_Rule for 15 minutes#) >= registry("LFG_DBSS-DiskQueueLength_Medium"));
return Dbwc_Common_SQL_Server_IsNeedToSendAlarm(scope, "DBSS - Disk Queue Length", "3", condition);