Skip to content

Instantly share code, notes, and snippets.

@uorat
Created June 15, 2016 03:54
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 uorat/4b18ad861c95d2559691124cb8a5438e to your computer and use it in GitHub Desktop.
Save uorat/4b18ad861c95d2559691124cb8a5438e to your computer and use it in GitHub Desktop.
zabbix-host-controller/bin/zabbix_config.py
class ZabbixConfig:
ZABBIX_API_URL = "http://your-zabbix.local/zabbix/api_jsonrpc.php"
HEADERS = {
"Content-Type": "application/json"
}
USER = "Admin"
PASSWORD = "zabbix"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment