shapirus

Results 30 issues of 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...

[type] bug
[component] master
[component] async transport
[todo] needs design decision
[component] web interface
[affects] 2.0-stable
[affects] branch master

graph_period isn't honored by Graph.pm except for setting the vlabel.

[type] bug
[component] master
[affects] branch master

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...

[type] bug
[component] master
[affects] branch master

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...

[type] bug
[component] plugins
[component] master
[affects] branch master

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...

[type] bug
[component] async transport
[affects] branch master

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...

[type] bug
[component] node
[affects] 2.0-stable
[affects] branch master

**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...

priority/medium

**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...

priority/medium

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...

enhancement
help wanted