-
Notifications
You must be signed in to change notification settings - Fork 38
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
Error when Create file with map configuration #32
Comments
Hi, |
Hi, I use Zabbix 3.0.14. |
Ok, the last version 1.1.5 support Zabbix 3.4 - only, use previous version 1.1.3 |
For example: |
Thank you. I understood. |
Hi, +1 to the question of @tuananh9496 How to implement: we can use the fields "Label" of Map elements, and add there required info.
I think it's should be easy to parse such data, and we have all required information for yaml!
For 40 and 100 Gbps links custom multiplier can be used. Weather map will still looks good: @Prototype-X how do you think? |
Hi Prototype-X,
I am new to use Zabbix. I install it on VMware Workstation (OS: CentOS 7).
I installed it as follows:
python3.6 weathermap.py -s newmap -z http://20.0.0.120/zabbix -l admin -p zabbix
and I have an error:
Traceback (most recent call last):
File "weathermap.py", line 121, in
main()
File "weathermap.py", line 118, in main
WeathermapCLI()
File "weathermap.py", line 55, in init
self._map_scan()
File "weathermap.py", line 69, in _map_scan
scan_map.create()
File "/opt/Zabbix-Network-Weathermap/config.py", line 252, in create
nodename = self.dict_callint(node['elementtype'])
KeyError: 'elements'
Can you help me solve this problem? Sorry about my English.
Thank you!
The text was updated successfully, but these errors were encountered: