Florian Schlichting

Results 14 comments of Florian Schlichting

BTW, while this is very useful for understanding the problem, I don't think `AlertManagerPluginId` should be added to the Annotations displayed to the user...

I just notice that this is a more general issue, only that it's not so apparent when it's not the turn of the month (where the entire expression creates dates...

The mattermost plugin for (Prometheus) Albertmanager notifications uses text attachments to display alerts. It would be very useful to be able to search through them.

Hi @roidelapluie, thanks for looking at this issue. What you suggest to try is in fact a solution to my problem, although it took me a while to understand why....

`src/core/xep/xep.c` needs to `#include caps.h`, and perhaps a call to `caps_deinit()` as well, no? ``` xep/xep.c: In function ‘xep_init’: xep/xep.c:36:9: warning: implicit declaration of function ‘caps_init’; did you mean ‘xep_init’?...

I think the third commit in https://github.com/cdidier/irssi-xmpp/pull/53 contains equivalent code, that tries to deal with both older and newer irssi versions

Debian moved to a self-hosted gitlab instance, the patches can now be viewed here: https://salsa.debian.org/debian/xxdiff/-/tree/master/debian/patches of these, 14_spelling.patch is PR #14 and 15_python2_interpreter.patch is really only relevant for the upcoming...

How about using two prometheus jobs, one with xy and one with yz as sub_target? prometheus iterates over targets, but it can't iterate over other parameters AFAIK

same issue here, not sure how requests was pulled in earlier but since it's clearly used in `vmware_exporter/vmware_exporter.py` it should be in `requirements.txt`, no?