Projet

Général

Profil

Paste
Télécharger au format
Statistiques
| Branche: | Révision:

root / plugins / ssh / sshd_log @ f8801b87

Historique | Voir | Annoter | Télécharger (5,17 ko)

# Date Auteur Commentaire
e926acaf 2019-10-13 10:59 Olivier Mehani

Fix titles of similar plugins so they are better grouped in category views

Signed-off-by: Olivier Mehani <>

8f68d6e6 2018-04-28 19:49 Thomas Riccardi

sshd_log: allow both types GAUGE and DERIVE, default to GAUGE

In fact for journald mode internally it really is type ABSOLUTE, because
we use journald cursor to get only new logs on each collect. It results
in the same value as with a plain log file and type DERIVE: it's the...

cdb82255 2018-04-28 19:49 Thomas Riccardi

sshd_log: allow multiple journalctl args

Useful for multiple filtering.
At the cost of not being able to pass spaces properly in args, but
that's uncommon.

e178be64 2018-04-28 19:49 Thomas Riccardi

sshd_log: fix label typo

bc1e78ae 2018-04-28 19:49 Thomas Riccardi

sshd_log: remove env.category: it should not be configurable

26181ead 2018-04-28 19:49 Thomas Riccardi

sshd_log: POD style documentation

ff68f641 2018-04-28 19:49 Thomas Riccardi

sshd_log: cleanup autoconf

  • always return 0
  • add details on autoconf failure
c04acf95 2018-04-28 19:49 Thomas Riccardi

sshd_log: fix shellcheck warnings

e6a18b5a 2018-04-28 19:49 Thomas Riccardi

sshd_log: use DERIVE datatype and support logs from journald too

Now shows the number of events per time unit, instead of a counter
always increasing until logrotate.

To use journald, set env.logfile to special value 'journald': It will
read the sshd logs from journalctl _COMM=sshd....

3a6fdce8 2017-02-23 19:35 dipohl

Plugin-Gallery: get better 2nd level structure

c0568802 2017-02-23 15:14 dipohl

Reduce number of categories, move "other" plugins