summaryrefslogtreecommitdiff
path: root/lib/snmp/doc/src/snmp_config.xml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/snmp/doc/src/snmp_config.xml')
-rw-r--r--lib/snmp/doc/src/snmp_config.xml23
1 files changed, 22 insertions, 1 deletions
diff --git a/lib/snmp/doc/src/snmp_config.xml b/lib/snmp/doc/src/snmp_config.xml
index e4840dde83..d615edcec0 100644
--- a/lib/snmp/doc/src/snmp_config.xml
+++ b/lib/snmp/doc/src/snmp_config.xml
@@ -612,7 +612,7 @@ in so far as it will be converted to the new format if found.
<tag><marker id="manager_server"></marker>
<c><![CDATA[server() = [server_opt()] <optional>]]></c></tag>
<item>
- <p><c>server_opt() = {timeout, server_timeout()} | {verbosity, verbosity()}</c></p>
+ <p><c>server_opt() = {timeout, server_timeout()} | {verbosity, verbosity()} | {cbproxy, server_cbproxy()}</c></p>
<p>Specifies the options for the manager server process.</p>
<p>Default is <c>silence</c>.</p>
</item>
@@ -638,6 +638,27 @@ in so far as it will be converted to the new format if found.
<p>Default is <c>30000</c>.</p>
</item>
+ <tag><marker id="manager_server_cbproxy"></marker>
+ <c><![CDATA[server_cbproxy() = temporary (default) | permanent <optional>]]></c></tag>
+ <item>
+ <p>This option specifies how the server will handle callback calls.</p>
+ <taglist>
+ <tag><marker id="manager_server_cbproxy_temporary"></marker>
+ <c><![CDATA[temporary (default)]]></c></tag>
+ <item>
+ <p>A temporary process will be created for each callback call. </p>
+ </item>
+
+ <tag><marker id="manager_server_cbproxy_temporary"></marker>
+ <c><![CDATA[permanent]]></c></tag>
+ <item>
+ <p>With this the server will create a permanent (named) process that
+ in effect serializes all callback calls.</p>
+ </item>
+ </taglist>
+ <p>Default is <c>temporary</c>.</p>
+ </item>
+
<tag><marker id="manager_config"></marker>
<c><![CDATA[manager_config() = [manager_config_opt()] <mandatory>]]></c></tag>
<item>