NAME

App::Wubot::Reactor::RRD - store data in an RRD with RRD::Simple

VERSION

version 0.3.10

SYNOPSIS

- name: rrd
  plugin: RRD
  config:
    base_dir: /home/wu/wubot/rrd
    fields:
      packets_sent: COUNTER
      packets_received: COUNTER
    period:
      - day
      - week
      - month
    graph_options:
      right-axis: 1:0
      width: 375

DESCRIPTION

TODO: More to come...

SUBROUTINES/METHODS

react( $message, $config )

The standard reactor plugin react() method.