]> granicus.if.org Git - icinga2/commit
Fix connection error handling in Elasticsearch and InfluxDB features 6401/head
authorMichael Friedrich <michael.friedrich@icinga.com>
Thu, 21 Jun 2018 13:41:40 +0000 (15:41 +0200)
committerMichael Friedrich <michael.friedrich@icinga.com>
Thu, 21 Jun 2018 13:41:40 +0000 (15:41 +0200)
commit9ea0650edc1a25ea974ffa8c1183386c6b15e405
tree5896e64445f8b53b2d360ef48f6c97ed64abc4c1
parentd2a6b260bb6600b001a3b6d34cee8ed4156b25be
Fix connection error handling in Elasticsearch and InfluxDB features

Previously this would just throw the entire exception stack trace
which is not needed here.

fixes #6394
lib/perfdata/elasticsearchwriter.cpp
lib/perfdata/influxdbwriter.cpp