Releases: Salvoxia/graphite-smart-exporter
v1.1.4
v1.1.3
Enhancements
Added detection of netcat
utility flavor. The GNU netcat
implementation will not terminate by default after receiving EOF in stdin. The script now detects the GNU netcat
implementation and adds the -c
argument to make netcat
terminate.
Currently, the script is able to detect GNU, OpenBSD and Traditional implementations of netcat
.
Full Changelog: 1.1.2...1.1.3
v1.1.2
Features
In order to provide more stable metrics, a new flag -o
was introduced to omit the device_name
tag (e.g. sda
) from the smart_disk_info
metric. If the device name changed for some reason, this would duplicate the smart_disk_info
time series.
Refer to the updated documentation.
device_name
tag, the new one without.
Full Changelog: 1.1.1...1.1.2
v1.1.1
v1.1.0
Breaking Change
In order to provide more stable metrics, the majority of common tags was removed from almost all device metrics. Instead, a metadata metric smart_disk_info
was introduced with the sole purpose of providing tags to join other metrics to and with a static value of 1
.
Refer to the updated metrics documentation for a detailed overview.
Full Changelog: 1.0.0...1.1.0