blob: 48abf3edee6f26ee057768612db5f52aa1bd8ba5 [file] [log] [blame]
#!/bin/sh
awk -v count=50000 '/ERROR SUMMARY/{if ($4 <= count) print "Total error count is below threshold."; else print "Total error count is above threshold" }'