-
Notifications
You must be signed in to change notification settings - Fork 5
redis output plugin for rsyslog 6 (using hiredis library)
License
GPL-3.0, LGPL-3.0 licenses found
Licenses found
GPL-3.0
COPYING
LGPL-3.0
COPYING_LESSER
Talksum/omhiredis
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Redis Outplug Plugin using hiredis library tested in Centos 6.2 BUILDING THIS PLUGIN Requires the hiredis C client library: https://github.com/antirez/hiredis/ in your /etc/rsyslog.conf, together with other modules: TODO * Error handling for redis calls * Integrating with impstats * Clean up code * Make it work with rsyslog batch mode * Fix bugs Brian Knox <bknox@talksum.com> --------------------------------------------------------------------------------------------- $ModLoad omhiredis.so # provides redis output $template TestRedis, "hincrby progcount %programname% 1" if $msg then { action(type="omhiredis", template="TestRedis") } ---------------------------------------------------------------------------------------------
About
redis output plugin for rsyslog 6 (using hiredis library)
Resources
License
GPL-3.0, LGPL-3.0 licenses found
Licenses found
GPL-3.0
COPYING
LGPL-3.0
COPYING_LESSER
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published