Skip to content

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrake committed Jan 25, 2013
1 parent f0592d2 commit 29b379f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Readme.md
@@ -0,0 +1,15 @@
systemd-journald-gatewayd monitor
=================================

This application can be used if you want to remotely monitor the journal of multiple
systems running systemd. Each journal entry is prefixed with the hostname. If the connection
is lost, the application will continuously try to re-connect.

Install
-------

* Install nodejs
* git clone git://github.com/cbrake/systemd-journald-gatewayd-monitor
* cd systemd-gatewayd-monitor
* node app.js http://<hostname 1>:19531/entries?follow http://<hostname 2>:19531/entries?follow ...

0 comments on commit 29b379f

Please sign in to comment.