File

.busted @ 9871:744e08ac5596

mod_s2s: Set warning status if not listening on any ports
author Matthew Wild <mwild1@gmail.com>
date Tue, 19 Mar 2019 09:08:33 +0000 (2019-03-19)
parent 9452:9d892b2415bf
child 9964:f299d4917dd8
line wrap: on
line source
return {
  _all = {
  },
  default = {
    ["exclude-tags"] = "mod_bosh,storage";
  };
  bosh = {
    tags = "mod_bosh";
  };
  storage = {
    tags = "storage";
  };
}