diff --git a/.tito/packages/zabbix-agent-addons b/.tito/packages/zabbix-agent-addons index 127ee0c..e7c1a96 100644 --- a/.tito/packages/zabbix-agent-addons +++ b/.tito/packages/zabbix-agent-addons @@ -1 +1 @@ -0.2.107-1 ./ +0.2.108-1 ./ diff --git a/zabbix-agent-addons.spec b/zabbix-agent-addons.spec index 86b95b3..c3f74b6 100644 --- a/zabbix-agent-addons.spec +++ b/zabbix-agent-addons.spec @@ -4,7 +4,7 @@ Summary: Scripts for Zabbix monitoring Name: zabbix-agent-addons -Version: 0.2.107 +Version: 0.2.108 Release: 1%{?dist} Source0: %{name}-%{version}.tar.gz BuildArch: noarch @@ -101,6 +101,16 @@ fi %endif %changelog +* Wed Jan 22 2020 Daniel Berteaud 0.2.108-1 +- Only skip RAID volumes checks when in HBA mode, not physical disks checks + (daniel@firewall-services.com) +- Declar variable in the correct scope for hba mode detection (daniel@firewall- + services.com) +- Handle megaraid controlers in HBO/JBOD mode (skip RAID checks) + (daniel@firewall-services.com) +- Use head -1 to be sure to get a single value for sensors (daniel@firewall- + services.com) + * Thu Jan 16 2020 Daniel Berteaud 0.2.107-1 - Add Zabbix template for Squid (daniel@firewall-services.com)