Projet

Général

Profil

Révision:

Révisions

# Date Auteur Commentaire
c31cb283 2021-04-27 17:45 Steve Schnepp

Remove the stale action

I didn't want to "close" the old one, just to detect them.

Removing the action.

4dcf4ec0 2021-04-16 16:02 Steve Schnepp

Create Stale Workflow Action

e36bb075 2021-04-06 09:03 Kim B. Heino

amavis_multi: rename "amavisd" to "amavis", as "d" was dropped in upstream too

dd749a26 2021-04-06 08:53 Kim B. Heino

amavis_multi: multigraph plugin to monitor amavisd mail filter

2c912170 2021-04-05 17:24 Lars Kruse

Fix some spelling mistakes

Thanks, codespell!

a1e346bc 2021-04-05 17:05 HaseHarald

Fix warning on btrfs_device_stats.
It's always those typos!

a47b05ae 2021-04-05 16:57 Kim B. Heino

knot: use os.path.join, don't hardcode "/"

97596349 2021-04-05 16:57 Kim B. Heino

knot: cache results, needed for first run after server reboot

Sometimes after reboot munin-async + munin-node runs before knot is
ready. This will result missing knot stats, as there is no static
config in plugin. Cache results and use them instead if knot's output...

9f1d967c 2021-04-02 12:20 Sebastian L

http_response: Add follow_redirect and undefined

- Add "--location" to curl with env.follow_redirect true
- When connections fails, set U (undefined)

2fd01d99 2021-04-02 12:08 Kim B. Heino

dhcp-pool: count only active leases, not free ones

Lease can be within time limits, but freed. Don't count them.

bc998e20 2021-04-02 12:08 Kim B. Heino

dhcp-pool: increase warning limit to 90

DHCP pools grow very slowly. Warning at 75 is way too early, 90 seems
to be good value.

Also return pools at sorted order.

43f5d31c 2021-04-02 12:08 Kim B. Heino

dhcp-pool: field name may not start with number, prefix them with "_"

Also include pool range "from_ip - to_ip" to field label

341de2c2 2021-04-02 12:08 Kim B. Heino

dhcp-pool: implement autoconf

ced47dec 2021-03-31 15:12 Kim B. Heino

knot: use perlpod documentation format

cc6f29fb 2021-03-31 15:12 Kim B. Heino

knot: new plugin to monitor knot DNS server statistics

301d13b1 2021-03-31 15:12 Kim B. Heino

nsd_requests: better name for plugin

ed49d346 2021-03-31 15:12 Kim B. Heino

nsd: new plugin to monitor nsd DNS server

b1251d0c 2021-03-31 15:11 Kim B. Heino

mongodb_multi: use perlpod documentation format

f2f292f1 2021-03-31 15:11 Kim B. Heino

mongodb: add new multigraph plugin to monitor MongoDB

2cbac876 2021-03-31 15:10 Kim B. Heino

uwsgi_: use better graph title so that all uWSGI graphs are grouped together

f76c34f5 2021-03-31 15:08 Ricardo Sanz

Use APCu functions when available (make plugin compatible with PHP using APCu)

Detect available functions (apc_ or apcu_ ones) and call the right ones.

da87fcd6 2021-03-31 14:39 Lars Kruse

Fix spelling issues

8334867a 2021-03-31 14:33 Sebastian L

jitsi-videobridge: videostreams aren't anymore

50cb1d89 2021-03-31 14:33 Kim B. Heino

nutups2: add runtime graph to monitor UPS's remaining runtime

4af69a6d 2021-03-25 07:41 Jeremías

mongo_mem: unify default category (db)

a9313615 2021-03-25 07:41 Jeremías

mongo_ops configurable graph_category

4168c164 2021-03-25 07:41 Jeremías

mongo_mem configurable graph_category

6dba6718 2021-03-25 07:41 Jeremías

mongo_lag configurable graph_category

f5900290 2021-03-25 07:41 Jeremías

mongodb_docs configurable graph_category

dca09431 2021-03-25 07:41 Jeremías

mongodb_conn configurable graph_category

105ff59c 2021-03-25 07:41 Jeremías

mongo_collection_ configurable graph_category

7fd554f0 2021-03-18 09:33 Jeremías

mongo_collection_ load env.MONGO_DB_URI

bc55ce69 2021-03-18 09:33 Jeremías

try to be consistent with doc format

95e525db 2021-03-18 09:33 Jeremías

mongo_lag load env.MONGO_DB_URI

6ee90f2e 2021-03-18 09:33 Jeremías

mongodb_conn load env.MONGO_DB_URI

842acaef 2021-03-18 09:25 Florian Sager

Prevent escaping of internal names with leading numbers to fix graph processing

With serials like

Node SN Model Namespace Usage Format FW Rev
---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- --------...

3c481585 2021-03-18 09:23 Giacomo Mazzamuto

nvidia_gpu_: fix current temperature on nvidia 460

Tested with
NVIDIA-SMI 460.32.03
Driver Version: 460.32.03
CUDA Version: 11.2

c7299aeb 2021-03-14 11:02 Kjetil Torgrim Homme

nvme: add graph for spare capacity. add support for limits

The default limits are sort of randomly chosen. My nvme drives report
a warning level at 10% spare capacity, so I kept that here.

4c1903fe 2021-03-10 06:44 Matt Merhar

Make 'chrony' work with busybox awk

4a25b7de 2021-03-10 06:43 gustavo panizzo

fix the bird plugin to work with perl 5.28

375d3643 2021-03-10 06:42 lifeofguenter

remove failing test?

58c7801f 2021-03-10 06:42 lifeofguenter

beanstalkd python3

b6912e76 2021-03-10 06:19 Alois

Update kvm_cpu

the line length change doesn't make the world better... without pyflakes I already wondered, why there is an additional linebreak. now it needs two additional one to stay below 99
changes here are tested and work on Python 3.7.3 (debian buster).

acdaeb6d 2021-03-10 06:19 Alois

Update kvm_cpu

in python3 filter returns an object, not an list. I think a list is required here? at least the plugin works as soon as list(...) is added.
need to change from pid to pid.decode, as pid is binary and not a string.

9ecd634f 2021-03-04 10:07 Alois

Update munin-libvirtpy

if config has sys.exit(1) the plugin config does not work.

98aeca5f 2021-02-23 08:34 Lars Kruse

Plugin docker_: fix indentation

be4ad90d 2021-02-23 08:33 Lars Kruse

Plugin docker_: use clean fieldname instead of literal container name

7ac85085 2021-02-22 18:13 Lars Kruse

Plugin docker_: reduce permissions of plugin

root privileges are not required for sending queries to the docker socket.
Instead the group "docker" should be sufficient.

Additionally replace /var/run with /run (following updates of FHS).

807f15b9 2021-02-22 18:02 Ricardo Sanz

Add 'containers' to the supported series

Apparently, the code support that serie, as the docs say.

c5daa06d 2021-02-21 20:10 Lars Kruse

Plugin prosody_: interprete input as utf-8

Previously only ascii was accepted.

See: https://github.com/munin-monitoring/contrib/pull/1040#issuecomment-780824064

Thanks, msebald!

(151-200/4761) Par page : 50, 100, 200

Formats disponibles : Atom