diff --git a/.tito/packages/zabbix-agent-addons b/.tito/packages/zabbix-agent-addons index 6a92f92..f9dc6bb 100644 --- a/.tito/packages/zabbix-agent-addons +++ b/.tito/packages/zabbix-agent-addons @@ -1 +1 @@ -0.2.74-1 ./ +0.2.75-0.beta1 ./ diff --git a/zabbix-agent-addons.spec b/zabbix-agent-addons.spec index 9ca2f4e..561876c 100644 --- a/zabbix-agent-addons.spec +++ b/zabbix-agent-addons.spec @@ -4,8 +4,8 @@ Summary: Scripts for Zabbix monitoring Name: zabbix-agent-addons -Version: 0.2.74 -Release: 1%{?dist} +Version: 0.2.75 +Release: 0.beta1%{?dist} Source0: %{name}-%{version}.tar.gz BuildArch: noarch @@ -101,6 +101,9 @@ fi %endif %changelog +* Tue May 21 2019 Daniel Berteaud 0.2.75-0.beta1 +- Add basic scripts to monitor VDO volumes (daniel@firewall-services.com) + * Tue Apr 16 2019 Daniel Berteaud 0.2.74-1 - Don't fail if Statistics::Descriptive doesn't support quantile (daniel@firewall-services.com) diff --git a/zabbix_conf/vdo.conf b/zabbix_conf/vdo.conf index b3ab9e1..8c04c8a 100644 --- a/zabbix_conf/vdo.conf +++ b/zabbix_conf/vdo.conf @@ -1,6 +1,6 @@ # Discover VDO volumes # $1 not used for now -UserParameter=vfs.vdo.vol.discovery[*],/var/lib/zabbix/bin/disco_zfs --what=volumes +UserParameter=vfs.vdo.vol.discovery[*],/var/lib/zabbix/bin/disco_vdo_sudo --what=volumes # Type: Agent or Agent (active) # Key: vfs.vdo.vol[volume,item] where volume is the name of the volume to monitor