Skip to content

Commit

Permalink
Update example in README
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Plourde <simon.plourde@gmail.com>
  • Loading branch information
palourde committed Aug 27, 2018
1 parent 3f7dc4a commit ed5b5e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -24,7 +24,7 @@ Example Sensu 2.x handler definition:
{
"name": "influx-db",
"type": "pipe",
"command": "sensu-influxdb-handler --addr '123.4.5.6:8086' --username 'foo' --password 'bar' --db-name 'myDB'"
"command": "sensu-influxdb-handler --addr 'http://123.4.5.6:8086' --username 'foo' --password 'bar' --db-name 'myDB'"
}
```

Expand Down

0 comments on commit ed5b5e0

Please sign in to comment.