shapirus
shapirus
In case when there are no new data available from munin-async when munin master connects to the target node and gets the due spoolfetch data, the graphs for which the...
graph_period isn't honored by Graph.pm except for setting the vlabel.
Current development code has no support for the "graph_scale" boolean attribute documented at http://guide.munin-monitoring.org/en/latest/reference/plugin.html. Looks like it was overlooked when new Graph.pm was being written. It was, however, supported in...
http://munin-monitoring.org/wiki/fieldname.colour says the following: > You can pick a color either by its HTML code (i.e. six hex digits), **or by an index into the palette used. Somehow map the...
After adding some new plugins to munin-node and restarting the munin-node daemon, the munin-asyncd daemon does not automatically see the newly added plugins until it is restarted as well. It...
Under certain conditions plugins written in bash and using #!/bin/bash always run under root regadless of the user setting configured for them in /etc/munin/plugin-conf.d, while the plugins using /bin/sh or...
**Is your feature request related to a problem? Please describe.** I am running out of connections/memory on micro and small AWS RDS PostgreSQL instances that I use for Harbor, because...
**Versions:** - harbor operator version: [1.1.0] **Additional context:** - **Harbor dependent services:** - Context info of postgreSQL Using an external PostgreSQL server. As you can see, there is no special...
FWIW, to avoid errors (missing libs) at the linker stage, I had to replace `-lcrypto.1.1` with `-lcrypto` and `-lssl.1.1` with `-lssl`. This fixes the following errors: ``` /usr/bin/ld: cannot find...
Let's assume I want to keep a cards database shared with my family (say 2 devices for now). Right now, there is one standard possibility: 1. Edit cards on device...