Random Project

A little too rough

Has some issues.

One, “requires” a utils.sh script that is not provided (it actually doesn’t and can be commented out)

Two, uses shell based test operators that only work on integers and then attempts to evaluate floating point numbers, so behavior will probably not be as you expect. (If you set a critical threshold of “2” it will not show critical until numbers go above 3, for instance.)