Bosh Monitor Consul Plugin


mjseid <seidy01@...>
 

I'm trying to get alert event from bosh monitor and I'd like to use the
new-ish consul_event_forwarder plugin. I can correctly use some of the
other plugins (email, graphite, datadog) but I can't get the consul one to
do anything.

I have verified with wireshark that the BOSH HM isn't sending any packets to
my consul server, and in the hm logs all I see to help troubleshoot are
messages like the following which makes me think the plugin isn't
recognized/working:

D, [2015-07-28T20:25:03.360569 #24748] DEBUG : No plugins are interested in
`heartbeat' event
D, [2015-07-28T20:25:03.403876 #24748] DEBUG : Received heartbeat from
a5ad57a3-d72c-4670-a2f1-d60ca7a3e6f2:
{"job":"hm9000_z1","index":0,"job_state":"running","vitals":{"cpu":{"sys":"0.4","user":"0.5","wait":"7.0"},"disk":{"ephemeral":{"inode_percent":"0","percent":"5"},"system":{"inode_percent":"36","percent":"46"}},"load":["0.00","0.01","0.05"],"mem":{"kb":"132584","percent":"13"},"swap":{"kb":"0","percent":"0"}}}

I'm on vsphere using bosh version 1.2889 and here are the relevant
parameters of my yml:
hm:
consul_event_forwarder_enabled: true
consul_event_forwarder:
host: xxx.xxx.xxx.xxx
port: 8500
protocol: http
events: true
heartbeats_as_alerts: true

Can anyone verify the consul plugin is working for them, and if so can you
share your config? Thanks




--
View this message in context: http://cf-bosh.70367.x6.nabble.com/Bosh-Monitor-Consul-Plugin-tp527.html
Sent from the CF BOSH mailing list archive at Nabble.com.


mjseid <seidy01@...>
 

OK,
looks like it was added in v171 and I'm on v152. I'll upgrade and try
again, but I would be interested to hear if anyone else it using it yet.



--
View this message in context: http://cf-bosh.70367.x6.nabble.com/Bosh-Monitor-Consul-Plugin-tp527p528.html
Sent from the CF BOSH mailing list archive at Nabble.com.