Skip to content

Commit

Permalink
Add README
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikschulz committed Dec 9, 2012
1 parent 9daef89 commit 42dd111
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions README.md
@@ -0,0 +1,36 @@
This is the README file for Monitoring-Spooler, an daemon for
queueing and delivery of monitoring notifications.

## Description

Monitoring::Spooler is a handy queue manager for queueing
and delivery of monitoring notifications. It is able to
handle several groups of on-call personel and provides
an extensible plugin mechanism to connect it to virtually any
remote service which provides some kind of API.

It is designed to work nicely with App::Standby.

## Installation

This package uses Dist::Zilla.

Use

dzil build

to create a release tarball which can be
unpacked and installed like any other EUMM
distribution.

perl Makefile.PL

make

make test

make install

## Documentation

Please see perldoc Monitoring::Spooler.

0 comments on commit 42dd111

Please sign in to comment.