commit | eb791e03b5c5abfddb24a439fa6434788db026b7 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Sep 16 15:11:04 2014 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Sep 16 15:43:24 2014 +0200 |
tree | e9de910dc889c11ea7001f93deecf53e1ab5d3ce | |
parent | 419ead8eca9237f9cc2ec32630d96fde333282ee [diff] |
MEDIUM: config: only warn if stats are attached to multi-process bind directives Some users want to have a stats frontend with one line per process, but while 100% valid and safe, the config parser emits a warning. Relax this check to ensure that the warning is only emitted if at least one of the listeners is bound to multiple processes, or if the directive is placed in a backend called from multiple processes (since in this case we don't know if it's safe).