We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am getting following error when i run the script weathermap.py I am using zabbix 4
root@ubuntu:/opt/Zabbix-Network-Weathermap-master# python3.5 weathermap.py -s test_map -z http://127.0.0.1 -l admin -p admin Traceback (most recent call last): File "weathermap.py", line 10, in from config import ConfigLoader, ConfigCreate File "/opt/Zabbix-Network-Weathermap-master/config.py", line 27 class ConfigTemplate(metaclass=Singleton): # noqa ^ SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered:
Since upgrading to zabbix 4 our scripts have stopped working too, do we need to patch something to get them to work again?
Sorry, something went wrong.
No branches or pull requests
I am getting following error when i run the script weathermap.py
I am using zabbix 4
root@ubuntu:/opt/Zabbix-Network-Weathermap-master# python3.5 weathermap.py -s test_map -z http://127.0.0.1 -l admin -p admin
Traceback (most recent call last):
File "weathermap.py", line 10, in
from config import ConfigLoader, ConfigCreate
File "/opt/Zabbix-Network-Weathermap-master/config.py", line 27
class ConfigTemplate(metaclass=Singleton): # noqa
^
SyntaxError: invalid syntax
The text was updated successfully, but these errors were encountered: