Ignore the cert part Nginx Plugin

Ignore the cert part as its not going to match top level domain (http://www.xyz.com) if https behind many hosts (host.serverice.datacenter.xyz.com )
This commit is contained in:
Sachin Rase 2016-07-07 17:39:44 -07:00 committed by GitHub
parent c046232425
commit 2eb9deb8b0
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ should now look like:
- [#1369](https://github.com/influxdata/telegraf/pull/1369): Add input plugin for consuming metrics from NSQD.
### Bugfixes
- Update Nginx plugin to ignore the cert for status
- [#1426](https://github.com/influxdata/telegraf/pull/1426): nil metrics panic fix.
- [#1384](https://github.com/influxdata/telegraf/pull/1384): Fix datarace in apache input plugin.
- [#1399](https://github.com/influxdata/telegraf/issues/1399): Add `read_repairs` statistics to riak plugin.