Advertisement
Guest User

Untitled

a guest
May 3rd, 2018
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. ]# /opt/Zabbix-Network-Weathermap/weathermap.py -s mapname1 mapnameN -z 1.1.1.1 -l admin -p admin
  2. Traceback (most recent call last):
  3. File "/opt/Zabbix-Network-Weathermap/weathermap.py", line 121, in <module>
  4. main()
  5. File "/opt/Zabbix-Network-Weathermap/weathermap.py", line 118, in main
  6. WeathermapCLI()
  7. File "/opt/Zabbix-Network-Weathermap/weathermap.py", line 55, in __init__
  8. self._map_scan()
  9. File "/opt/Zabbix-Network-Weathermap/weathermap.py", line 66, in _map_scan
  10. zbx = ZabbixAgent(self.args.zabbix, self.args.login, self.args.pwd)
  11. File "/opt/Zabbix-Network-Weathermap/zabbix.py", line 23, in __init__
  12. self.zbx_api = ZabbixAPI(url=url, use_authenticate=False, user=login, password=password)
  13. TypeError: __init__() got an unexpected keyword argument 'password'
  14. ]#
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement