sensu-influxdb-extension icon indicating copy to clipboard operation
sensu-influxdb-extension copied to clipboard

Fix influxdb extension to properly strip hostnames in some edge cases.

Open modax opened this issue 8 years ago • 0 comments

For example:

Old:

slice_host('myhost.memory.dirty', 'myhost.modax.com') => "emory.dirty"

New:

slice_host('myhost.memory.dirty', 'myhost.modax.com') => "memory.dirty"

modax avatar Jul 19 '16 14:07 modax