master
Denis Knauf 2015-07-03 15:45:45 +02:00
parent cf6610318c
commit 56045ae80d
1 changed files with 10 additions and 0 deletions

View File

@ -10,6 +10,16 @@ First it was planed to provide a client-API, but now there is also a full server
Tested against nsca-2.7, -2.9.
Usage
=====
Simple sending
```ruby
NSCA.destinations << NSCA::Client.new('localhost')
NSCA.send 'serverA', 'serviceA', 1, 'Ok'
```
TO DO AND DONE
==============