You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rather than having random people e-mail us when things are broken, we should have an automated monitor in-place. This means setting up another machine in another data center and installing/configuring a monitoring system like Nagios, Zabbix, Icinga, or Shinken.
Known issues to monitor immediately:
Machine is alive
Website is alive
Disks are not full
/media/backend has at least 50G free
Backup is running
/media/backend/cpantesters/dbx has backup files from this week
Reports release is running
MySQL tables cpanstats.release_data and cpanstats.release_summary have MAX(id) that is not too far out of sync with MAX(id) from cpanstats.cpanstats
The text was updated successfully, but these errors were encountered:
I've bought a new machine, monitor.preaction.me, and have configured
Icinga2 on it. In the Rexfile, I've documented what I needed to do to
install and configure Icinga2 on the OpenBSD 6.0 machine I bought.
I likely need to see how to add better OpenBSD integration into Rex so
I'm using Rex functions instead of raw commands.
The Icinga2 config file I've started will eventually contain actual
monitors for various parts of the system as I come across things that go
down.
Refs cpan-testers/cpantesters-project#16
I've installed Icinga2 on a new machine, monitor.preaction.me. I've started a config file for cpantesters and set up a single host-alive check. I will continue with the rest of these checks soon.
Rather than having random people e-mail us when things are broken, we should have an automated monitor in-place. This means setting up another machine in another data center and installing/configuring a monitoring system like Nagios, Zabbix, Icinga, or Shinken.
Known issues to monitor immediately:
cpanstats.release_data
andcpanstats.release_summary
haveMAX(id)
that is not too far out of sync withMAX(id)
fromcpanstats.cpanstats
The text was updated successfully, but these errors were encountered: