]> git.hoellein.online Git - vserver/commitdiff
saving uncommitted changes in /etc prior to apt run
authormhoellein <mario@hoellein.online>
Fri, 4 Jun 2021 07:50:42 +0000 (09:50 +0200)
committermhoellein <mario@hoellein.online>
Fri, 4 Jun 2021 07:50:42 +0000 (09:50 +0200)
.etckeeper
apt/sources.list
apt/sources.list.d/focal-icinga.list [new file with mode: 0644]
icingaweb2/enabledModules/graphite [deleted symlink]
icingaweb2/resources.ini

index 8b52d90c07dbb1556b762fb9e7de8f3654a1c6ab..714da63563e2f94272661358a4c0ad168d8c7c6a 100755 (executable)
@@ -685,6 +685,7 @@ maybe chmod 0644 'apt/sources.list.bak2'
 maybe chmod 0755 'apt/sources.list.d'
 maybe chmod 0644 'apt/sources.list.d/apache2.list'
 maybe chmod 0644 'apt/sources.list.d/apache2.list.distUpgrade'
+maybe chmod 0644 'apt/sources.list.d/focal-icinga.list'
 maybe chmod 0644 'apt/sources.list.d/webmin.list'
 maybe chmod 0644 'apt/sources.list.d/webmin.list.distUpgrade'
 maybe chmod 0644 'apt/sources.list.distUpgrade'
index 0c9ea689eea6a27ff2fed4c36ad39d3ba60c1e21..1043b7f263271febd50a5fc290cd62e5e528095f 100644 (file)
@@ -53,7 +53,3 @@ deb http://security.ubuntu.com/ubuntu focal-security universe
 deb http://security.ubuntu.com/ubuntu focal-security multiverse
 # deb-src http://security.ubuntu.com/ubuntu bionic-security multiverse
 deb https://www.collaboraoffice.com/repos/CollaboraOnline/CODE-ubuntu2004 ./
-
-deb http://packages.icinga.com/ubuntu icinga-focal main
-deb-src http://packages.icinga.com/ubuntu icinga-focal main
-
diff --git a/apt/sources.list.d/focal-icinga.list b/apt/sources.list.d/focal-icinga.list
new file mode 100644 (file)
index 0000000..0132c46
--- /dev/null
@@ -0,0 +1,2 @@
+deb [signed-by=/usr/share/keyrings/icinga-archive-keyring.gpg] http://packages.icinga.com/ubuntu icinga-focal main
+deb-src [signed-by=/usr/share/keyrings/icinga-archive-keyring.gpg] http://packages.icinga.com/ubuntu icinga-focal main
diff --git a/icingaweb2/enabledModules/graphite b/icingaweb2/enabledModules/graphite
deleted file mode 120000 (symlink)
index 798361d..0000000
+++ /dev/null
@@ -1 +0,0 @@
-/usr/share/icingaweb2/modules/graphite
\ No newline at end of file
index 1ca208f8eff89bc0dd9b85db712b2f34fdb512c3..61d41894d128762345741b2b88c543651b7b7ba1 100644 (file)
@@ -1,31 +1,29 @@
-[icingaweb2_db]
+[director]
 type = "db"
 db = "mysql"
 host = "localhost"
-port = ""
-dbname = "icingaweb2"
-username = "icingaweb2"
-password = "7cHKgV780AyvMFkRFEagHPRRNHhF21q"
-charset = "UTF8"
+dbname = "icinga2director"
+username = "director"
+password = "cGtbWBBEs1zLXBQbI8MoR17nL"
+charset = "utf8"
 use_ssl = "0"
 
 [icinga_ido]
 type = "db"
 db = "mysql"
 host = "localhost"
-port = ""
 dbname = "icinga_ido"
 username = "icinga_ido"
 password = "vhsQdqYAsuicEju0YxiVBdlIO8tHDDmr5Q"
-charset = "UTF8"
+charset = "utf8"
 use_ssl = "0"
 
-[director]
+[icingaweb2_db]
 type = "db"
 db = "mysql"
 host = "localhost"
-dbname = "icinga2director"
-username = "director"
-password = "cGtbWBBEs1zLXBQbI8MoR17nL"
+dbname = "icingaweb2"
+username = "icingaweb2"
+password = "7cHKgV780AyvMFkRFEagHPRRNHhF21q"
 charset = "utf8"
 use_ssl = "0"