summaryrefslogtreecommitdiff
path: root/monitoring/zabbix_hostmacro.py
Commit message (Collapse)AuthorAgeFilesLines
* Refreshed metadata for extras modulesToshio Kuratomi2016-12-061-0/+4
|
* Conditional main - monitoring (#3648)Fabio Alessandro Locati2016-12-051-1/+2
|
* Fix spacing (#3616)Fabio Alessandro Locati2016-12-011-2/+2
|
* Make zabbix modules compile on python 3Michael Scherer2016-10-171-6/+6
| | | | | Since the module is not compatible with python 2.4, we do not need to use the get_exception trick
* zabbix_hostmacro: Fixed basic auth (#2330) (#2331)Artem Alexandrov2016-06-061-2/+2
|
* Add option to use ZabbixApi via auth basic protectionJulien Recurt2016-03-251-1/+17
|
* Merge pull request #1763 from eikef/zabbix30apiexistsremovalRené Moser2016-03-151-5/+0
|\ | | | | Replace deprecated exists API for Zabbix 3.0 compatibility
| * Replace deprecated exists API for Zabbix 3.0 compatibilityEike Frost2016-02-291-5/+0
| |
* | Merge pull request #706 from eikef/develBrian Coca2016-03-031-0/+2
|\ \ | |/ |/| return as unchanged if macro update is unnecessary
| * return as unchanged if macro update is unnecessaryEike Frost2016-02-251-0/+2
| |
* | Add explicit argument_spec types to avoid misinterpretation and subsequent ↵Eike Frost2016-02-281-6/+6
|/ | | | errors (i.e. getting an int instead of the expected str)
* zabbix: improve module docRene Moser2015-05-261-2/+5
|
* zabbix: improve arguments and prevent to log passwordRene Moser2015-05-261-3/+3
|
* zabbix: remove redundant import of module_utilsRene Moser2015-05-261-1/+0
|
* Adding author's github idGreg DeKoenigsberg2015-05-131-1/+3
|
* Add python >= 2.6 to documented depsToshio Kuratomi2015-05-121-1/+2
|
* Merge pull request #351 from cove/zabbix_hostmacroBrian Coca2015-03-291-1/+1
|\ | | | | remove superfluous defaults for required options from zabbix_hostmacro
| * remove superfluous defaultsCove Schneider2015-03-291-4/+1
| |
* | minor documentation fixesBrian Coca2015-03-291-13/+5
|/
* add zabbix_hostmacroCove Schneider2015-03-281-0/+233