Skip to content

Commit

Permalink
Stand-alone monitoring (without web server and socket.io)
Browse files Browse the repository at this point in the history
  • Loading branch information
dshaw committed Jun 30, 2012
1 parent cf57d32 commit ea3ae3a
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions monitor.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
/*!
* redis-monitor
* Copyright(c) 2012 Daniel D. Shaw <dshaw@dshaw.com>
* MIT Licensed
*/

/**
* Module dependencies.
*/

var optimist = require('optimist')
, RedisMonitor = require('./redis-monitor')

/**
* Configuration.
*/

var options = optimist.argv
, redisMonitor = RedisMonitor(options)

0 comments on commit ea3ae3a

Please sign in to comment.