1
0
mirror of https://github.com/pavel-odintsov/fastnetmon synced 2024-09-28 07:30:08 +02:00

Fix nc command line

This commit is contained in:
Pavel Odintsov 2015-08-05 11:22:06 +03:00
parent e8a90a6235
commit 7937e7e756

View File

@ -57,7 +57,7 @@ Open site:
http://ip.ad.dr.es
Put test data to Graphite:
```echo "test.bash.stats 42 `date +%s`" | nc 127.0.0.1 2003```
```echo "test.bash.stats 42 `date +%s`" | nc -q0 127.0.0.1 2003```
If you have issues with Carbon like this:
```bash