Perseo CEP have a "no signal" rule type that allows to detect the lack of update in Orion attributes. It is open source and you can have a look, although I don't know to which extend this feature is documented.
However, it shouldn't be difficult to develop a system doing so. Just to subscribe to the desired attribute using regular subscriptions at Orion and if you don't receive any notification in a given time, then it has stopped to send information to Orion.
If you don't want to use subscriptions, your system could query Orion at a regular basic and check the dateModified
metadata associated to the attribute, i.e. GET /v2/entities/device1/attrs/measure?metadata=dateModified
. Please have a loook to the NGSIv2 specification section "System/builtin Metadata" about the dateModified
metadata.