The document discusses elements of monitored processes like PID files, their long-running nature, and daemonization. It provides examples of using PID files to track processes and ensure only one instance runs. It demonstrates managing long-running processes and using God to monitor and restart them if they crash or exceed resource thresholds. While God provides an easy way to monitor processes, its Ruby DSL is unnatural and it can be a moderately expensive process itself.