Proposal: -alertnotify if there is a large drop in hashing power
Scenario: your node gets isolated from the network, or the network gets split into pieces. Instead of creating one block every ten minutes, the part of the network to which you are connected produces only one block every fifteen minutes.
Detecting and reporting this condition has been talked about for years, but the code has never been written. I propose implementing a new -alertnotify warning that is triggered if fewer than N blocks have been produced over the last T hours (N and T to be selected based on math I haven't worked out yet designed to give a very, very small false positive rate-- e.g. fewer than 12 blocks over the last 4 hours).
Proposed alert wording: "Warning: this node has received only N blocks over the last T hours, you might not be well-connected to the Bitcoin network. You might try restarting with the -addnode option to connect with a trusted, known peer."
Implementation: when receiving a new block with an up-to-date tim