flapjack / flapjackfeeder

Nagios/Icinga event broker module (neb), inserts events to Flapjack's Redis queue
GNU General Public License v2.0
8 stars 5 forks source link

Make redis db used configurable via module options in nagios config #4

Open ghost opened 10 years ago

ghost commented 10 years ago

At the moment it looks like it will always use db 0. Fixing this will require issuing a SELECT [N] command on every connection made.