Nicolai Langfeldt
Nicolai Langfeldt
I propose for `pgexec` this: ```bash #!/bin/bash # Designed to aid execution of e.g. psql or pg_dump within the container using the admin password which is known inside # the...
@dwreski : I was under the impression that you were the one asking for help to figure out things. He is asking for your feedback when you've found out how...
We have the needed performance with >200K rrd files being written to through rrdcached. Samples go to rrdcached for all 200K files every 5 minutes and then gets written to...
Single use tokens are not very useful with the current plugin in any case. Why not just say that ttl is ok and num_uses is not ok with the current...
This seems related to #156 since we too set `token_num_uses`.
I hope you find my trivial change to your liking. Sorry, I don't know java so I'm a bit short on competence to write tests but I note that I...
``` [mysql*] env.mysqluser munin env.mysqlpassword mypass ``` the indentation is purely cosmetic.
The error message says something is trying to log in as `'root'@'localhost'` so that's the wrong error message? Try running this as root: `munin-run -d mysql_bytes`
This is what I get: ``` $ munin-run -d mysql_bytes # Processing plugin configuration from /etc/munin/plugin-conf.d/00-default # Processing plugin configuration from /etc/munin/plugin-conf.d/diskstats # Processing plugin configuration from /etc/munin/plugin-conf.d/elasticsearch_open_files # Processing...
``` $ ls -ld /etc/munin /etc/munin/plugin-conf.d /etc/munin/plugin-conf.d/mysql drwxr-xr-x 4 root root 4096 2022-01-17 09:18 /etc/munin drwxr-xr-x 2 root root 4096 2022-01-17 09:18 /etc/munin/plugin-conf.d -rwxr-x--- 1 root munin 304 2021-11-29 15:04...