====== Logdateien überwachen ====== einfache Mittel * [[server:logwatch]] * [[server:lire]] * tailf /path/to/logfile - Logfiles beim wachsen zusehen (TIPP: an "loco" pipen für Farbkodierung) verteiltes Monitoring * syslog auf entfernten server und greppen / dito [[https://docs.docker.com/config/containers/logging/syslog/|docker logs]] (ggf. mit [[https://docs.docker.com/config/containers/logging/log_tags/|log_tags]]) * monitoring-Systeme mit Log file support * [[https://www.zabbix.com/documentation/current/en/manual/config/items/itemtypes/log_items|zabbix]] * fluentd (collect) -> Opensearch -> nagios/[[https://github.com/fujiwara/fluent-plugin-zabbix|zabbix]] als alerting * Loki komplex: * Graylog * ELK-Stack / OLK-Stack * Splunk * kommerzielle Lösungen: * datadog * new relic * ...