You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

25 lines
1.1 KiB

  1. <h1>SITE_NAME Documentation</h1>
  2. <p>SITE_NAME is a service for monitoring cron jobs and similar periodic processes:</p>
  3. <ul>
  4. <li>SITE_NAME <strong>listens for HTTP requests ("pings")</strong> from services being monitored.</li>
  5. <li>It <strong>keeps silent</strong> as long as pings arrive on time.</li>
  6. <li>It <strong>raises an alert</strong> as soon as a ping does not arrive on time.</li>
  7. </ul>
  8. <p>SITE_NAME works as a <a href="https://en.wikipedia.org/wiki/Dead_man%27s_switch">dead man's switch</a> for processes that need to
  9. run continuously or on regular, known schedule. For example:</p>
  10. <ul>
  11. <li>filesystem backups, database backups</li>
  12. <li>task queues</li>
  13. <li>database replication status</li>
  14. <li>report generation scripts</li>
  15. <li>periodic data import and sync jobs</li>
  16. <li>periodic antivirus scans</li>
  17. <li>DDNS updater scripts</li>
  18. <li>SSL renewal scripts</li>
  19. </ul>
  20. <p>SITE_NAME is <em>not</em> the right tool for:</p>
  21. <ul>
  22. <li>monitoring website uptime by probing it with HTTP requests</li>
  23. <li>collecting application performance metrics</li>
  24. <li>error tracking</li>
  25. <li>log aggregation</li>
  26. </ul>