ho-ansible / ansible

Playbooks and config for remote administration
1 stars 0 forks source link

Server monitoring #11

Open seanho00 opened 7 years ago

seanho00 commented 7 years ago

External ping: UptimeRobot Self-hosted stats: Zabbix? Both have Ansible modules

seanho00 commented 7 years ago

Probably would take care of #6 and #8

seanho00 commented 7 years ago

Watch for SMART errors?

smartctl -A /dev/sda | awk '/^( 5|198)/{print $1, $2, $10}'

(See BackBlaze article)

seanho00 commented 7 years ago

Quite happy with Lunanode's external monitoring, too, but would have to custom-code ansible hook to Lunanode API.

seanho00 commented 7 years ago

Internal monitoring via SNMP and LibreNMS?

seanho00 commented 7 years ago
seanho00 commented 7 years ago

Metrics (Prometheus/OpenTSDB) vs event-logging?