new awesome build
This commit is contained in:
36
APP_CORE/config.ini
Normal file
36
APP_CORE/config.ini
Normal file
@@ -0,0 +1,36 @@
|
||||
[api]
|
||||
host = 0.0.0.0
|
||||
port = 5000
|
||||
debug = false
|
||||
secret_key = ovpmon-secret-change-me
|
||||
|
||||
[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
|
||||
|
||||
[pki]
|
||||
pki_path = /opt/ovpn/pki
|
||||
easyrsa_path = /opt/ovpn/easy-rsa
|
||||
Reference in New Issue
Block a user