Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update zabbix module to avoid exception #55706

Merged
merged 2 commits into from
Dec 23, 2019
Merged

Commits on Dec 19, 2019

  1. Update zabbix.py

    As seen here https://www.zabbix.com/documentation/current/manual/api/reference/configuration/import 
    
    Return values
    (boolean) Returns *true* if importing has been successful.
    
    Updated module to avoid 'Exception: object of type 'bool' has no len()' error.
    thechile authored and dwoz committed Dec 19, 2019
    Configuration menu
    Copy the full SHA
    e06f2d2 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2019

  1. Fix linter

    dwoz committed Dec 20, 2019
    Configuration menu
    Copy the full SHA
    37385c2 View commit details
    Browse the repository at this point in the history