mirror of https://github.com/mikaku/Monitorix.git
move settings to emailreports section
This commit is contained in:
parent
0512602940
commit
f857e80ce4
|
@ -15,8 +15,6 @@ temperature_scale = c
|
||||||
show_gaps = n
|
show_gaps = n
|
||||||
global_zoom = 1
|
global_zoom = 1
|
||||||
max_historic_years = 1
|
max_historic_years = 1
|
||||||
email_report_hour = 0
|
|
||||||
email_report_minute = 0
|
|
||||||
|
|
||||||
base_dir = /usr/share/monitorix/
|
base_dir = /usr/share/monitorix/
|
||||||
base_lib = /var/lib/monitorix/
|
base_lib = /var/lib/monitorix/
|
||||||
|
@ -544,6 +542,8 @@ secure_log_date_format = %b %e
|
||||||
url_prefix = http://localhost:8080
|
url_prefix = http://localhost:8080
|
||||||
smtp_hostname = localhost
|
smtp_hostname = localhost
|
||||||
from_address = noreply@example.com
|
from_address = noreply@example.com
|
||||||
|
hour = 0
|
||||||
|
minute = 0
|
||||||
<daily>
|
<daily>
|
||||||
enabled = n
|
enabled = n
|
||||||
graphs = system, fs
|
graphs = system, fs
|
||||||
|
|
Loading…
Reference in New Issue