diff --git a/cronjob/chart/chart.conf b/cronjob/chart/chart.conf index 15c30b7..3001ae3 100644 --- a/cronjob/chart/chart.conf +++ b/cronjob/chart/chart.conf @@ -10,14 +10,14 @@ dflt_image_location /home/jan/Webs/wetter/images/chart/ # Bilder-Configs # Jedes Config-File representiert ein zu generierendes Bild #image_cfg testimage.conf -#image_cfg hum_ex.conf -#image_cfg press_ex.conf +image_cfg hum_ex.conf +image_cfg press_ex.conf image_cfg rain_ex.conf -#image_cfg temp_ex.conf -#image_cfg wind_ex.conf +image_cfg temp_ex.conf +image_cfg wind_ex.conf # Postgres-Einstellungen -pg_host 141.30.228.39 -pg_user losinshi +pg_host localhost +pg_user weatherstation #pg_pass pg_database wetter diff --git a/cronjob/checksensor/checksensor.conf b/cronjob/checksensor/checksensor.conf index fb48bfc..9e3cf9c 100644 --- a/cronjob/checksensor/checksensor.conf +++ b/cronjob/checksensor/checksensor.conf @@ -21,7 +21,7 @@ mail_auth_pass pass # Passwort bei Authentifizierung # Postgres-Einstellungen pg_host localhost -pg_user user +pg_user weatherstation pg_pass pass pg_database wetter pg_timeout 30 diff --git a/deamon/seriell/weatherd.conf b/deamon/seriell/weatherd.conf index 781ff5e..1244d65 100644 --- a/deamon/seriell/weatherd.conf +++ b/deamon/seriell/weatherd.conf @@ -8,10 +8,10 @@ log_data yes # default: no log_error yes # default: no # Das File wo die daten reinkommen -data_file ../data.log # default: ./data.log +data_file /var/log/weatherd.data.log # default: ./data.log # Das File wo die Fehler reinkommen -error_file ../error.log # default: ./error.log +error_file /var/log/weatherd.error.log # default: ./error.log # Im Vordergrunf bleiben? foreground yes # default: no @@ -20,8 +20,8 @@ foreground yes # default: no verbose yes # default: no # Postgres-Einstellungen -pg_host 141.30.228.39 -pg_user losinshi +pg_host localhost +pg_user weatherstation #pg_pass pg_database wetter pg_timeout 30 diff --git a/webstuff/frontend/frontend.conf b/webstuff/frontend/frontend.conf index 779b55b..7903afc 100644 --- a/webstuff/frontend/frontend.conf +++ b/webstuff/frontend/frontend.conf @@ -1,9 +1,9 @@