Skip to content

Commit

Permalink
fixed an error in the download url and a grammatical error
Browse files Browse the repository at this point in the history
  • Loading branch information
Camron Levanger committed Jul 29, 2014
1 parent 2d58f9a commit 9c611fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ A Nagios Web Socket Monitoring Plugin

A Nagios NRPE script that allows you to monitor a web socket server using
the WAMP protocol. While it is fairly easy with Nagios to monitor whether
or not your server proccess is running, but unfortunately that can't tell us
or not your server proccess is running, unfortunately that can't tell us
if that server is available and accepting connections.

With nagios-wss you can actually open a connection to your websocket servers and
Expand All @@ -29,7 +29,7 @@ the directory where we want to keep our Nagios plugins, install the required lib
and finally set proper permissions.

cd /path/to/where/you/want/it
git clone git@github.com:camronlevanger/nagios-stomp.git
git clone git@github.com:camronlevanger/nagios-wss.git
cd nagios-stomp
pip install -r requirements.txt
chmod +x check_wss_conn.py
Expand Down

0 comments on commit 9c611fe

Please sign in to comment.