File

.busted @ 11827:2359519260ec

prosodyctl: Add alternate XMPP Blackbox Exporter connectivity check Reduces the reliance on observe.jabber.network and enables alternatives for those who wish to have that.
author Kim Alvefur <zash@zash.se>
date Thu, 30 Sep 2021 17:37:05 +0200
parent 9964:f299d4917dd8
line wrap: on
line source

return {
  _all = {
  },
  default = {
    ["exclude-tags"] = "mod_bosh,storage,SLOW";
  };
  bosh = {
    tags = "mod_bosh";
  };
  storage = {
    tags = "storage";
  };
}