How can I make a standard deviation anomaly detection monitor?

You can use OPAL to calculate a daily count, running median, and running standard deviation from a series of values. You can then measure current values against the running historical median to determine if an alert should be fired.