Fix api calls

This commit is contained in:
outscale-kfe
2023-02-08 11:32:19 +01:00
parent 579ba0370d
commit 209d3fba7e
3 changed files with 4 additions and 4 deletions

View File

@@ -3,7 +3,7 @@ ZABBIX_URL = 'https://zabbix.internal' # URL of your Zabbix frontend used to cre
ZABBIX_LOGIN = 'Admin' # Login used to call Zabbix API
ZABBIX_PASS = 'admin' # Password used to call Zabbix API
LIMIT = 3000 # Number of alerts to retrieve for all host groups mentioned below
HOSTGROUP = "Zabbix*" # Host groups related to your alerts (e.g: "Zabbix servers","Zabbix proxy","Zabbix Frontend"). You can use a wildcard.
HOSTGROUP = ["Zabbix*"] # Host groups related to your alerts (e.g: "Zabbix servers","Zabbix proxy","Zabbix Frontend"). You can use a wildcard.
SEVERITY = 3 # Minimum severity to retrieve
TIMEOUT = 20 # API Timeout
PORT = 8080 # Listen port for the super-server