mstud / collectd-logins

collectd python plugin for tracking user sessions and logins

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

collectd-logins

collectd python plugin for tracking user sessions and logins

Requires the following python2 modules:

  • psutil
  • enum34

Also, the collectd python plugin needs to be available, of course.

Example configuration:

LoadPlugin python
TypesDB "/opt/collectd_logins/logins_types.db"
<Plugin python>
  ModulePath "/opt/collectd_logins"
  Import "logins"
  <Module logins>
    Interval 30
    Window 3600
  </Module>
</Plugin>

About

collectd python plugin for tracking user sessions and logins


Languages

Language:Python 100.0%