Skip to content
This repository has been archived by the owner on Jan 30, 2019. It is now read-only.

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Oshuma committed Mar 17, 2010
1 parent 99e5414 commit 530315c
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions README.rdoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
= Alfred

Simple system monitoring app.

== Setup

Clone the app:

$ git clone git://github.com/Oshuma/alfred.git

Create a <tt>config/commands.yml</tt> file (see the example file).

Run the server:

$ screen -A -m -S alfred ./bin/alfred server

Once the server is up, you can either hit the web URL or the curl interface:

$ curl http://example.com:4567/command/disk
# .. or the shorthand...
$ curl http://example.com:4567/c/disk

0 comments on commit 530315c

Please sign in to comment.