]> git.hoellein.online Git - vserver/commitdiff
saving uncommitted changes in /etc prior to apt run
authormhoellein <mario@hoellein.online>
Wed, 26 May 2021 13:54:22 +0000 (15:54 +0200)
committermhoellein <mario@hoellein.online>
Wed, 26 May 2021 13:54:22 +0000 (15:54 +0200)
graphite/local_settings.py
icinga2/conf.d/services.conf
icingaweb2/modules/graphite/config.ini

index 7fd19c7b4850ab1654f86f0abf28216ae25dc903..84884868e2a28e819d49b09dcb87d91e9c6c66d0 100644 (file)
@@ -263,11 +263,11 @@ WHISPER_DIR = '/var/lib/graphite/whisper'
 #
 DATABASES = {
     'default': {
-        'NAME': '/var/lib/graphite/graphite.db',
-        'ENGINE': 'django.db.backends.sqlite3',
-        'USER': '',
-        'PASSWORD': '',
-        'HOST': '',
+        'NAME': 'graphite',
+        'ENGINE': 'django.db.backends.mysql',
+        'USER': 'graphite',
+        'PASSWORD': 'StrongP@Ssword',
+        'HOST': '127.0.0.1',
         'PORT': ''
     }
 }
index c8e1b3cc65952977105614632a40293f349acd83..335c96d234ab548e8501099454e0dd07c59bfe6c 100644 (file)
@@ -95,6 +95,7 @@ apply Service "procs" {
   check_command = "procs"
 
   assign where host.name == NodeName
+  vars.procs_warning = "350"
 }
 
 apply Service "swap" {
index 555a3c55a1b93b055a92dd56ca169c6abc6c5530..9e8e5735d24e6ddae7537bafac65c58bdabf3da7 100644 (file)
@@ -1,5 +1,5 @@
 [graphite]
-url = "http://localhost:2003"
+url = "http://207.180.228.45:2003"
 user = "admin"
 password = "LgnhywREd4INdvhsQdqYAsuicEju0Yxi"
 insecure = "0"