mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-22 02:51:03 +00:00
sshd_log: remove env.category: it should not be configurable
This commit is contained in:
parent
26181ead33
commit
bc1e78ae5a
1 changed files with 0 additions and 2 deletions
|
@ -18,7 +18,6 @@ The following environment variables are used by this plugin:
|
||||||
|
|
||||||
logfile - path to the auth log file, or "journald" to use journald.
|
logfile - path to the auth log file, or "journald" to use journald.
|
||||||
default: /var/log/secure
|
default: /var/log/secure
|
||||||
category - graph category. default: system
|
|
||||||
|
|
||||||
journalctlargs - space separated list of arguments to pass to
|
journalctlargs - space separated list of arguments to pass to
|
||||||
journalctl to get the sshd logs.
|
journalctl to get the sshd logs.
|
||||||
|
@ -35,7 +34,6 @@ Config examples for /etc/munin/plugin-conf.d/munin-node:
|
||||||
user root
|
user root
|
||||||
group root
|
group root
|
||||||
env.logfile /var/log/messages
|
env.logfile /var/log/messages
|
||||||
env.category users
|
|
||||||
|
|
||||||
Config example with journald:
|
Config example with journald:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue