defcon-event-log

0.2.2 • Public • Published

DEFCON Event Log Plugin

Prerequisits

  1. DEFCON
  2. redis

Installation

  1. '''cd $DEFCON_INSTALL_DIR'''
  2. '''npm install defcon-event-log'''
  3. '''Enable and configure 'defcon-event-log' in your DEFCON configuration file, e.g. '''json { "plugins": { "installed": [ "defcon-event-log" ], "defcon-event-log": { "redis": { "host": "localhost", "port": 6379, "db": 0, "options": { "auth_pass": "secret",
    "enable_offline_queue": false } }, "pageSize": 14, "pages": 10 }
    } } '''
  4. Restart defcon (you can do this via '''kill -s USRSIG2 ''' if you want zero downtime)

Readme

Keywords

none

Package Sidebar

Install

npm i defcon-event-log

Weekly Downloads

1

Version

0.2.2

License

ISC

Last publish

Collaborators

  • cressie176