mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 14:16:00 +00:00
explain how to configure logs
This commit is contained in:
parent
e2a069517f
commit
849e68a858
1 changed files with 12 additions and 1 deletions
|
@ -15,9 +15,20 @@ The following environment variables are used by this plugin:
|
||||||
|
|
||||||
=item logfile
|
=item logfile
|
||||||
|
|
||||||
The file where MailScanner logs its action (Default:
|
The file where syslog logs relayd's action (Default:
|
||||||
/var/log/relayd.log)
|
/var/log/relayd.log)
|
||||||
|
|
||||||
|
You need an entry like this in your syslog.conf for this to work:
|
||||||
|
|
||||||
|
!relayd
|
||||||
|
*.* /var/log/relayd.log
|
||||||
|
|
||||||
|
The directive:
|
||||||
|
|
||||||
|
log updates
|
||||||
|
|
||||||
|
is also necessary in relayd.conf.
|
||||||
|
|
||||||
=item configfile
|
=item configfile
|
||||||
|
|
||||||
The relayd.conf configfile (Default: /usr/local/etc/relayd.conf)
|
The relayd.conf configfile (Default: /usr/local/etc/relayd.conf)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue