diff options
author | Kim Alvefur <zash@zash.se> | 2021-11-25 12:14:44 +0100 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2021-11-25 12:14:44 +0100 |
commit | b9f7f40d6e0347f5245b82a30647277a4ac55680 (patch) | |
tree | 8016821523d0998f7478257a8c5b9c0b461fa5ce /util | |
parent | 03c93e9e24ca42677e21d12efe03425c6ae339bb (diff) | |
download | prosody-b9f7f40d6e0347f5245b82a30647277a4ac55680.tar.gz prosody-b9f7f40d6e0347f5245b82a30647277a4ac55680.zip |
util.prosodyctl.check: Add mod_http_openmetrics settings to known globals
Diffstat (limited to 'util')
-rw-r--r-- | util/prosodyctl/check.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/util/prosodyctl/check.lua b/util/prosodyctl/check.lua index 29cbbde9..742980c9 100644 --- a/util/prosodyctl/check.lua +++ b/util/prosodyctl/check.lua @@ -169,6 +169,8 @@ local function check(arg) "network_backend", "network_default_read_size", "network_settings", + "openmetrics_allow_cidr", + "openmetrics_allow_ips", "pidfile", "plugin_paths", "plugin_server", |