It is not the desired solution, but it is a solution.
Are you solo-mining? Otherwise, most pools I've used have a hashrate drop notification feature... Although since you've already set up your own alternative, i suppose it's not much help now.
About API, I would like this option: "I've been debating adding a public domain integrated http server so people can just point a browser towards the API port and see stats."
You might find this useful in the meantime: https://github.com/rdugan/cgminerhttpinterface
Hi @pbfarmer
Im mining on a NH pool (stratum+tcp://lyra2rev3.eu.nicehash.com:3373). Not sure how to check hashrate drop. Im now using its explorer (https://www.nicehash.com/miner/address)
It is not a very effective solution, because the TRM and pool values rarely coincide.
I also use Teamviewer to connect to my rig and watch TRM live, but it is a very manual measure.
I understand that everything would be much easier with an API and an http connection (easy to monitor, not configure hehehhe). I will investigate about cgminerhttpinterface, but the first impression is that it is not intended for Windows.
Ok - haven't used NH for a while, so not sure whether they have an alert.
I wrote that http interface - for windows initially, but it also works on linux. It's a python app, so you just need to first install python (https://www.python.org/downloads/release/python-373/) if you haven't already.