-
flow
Ge0rG, IIRC groupchat
-
eevvoor
IRC or IIRC flow?
-
flow
eevvoor, the latter :)
-
eevvoor
oh, I have a Bildungslücke :D flow
-
flow
no shame in that, as long as you are motivated to fill it :)
-
mdosch
IRC as base for groupchat would be a step back rather than forward. š
-
mdosch
But I also always forget what this acronym means.
-
eevvoor
yeah but I havbe many people which are reachable only via IRC✎ -
eevvoor
yeah but I know many people which are reachable only via IRC ✏
-
jonasā
forgetting what IIRC means is a bit of ironic tho✎ -
jonasā
forgetting what IIRC means has a bit of an irony to it though ✏
-
mdosch
If I really caredā¦
-
mdosch
š¤Ŗ
-
mdosch
https://acronyms.thefreedictionary.com/IIRC
-
Ge0rG
mdosch: :D
-
Guus
What monitoring tooling includes monitoring probes for XMPP ?
-
Guus
as in, for availability of a service expected to be running.
-
jonasā
observe.jabber.network? :)
-
MattJ
observe.jabber.network ;)
-
MattJ
Heh
-
jonasā
it is built on https://github.com/horazont/xmpp-blackbox-exporter
-
jonasā
if youāre lazy and/or also want an outside view, you may or may not find integrating `curl -XPOST -H 'Content-Type: application/json' -d'{"target": "muc.xmpp.org"}' https://observe.jabber.network/api/v1/check/xmpp-server | jq -r .success` in your monitoring useful.
-
jonasā
(also available as xmpp-client and the respective xmpps variants)
-
jonasā
(and subject to rate limits)
-
Guus
Useful, thanks, but my question was more: which more generic monitoring services (that can be expected to already be used by organizations) also offers XMPP checks?
-
jonasā
Guus, Prometheus can be reasonably expected to be already used nowadays
-
Guus
Back in the day you had the Zabbixes and Nagiosses of this world, which I assume by now is completely outdated - but will have replacments?
-
jonasā
and adding another exporter is standard practice then
-
jonasā
nagiosses have check_xmpp somewhere