mirror of
https://github.com/outscale/zabbix-super-vision.git
synced 2025-08-04 19:11:14 +02:00
Fix api calls
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user