Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

icingadb-redis template is missing some variables that my current configuration has #357

Open
wilsons-doj opened this issue Jan 22, 2025 · 0 comments

Comments

@wilsons-doj
Copy link

wilsons-doj commented Jan 22, 2025

I'm wondering if these features are no longer needed or if they should be added to the template? Thanks

diff -U0 <(curl -sL https://raw.githubusercontent.com/Icinga/ansible-collection-icinga/ae45fa9e7f84ce1a8d74fe772f81b95f66f0a67a/roles/icingadb_redis/templates/icingadb-redis.conf.j2 | grep -vE '^ *(#|\{(%-?|\{) |$)' | cut -d' ' -f1 | sort) <( grep -vE '^ *(#|\{(%-?|\{) |$)' /etc/icingadb-redis/icingadb-redis.conf | cut -d' ' -f1 | sort)

--- /dev/fd/63  2025-01-22 09:43:33.291764853 -0800
+++ /dev/fd/62  2025-01-22 09:43:33.291764853 -0800
@@ -0,0 +1 @@
+acllog-max-len
@@ -4,0 +6 @@
+aof-timestamp-enabled
@@ -5,0 +8 @@
+appenddirname
@@ -12,0 +16,3 @@
+client-output-buffer-limit
+client-output-buffer-limit
+daemonize
@@ -15,0 +22 @@
+disable-thp
@@ -17,2 +24,2 @@
-hash-max-ziplist-entries
-hash-max-ziplist-value
+hash-max-listpack-entries
+hash-max-listpack-value
@@ -20,0 +28 @@
+jemalloc-bg-thread
@@ -24,0 +33,2 @@
+lazyfree-lazy-user-del
+lazyfree-lazy-user-flush
@@ -26 +36 @@
-list-max-ziplist-size
+list-max-listpack-size
@@ -29 +38,0 @@
-lua-time-limit
@@ -31,0 +41,2 @@
+oom-score-adj
+oom-score-adj-values
@@ -33,0 +45 @@
+proc-title-template
@@ -36,0 +49 @@
+rdb-del-sync-files
@@ -38,0 +52 @@
+repl-diskless-load
@@ -40,0 +55 @@
+repl-diskless-sync-max-replicas
@@ -45,2 +59,0 @@
-requirepass
-save
@@ -47,0 +61 @@
+set-proc-title
@@ -53 +66,0 @@
-supervised
@@ -57,6 +70,2 @@
-tls-ca-cert-file
-tls-cert-file
-tls-key-file
-tls-port
-zset-max-ziplist-entries
-zset-max-ziplist-value
+zset-max-listpack-entries
+zset-max-listpack-value
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant