We have a report queue that can get clogged with no good method to monitor. We have a web page in Oracle report builder that can display how reports are in the queue Should always be 1 or 0
So I want to create a bash script to use curl to grep for
1-10 of 10
and if 10 of 10 is not equal
ie 10 of 50 to return the first match.
the numbers are just examples
I will then check to see if I have a match value to send an email. Thanks