I worked in a vehicle assembly plant from the mid to late 2000s, and our real-time monitoring was performed with a commercial off the shelf system called Cimplicity. Cimplicity was an excellent systems integrator... for the 1990s.
Cimplicity's main problem was that it wasn't enterprise scale; updating the content of screen objects was laborious.
Someone's solution was to add a database call to every object on the screen - some screens had about 100 objects.
So on each and every screen startup, on each and every computer, about 100 database calls were made.
---
I guess that wasn't too hacky, but when absolutely everything is half hacked together like that, it's hard to what is a hack and what is normal.