sensu-influxdb-extension
sensu-influxdb-extension copied to clipboard
Fix influxdb extension to properly strip hostnames in some edge cases.
For example:
Old:
slice_host('myhost.memory.dirty', 'myhost.modax.com') => "emory.dirty"
New:
slice_host('myhost.memory.dirty', 'myhost.modax.com') => "memory.dirty"