This name, similar to the 2FA security schema comes from a scenario in which I want to be sure periodically that certain ETL triggers are in place.
Not only I want to monitor whether certain procedure did work/failed with alarms, which I already implemented. But also have a second infrastructure checking that the triggers are in place. This way If I don't get an error I can be sure that everything worked.
Imagine you have an ETL scheduled to run every month. Your projects requirements are to run this ETL every month. You set it to run every month and everything works for some time. But after a quarter someone makes some config changes and the ETL is not triggered anymore. It obviously doesn't throw any new error. I need a tool outside my environment to monitor that holds and enforces the requirements.
Is there some tool/methodology/technique like the one described above?