In Sensu server logs :- level":"fatal","message":"handler socket must be a hash","object":{"type":"tcp","host":"127.0.0.1","port":2003,"name":"graphite_tcp"}}
Asked
Active
Viewed 53 times
-2
-
Post some configuration data, there's nowhere near enough information here to determine what you're doing wrong – jaxxstorm Dec 16 '16 at 13:38
1 Answers
0
Your json format is invalid
Right format is:
{
"type": "tcp",
"host": "127.0.0.1",
"port": 2003,
"name": "graphite_tcp"
}

Roshan
- 1,380
- 13
- 23