Also: 1) Maximum # of open file descriptors 2) Whether your slave DB stopped replicating because of some error. 3) Whether something is screwed up in your SOLR/ElasticSearch instance so it doesn't respond to search queries, but respond to simple heartbeat pings. 4) If your Redis db stopped saving to disk because of lack of space, or not enough memory, or you forgot to set overcommit memory. 5) If you're running out o…
* lack of proper/default monitoring advocated for your tools (2), (4).
* Choosing poor (default/recommended) settings (1), (4).
* Keeping stateless server/instances when you don't need to (5), (6).
* Not tracking performance as part of monitoring (3), (4)
Albeit, I have made the same mistakes too.
edit: formatting