diff --git a/CHANGELOG.md b/CHANGELOG.md index b7ed8ba..ff6281d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 1.2.3 +### Updated +- Updated py-zabbix module because the Zabbix API recently changed their login parameters + ## 1.2.2 ### Added - `actions/host_get_hostgroups` - Gets/Checks the hostgroups that a given Zabbix host is in diff --git a/pack.yaml b/pack.yaml index 5f35a93..6601dce 100644 --- a/pack.yaml +++ b/pack.yaml @@ -5,7 +5,7 @@ description: Zabbix Monitoring System keywords: - zabbix - monitoring -version: 1.2.2 +version: 1.2.3 author: Hiroyasu OHYAMA email: user.localhost2000@gmail.com python_versions: diff --git a/requirements.txt b/requirements.txt index cf48552..d8bd1ef 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -py-zabbix==1.1.3 +git+https://github.com/EncoreTechnologies/py-zabbix.git st2client pytz tzlocal