Skip to content

Instantly share code, notes, and snippets.

@sky-joker
Created June 28, 2020 03:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sky-joker/1ae54b60761b9731c0e3daf05b5963a6 to your computer and use it in GitHub Desktop.
Save sky-joker/1ae54b60761b9731c0e3daf05b5963a6 to your computer and use it in GitHub Desktop.
Zabbixテンプレート
#!/usr/bin/env python
from zabbix_api import ZabbixAPI
if __name__ == "__main__":
url = ""
user = ""
passwd = ""
zapi = ZabbixAPI(server=url)
zapi.login(user, passwd)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment