This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
logtracker/README

19 lines
583 B
Plaintext

Logtracker
===========
Logtracker is a django application that aggregates and displays log entries
Post-install
------------
In order to allow clients writes :
1. on the server :
echo "create role rsyslog with login password 'ohGh6iec';
grant connect on database logtracker to rsyslog;
grant insert on table journal_entry to rsyslog;
grant usage, select on sequence journal_entry_id_seq TO rsyslog; " | sudo -u postgres psql logtracker
2. install rsyslog-logtracker, then
copy and adapt debian/rsyslog-logtracker.conf-example to debian/rsyslog-logtracker.conf