33 lines
611 B
INI
33 lines
611 B
INI
[api]
|
|
host = 0.0.0.0
|
|
port = 5000
|
|
debug = false
|
|
|
|
[openvpn_monitor]
|
|
log_path = /etc/openvpn/openvpn-status.log
|
|
db_path = /opt/ovpmon/openvpn_monitor.db
|
|
check_interval = 10
|
|
data_retention_days = 90
|
|
cleanup_interval_hours = 24
|
|
|
|
[logging]
|
|
level = INFO
|
|
log_file = /opt/ovpmon/openvpn_monitor.log
|
|
|
|
[visualization]
|
|
refresh_interval = 5
|
|
max_display_rows = 50
|
|
|
|
[certificates]
|
|
certificates_path = /opt/ovpn/pki/issued
|
|
certificate_extensions = crt
|
|
|
|
[retention]
|
|
raw_retention_days = 7
|
|
agg_5m_retention_days = 14
|
|
agg_15m_retention_days = 28
|
|
agg_1h_retention_days = 90
|
|
agg_6h_retention_days = 180
|
|
agg_1d_retention_days = 365
|
|
|