From: mhoellein Date: Thu, 9 Jul 2020 22:56:29 +0000 (+0200) Subject: saving uncommitted changes in /etc prior to apt run X-Git-Url: https://git.hoellein.online/?a=commitdiff_plain;h=a57cba4b43a8318a03dd1a4a386d0c36a3e1ecc9;p=vserver saving uncommitted changes in /etc prior to apt run --- diff --git a/apache2/sites-available/apache2-graphite.conf b/apache2/sites-available/apache2-graphite.conf new file mode 120000 index 000000000..468b3aef5 --- /dev/null +++ b/apache2/sites-available/apache2-graphite.conf @@ -0,0 +1 @@ +/usr/share/graphite-web/apache2-graphite.conf \ No newline at end of file diff --git a/apache2/sites-enabled/apache2-graphite.conf b/apache2/sites-enabled/apache2-graphite.conf new file mode 120000 index 000000000..9eefa7355 --- /dev/null +++ b/apache2/sites-enabled/apache2-graphite.conf @@ -0,0 +1 @@ +../sites-available/apache2-graphite.conf \ No newline at end of file diff --git a/graphite/local_settings.py b/graphite/local_settings.py index 94bf73bb1..f0a7b59ef 100644 --- a/graphite/local_settings.py +++ b/graphite/local_settings.py @@ -11,7 +11,7 @@ # install. This key is used for salting of hashes used in auth tokens, # CRSF middleware, cookie storage, etc. This should be set identically among # instances if used behind a load balancer. -#SECRET_KEY = 'UNSAFE_DEFAULT' +SECRET_KEY = 'wApC0VsrCmMpfJLqyGQU8V3qOlnygprGXwMhQpTbUCRiuf5urxu8' # In Django 1.5+ set this to the list of hosts your graphite instances is # accessible as. See: diff --git a/icinga2/features-available/graphite.conf b/icinga2/features-available/graphite.conf index 1f83635e5..e02e89527 100644 --- a/icinga2/features-available/graphite.conf +++ b/icinga2/features-available/graphite.conf @@ -4,7 +4,7 @@ */ object GraphiteWriter "graphite" { - host = "127.0.0.1" + host = "icinga.hoellein.online" port = 2003 enable_send_thresholds = true } diff --git a/icinga2/features-enabled/perfdata.conf b/icinga2/features-enabled/perfdata.conf new file mode 120000 index 000000000..70b440dbc --- /dev/null +++ b/icinga2/features-enabled/perfdata.conf @@ -0,0 +1 @@ +../features-available/perfdata.conf \ No newline at end of file