From c68f926d67ff7592f6d2e6408f3d7190a61e58ff Mon Sep 17 00:00:00 2001 From: John Kodumal Date: Wed, 31 Dec 2014 09:37:09 -0800 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 77470f6..6b15884 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A listener to take sensu metrics events on a TCP socket, and post them to Influx ## Motivation If you want to use Sensu as your monitoring router, you still need to send the metrics somewhere. -InfluxDB is a good choice for this, but if you have a large numebr of metrics, forking a handler +InfluxDB is a good choice for this, but if you have a large number of metrics, forking a handler (using the `pipe` type) will be non-performant. This small application is meant to run as a daemon, listening on a TCP port, for metrics events