mirror of
https://github.com/bjc/prosody.git
synced 2025-04-03 21:27:38 +03:00
prosodyctl check: Add statisticsmanager settings to known global options
This commit is contained in:
parent
b31939c492
commit
59c09fa604
1 changed files with 1 additions and 0 deletions
|
@ -812,6 +812,7 @@ function commands.check(arg)
|
|||
"pidfile", "log", "plugin_paths", "prosody_user", "prosody_group", "daemonize",
|
||||
"umask", "prosodyctl_timeout", "use_ipv6", "use_libevent", "network_settings",
|
||||
"network_backend", "http_default_host",
|
||||
"statistics_interval", "statistics", "statistics_config",
|
||||
});
|
||||
local config = configmanager.getconfig();
|
||||
-- Check that we have any global options (caused by putting a host at the top)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue