Hey,
Is it possible to count a number of values equal some value within a given time?
I have a trapper item (backup_log) of type text, i would like to count the number of entries in the item within the last 24 hours with values like "Job Success", "Job Failed", "Job Completed With Exceptions" etc.
Something like:
{SERVER:backup_log.count('Job Failed', 86400)}>0
Can this be achieved? Can't seem to find the right functions to use...
regards,
Simon
Is it possible to count a number of values equal some value within a given time?
I have a trapper item (backup_log) of type text, i would like to count the number of entries in the item within the last 24 hours with values like "Job Success", "Job Failed", "Job Completed With Exceptions" etc.
Something like:
{SERVER:backup_log.count('Job Failed', 86400)}>0
Can this be achieved? Can't seem to find the right functions to use...
regards,
Simon
Comment