Module: LogTrend

Defined in:
lib/logtrend.rb

Overview

A Ruby module that uses RRD (www.mrtg.org/rrdtool/) to generate graphs for trending data from log files.

logtrend tails a log file and matches lines one by one, sending matched counters to RRD as appropriate.

Defined Under Namespace

Classes: Base, Graph, GraphPoint