mirror of
https://github.com/outscale/zabbix-super-vision.git
synced 2025-08-05 03:21:13 +02:00
rework of super-server using jinja2
This commit is contained in:
13
settings.py
Normal file
13
settings.py
Normal file
@@ -0,0 +1,13 @@
|
||||
ZABBIX_API = 'http://127.0.0.1:8080'
|
||||
ZABBIX_URL = 'https://zabbix.internal'
|
||||
ZABBIX_LOGIN = 'Admin'
|
||||
ZABBIX_PASS = 'admin'
|
||||
LIMIT = 3000
|
||||
HOSTGROUP = "Zabbix*"
|
||||
SEVERITY = 3
|
||||
TIMEOUT = 20
|
||||
PORT = 8080
|
||||
ZABBIX_SERVERS_CHECK = ['127.0.0.1:10051']
|
||||
COLOR_TEAM = {
|
||||
"Zabbix servers": "#04B404"
|
||||
}
|
Reference in New Issue
Block a user