anarcat

Results 540 comments of anarcat

so i agree this would be awesome, but, scratching my own itch, I wrote my own exporter. i actually wish this would be part of Ganeti itself but (a) I'm...

the attached ganeti dashboard shows something like this after a few minutes run: ![image](https://github.com/ganeti/ganeti/assets/796623/eba3fdb3-89a1-4a89-af74-628e81bc7e65) obviously, things could become more interesting over time, as machines are added or removed. i also...

On 2023-09-27 06:06:35, Rudolph Bott wrote: [...] > This as well as your code @anarcat could be reused and incorporated > into the Prometheus exporter. I will update this issue...

it looks like it's live in https://github.com/ganeti/prometheus-ganeti-exporter should this issue be closed then?

On 2023-10-17 14:58:42, Ben Kochie wrote: > I still think there's value in adding the Prometheus [python client library](https://github.com/prometheus/client_python/) directly to Ganeti services. Yeah, I'm a bit puzzled as to...

actually i can't reproduce this here, this seems to be fixed.

damn, i was offline and ended up rewriting this thing twice... here's what i ended up with: ``` lisp (defun anarcat/markdown-convert-link () "convert a [text](link) link format into [text][] ......

markdown-mode is still at version 2.0 in marmalade, it seems. MELPA has a snapshot from 2016, which works, so I guess i just wasted time re-learning elisp programming. which was...

ah - one thing my function does a little better is that it puts the link at the end of the paragraph instead of at the end of file, which...

cool, that's what i was looking for, thanks!