forked from posuch/zabbix-kubernetes-1
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathconfig-dev.ini
43 lines (34 loc) · 1.18 KB
/
config-dev.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
##############################################################
### Development Settings
###
### Useful for debugging and bugfixing
k8s_config_type = kubeconfig
verify_ssl = False
# Add more debug output
debug = False
debug_k8s_events = False
# This excludes all ressources, remove the one you want to debug
resources_exclude = components, statefulsets, daemonsets, nodes, services, pvcs, deployments
#resources_exclude =
namespace_exclude_re = ^\d\d\d\d$
sentry_enabled = False
sentry_dsn = ""
zabbix_server = example.zabbix-server.com
# This allows you to prevent k8s to send metric to zabbix, but collects the metrics
# (This is useful for debugging)
#zabbix_resources_exclude = components, statefulsets, daemonsets, nodes
zabbix_resources_exclude =
zabbix_host = k8s-example-host
zabbix_debug = True
zabbix_single_debug = False
zabbix_dry_run = True
web_api_enable = False
web_api_resources_exclude = daemonsets, components, services, statefulsets
web_api_verify_ssl = True
web_api_host = https://example.api.com/api/v1/k8s
web_api_token =
web_api_cluster = k8s-test-cluster
discovery_interval_fast = 6
resend_data_interval_fast = 12
discovery_interval_slow = 12
resend_data_interval_slow = 24