1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/monitorix_ynh.git synced 2024-09-03 19:46:06 +02:00

add correct extension on log files

This commit is contained in:
Josué Tille 2023-01-22 03:17:29 +01:00
parent 0f48eadfa8
commit ae2076761a
No known key found for this signature in database
GPG key ID: 716A6C99B04194EF

View file

@ -5,32 +5,32 @@
title = Yunohost Stats title = Yunohost Stats
hostname = Yunohost Server hostname = Yunohost Server
theme_color = black theme_color = black
refresh_rate = 150 refresh_rate = 150
iface_mode = graph iface_mode = graph
enable_zoom = y enable_zoom = y
netstats_in_bps = y netstats_in_bps = y
disable_javascript_void = y disable_javascript_void = y
temperature_scale = c temperature_scale = c
show_gaps = n show_gaps = n
global_zoom = 1 global_zoom = 1
max_historic_years = 5 max_historic_years = 5
accept_selfsigned_certs = y accept_selfsigned_certs = y
image_format = svg image_format = svg
include_dir = /etc/monitorix/conf.d include_dir = /etc/monitorix/conf.d
base_dir = /var/lib/monitorix/www/ base_dir = /var/lib/monitorix/www/
base_lib = /var/lib/monitorix/ base_lib = /var/lib/monitorix/
base_url = __YNH_WWW_PATH__ base_url = __YNH_WWW_PATH__
base_cgi = __YNH_WWW_PATH__/cgi base_cgi = __YNH_WWW_PATH__/cgi
<httpd_builtin> <httpd_builtin>
enabled = y enabled = y
host = localhost host = localhost
port = __SERVICE_PORT__ port = __SERVICE_PORT__
user = www-data user = www-data
group = nogroup group = nogroup
log_file = /var/log/monitorix-httpd log_file = /var/log/monitorix-httpd.log
hosts_deny = hosts_deny =
hosts_allow = hosts_allow =
https_url = y https_url = y
@ -44,7 +44,7 @@ base_cgi = __YNH_WWW_PATH__/cgi
# Log files pathnames # Log files pathnames
# ----------------------------------------------------------------------------- # -----------------------------------------------------------------------------
log_file = /var/log/monitorix log_file = /var/log/monitorix.log
secure_log = /var/log/secure secure_log = /var/log/secure
mail_log = /var/log/maillog mail_log = /var/log/maillog
milter_gl = /var/milter-greylist/greylist.db milter_gl = /var/milter-greylist/greylist.db
@ -88,7 +88,7 @@ secure_log_date_format = %b %e
du = n du = n
net = y net = y
netstat = y netstat = y
tc = n tc = n
libvirt = n libvirt = n
process = y process = y
serv = y serv = y
@ -385,7 +385,7 @@ secure_log_date_format = %b %e
mta = postfix mta = postfix
greylist = milter-greylist greylist = milter-greylist
rigid = 0, 0, 0, 0, 0 rigid = 0, 0, 0, 0, 0
limit = 1, 1000, 1000, 1000, 1000 limit = 1, 1000, 1000, 1000, 1000
</mail> </mail>