Gabriel Filion

Results 41 comments of Gabriel Filion

with a probe mask that looks like this: ~~~ HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH----HH ~~~ I get a "happy" value of 18446744073709551555 which looks like this in binary: ~~~ 1111111111111111111111111111111111111111111111111111111111000011 ~~~ so it's exactly...

I'm having trouble implementing this though.. the plugin is coded in a super convoluted way, and from what I understand there isn't a good place for transforming data except maybe...

@kjetilho Since you worked on the `varnish5_` plugin you might have a way better understanding of the code than I do. To TL;DR this issue, when I use the `backend`...

I don't understand why this was reopened.. There is currently a `varnish5_` plugin which was merged in: https://github.com/munin-monitoring/contrib/blob/master/plugins/varnish/varnish5_

le changement proposé dans cette PR semble intéressant, mais la série de commandes qui était déjà présente dans alternc.install semble problématique. tout de suite après une upgrade de stretch à...

Ah I forgot to mention: this PR also Closes: #421

This looks good and I also think it's important to standardize on one way to write things. somewhat on a tangent, I was trying to find the piece of code...

> somewhat on a tangent, I was trying to find the piece of code that replaces the @@ variables but couldn't find something precise... I saw one sed command in...

ça me semble un peu étrange d'ajouter une option par défaut dans le template alors que ça ne règle qu'une situation qui se présente seulement dans certains cas particuliers. Est-ce...

this does indeed seem to fix the issue for #321, thanks!