8000 GitHub - athoune/mod_syslog: Syslog your ejabberd
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

athoune/mod_syslog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Syslog for Ejabberd

mod_syslog is a simple ejabberd's module wich listen events and send them to syslogd.

erlang_syslog is the erlang application used for syslogd communication.

Build

The Rakefile is hardcoded for macbrew's ejabberd. I'll fix that later.

Config

in ejabberd.cfg, in the modules section

 {mod_syslog, [
	{syslog, {"localhost", 514, user}},
	{modules, [presence, connection, muc]}
	]},

For syslog, you choose a server, a port, and a facility.

For modules, you choose wich events are watched. For now, you can't watch muc events.

Licence

MIT 2011, © Mathieu Lecarme

About

Syslog your ejabberd

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0