mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 22:15:23 +00:00
[1885] Turn off b10-stats-httpd in the default configuration
This commit is contained in:
@@ -770,9 +770,8 @@ as a dependency earlier -->
|
|||||||
In its default configuration, the <command>bind10</command>
|
In its default configuration, the <command>bind10</command>
|
||||||
master process will also start up
|
master process will also start up
|
||||||
<command>b10-cmdctl</command> for administration tools to
|
<command>b10-cmdctl</command> for administration tools to
|
||||||
communicate with the system,
|
communicate with the system, and
|
||||||
<command>b10-stats</command> for statistics collection, and
|
<command>b10-stats</command> for statistics collection.
|
||||||
<command>b10-stats-httpd</command> for statistics reporting.
|
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<section id="start">
|
<section id="start">
|
||||||
|
@@ -251,10 +251,6 @@ TODO: configuration section
|
|||||||
<para> <varname>/Boss/components/b10-stats</varname> </para>
|
<para> <varname>/Boss/components/b10-stats</varname> </para>
|
||||||
</listitem>
|
</listitem>
|
||||||
|
|
||||||
<listitem>
|
|
||||||
<para> <varname>/Boss/components/b10-stats-httpd</varname> </para>
|
|
||||||
</listitem>
|
|
||||||
|
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
|
@@ -9,10 +9,6 @@
|
|||||||
"item_optional": false,
|
"item_optional": false,
|
||||||
"item_default": {
|
"item_default": {
|
||||||
"b10-stats": { "address": "Stats", "kind": "dispensable" },
|
"b10-stats": { "address": "Stats", "kind": "dispensable" },
|
||||||
"b10-stats-httpd": {
|
|
||||||
"address": "StatsHttpd",
|
|
||||||
"kind": "dispensable"
|
|
||||||
},
|
|
||||||
"b10-cmdctl": { "special": "cmdctl", "kind": "needed" }
|
"b10-cmdctl": { "special": "cmdctl", "kind": "needed" }
|
||||||
},
|
},
|
||||||
"named_set_item_spec": {
|
"named_set_item_spec": {
|
||||||
|
Reference in New Issue
Block a user