-
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 after changing zabbix frontend to https #33
Comments
Note, A self-signed certificate is being used on https |
Hi, I dont see error in output. This is full output? |
See below: server:/opt/zabbix/mapas_wheatermap_zabbix/mapcfgs # ../weathermap.py -s Panorama_do_Trafico -z https://127.0.0.1 -l user -p password During handling of the above exception, another exception occurred: Traceback (most recent call last): |
Try |
Hello Prototype-X I still have the problem on my map. Do you have any idea what might be happening? See the error below: muttley:/opt/zabbix/mapas_wheatermap_zabbix/mapcfgs # ../weathermap.py -s Panorama_do_Trafico_UFU -z https://localhost -l user -p password |
Google.com http error 412 precondition failed |
Thank you |
Hello Prototype-X.
After I change the frontend from my zabbix to https the map stopped working and in the items in the Template Weathermap the following errors appear:
Value "Traceback (most recent call last):
File "/opt/zabbix/mapas_wheatermap_zabbix/weathermap.py", line 121, in
main ()
File "/opt/zabbix/mapas_wheatermap_zabbix/weathermap.py", line 118, in main
WeathermapCLI ()
File "/opt/zabbix/mapas_wheatermap_zabbix/weathermap.py", line 55, in init
self._map_scan ()
File "/opt/zabbix/mapas_wheatermap_zabbix/weathermap.py", line 70, in _map_scan
scan_map.check_map (self.cfg_path)
File "/opt/zabbix/mapas_wheatermap_zabbix/config.py", line 341, in check_map
self._compare (old_cfg_path_fn)
File "/opt/zabbix/mapas_wheatermap_zabbix/config.py", line 345, in _compare
self.cfg_loader_obj = ConfigLoader (old_cfg_path_file)
File "/opt/zabbix/mapas_wheatermap_zabbix/config.py", line 52, in init
self.load (path_cfg)
File "/opt/zabbix/mapas_wheatermap_zabbix/config.py", line 63, in load
self.cfg_dict ['zabbix'] ['password'])
File "/opt/zabbix/mapas_wheatermap_zabbix/zabbix.py", line 23, in init
self.zbx_api = ZabbixAPI (url = url, use_authenticate = False, user = login, password = password)
File "/usr/lib/python3.4/site-packages/pyzabbix/api.py", line 156, in init
self._login (user, password)
File "/usr/lib/python3.4/site-packages/pyzabbix/api.py", line 186, in _login
self.auth = self.user.login (user = user, password = password)
File "/usr/lib/python3.4/site-packages/pyzabbix/api.py", line 82, in fn
args or kwargs
File "/usr/lib/python3.4/site-packages/pyzabbix/api.py", line 236, in do_request
res = urlopen (req)
File "/usr/lib/python3.4/site-packages/pyzabbix/api.py", line 107, in inner
res = func (req, context = ctx)
File "/usr/lib/python3.4/site-packages/pyzabbix/api.py", line 118, in urlopen
return urllib2.urlopen (* args, ** kwargs)
File "/usr/lib64/python3.4/urllib/request.py", line 161, in urlopen
return opener.open (url, date, timeout)
File "/usr/lib64/python3.4/urllib/request.py", line 470, in open
response = meth (req, response)
File "/usr/lib64/python3.4/urllib/request.py", line 5
Would you help me ?
Thank you
The text was updated successfully, but these errors were encountered: