mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-23 06:35:42 +00:00
Add configuration option for logtail path
This commit is contained in:
parent
92a8c9df17
commit
3a17b22edf
4 changed files with 18 additions and 5 deletions
|
@ -16,9 +16,10 @@ Counts the in/out bandwidth used by each projects/vhost. [Logtail] (https://www.
|
|||
## Installation
|
||||
The setup is pretty straight forward. First you need to configure the plugin:
|
||||
|
||||
Define the path to logtail:
|
||||
In your munin plugin configuration file (for example, a new dedicated /etc/munin/plugin-conf.d/nginx_byprojects), configure the plugins :
|
||||
|
||||
$logtail = '/usr/local/bin/logtail';
|
||||
[byprojects_*]
|
||||
env.logtail /usr/local/bin/logtail
|
||||
|
||||
Multiple logs can be used for the same project/vhost and a regular expression (regex) can be used as a filter:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue