From bf6110172d9af5cb5d5fabe08a18b002e9d9cde5 Mon Sep 17 00:00:00 2001 From: Eric Sproul <esproul@omniti.com> Date: Thu, 18 Jul 2013 10:55:29 -0400 Subject: [PATCH] Add a README --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7fc89a9 --- /dev/null +++ b/README.md @@ -0,0 +1,24 @@ +Resmon +====== +A lightweight utility for local host monitoring that can be queried by tools +such as Nagios over HTTP. One of the main design goals is portability: that +resmon should require nothing more than a default install of Perl. Built with +the philosophy that "we are smart because we are dumb," that is, local +requirements should be minimal to ease deployment on multiple platforms. + +Requirements +------------ +Perl 5. Individual modules may require additional utilties (e.g. the svn +command). + +Apps supporting Resmon output +----------------------------- + * Munin with the [circonus-munin](http://github.com/adamhjk/circonus-munin) bridge. + +Documentation +------------- +Available in the [resmon wiki](https://labs.omniti.com/labs/resmon/wiki/) + +Copyright +--------- +Copyright © 2013 OmniTI Computer Consulting, Inc. See LICENSE for details. -- GitLab