Skip to content

Commit

Permalink
support Zabbix 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Prototype-X committed Jan 13, 2018
1 parent 50793b7 commit 118f4cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Network weathermap for Zabbix like [Network Weathermap](http://network-weatherma
* Support for map elements with the type: host, map, image

### Requrements ###
* Zabbix 3.0 - 3.2 (Zabbix 3.4 not yet supported)
* Zabbix 3.4 (I dont check backward compability with Zabbix 3.0 - 3.2)
* Python 3.4.3 and above
* libs: Pillow, py-zabbix, ruamel.yaml

Expand Down
2 changes: 1 addition & 1 deletion weathermap.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def __init__(self):
sys.exit()

if self.args.version:
print('Network weathermap 1.1.4')
print('Network weathermap 1.1.5')
sys.exit()

if self.args.map:
Expand Down

0 comments on commit 118f4cb

Please sign in to comment.