Page MenuHomeSoftware Heritage

centralized syslog
Closed, MigratedEdits Locked

Description

We want to centralize syslogging to some machine (likely: pergamon) in order to be able to monitor live what goes one during potential crashes, such as the 2-3 we have had with prado, without having to wait for a machine reboot to do a post-mortem analysis.

Event Timeline

zack raised the priority of this task from to Normal.
zack updated the task description. (Show Details)
zack added a project: System administrators.
olasd changed the visibility from "All Users" to "Public (No Login Required)".May 13 2016, 5:07 PM
olasd claimed this task.
olasd added a subscriber: olasd.

systemd-journal-remote has been configured to receive logs on pergamon; systemd-journal-upload has been configured on all machines to push the journal messages to pergamon.

example usage:

journalctl -f -D /var/log/journal/remote/ _HOSTNAME=worker01 -u swh-worker@swh_loader_git.service