From 3b83ef396a07ffb16dfc8c106ad6cbcf4c002e78 Mon Sep 17 00:00:00 2001 From: mhoellein Date: Wed, 5 Aug 2020 08:47:12 +0200 Subject: [PATCH] daily autocommit --- apache2/ports.conf | 1 + apache2/sites-available/graphite.conf | 2 +- apache2/sites-enabled/graphite.conf | 1 + icingaweb2/modules/graphite/config.ini | 2 +- 4 files changed, 4 insertions(+), 2 deletions(-) create mode 120000 apache2/sites-enabled/graphite.conf diff --git a/apache2/ports.conf b/apache2/ports.conf index 5daec58c1..874e1a95b 100644 --- a/apache2/ports.conf +++ b/apache2/ports.conf @@ -3,6 +3,7 @@ # /etc/apache2/sites-enabled/000-default.conf Listen 80 +Listen 8000 Listen 443 diff --git a/apache2/sites-available/graphite.conf b/apache2/sites-available/graphite.conf index 0efa27783..c3a2524c5 100644 --- a/apache2/sites-available/graphite.conf +++ b/apache2/sites-available/graphite.conf @@ -4,7 +4,7 @@ LoadModule wsgi_module modules/mod_wsgi.so WSGISocketPrefix /var/run/wsgi - + ServerName graphite.hoellein.online DocumentRoot "/usr/share/graphite-web/webapp" ErrorLog /usr/share/graphite-web/storage/log/webapp/error.log diff --git a/apache2/sites-enabled/graphite.conf b/apache2/sites-enabled/graphite.conf new file mode 120000 index 000000000..4d567bb2b --- /dev/null +++ b/apache2/sites-enabled/graphite.conf @@ -0,0 +1 @@ +../sites-available/graphite.conf \ No newline at end of file diff --git a/icingaweb2/modules/graphite/config.ini b/icingaweb2/modules/graphite/config.ini index 9e9bb7980..555a3c55a 100644 --- a/icingaweb2/modules/graphite/config.ini +++ b/icingaweb2/modules/graphite/config.ini @@ -1,5 +1,5 @@ [graphite] -url = "https://icinga.hoellein.online:2003" +url = "http://localhost:2003" user = "admin" password = "LgnhywREd4INdvhsQdqYAsuicEju0Yxi" insecure = "0" -- 2.43.0