From 95aad5185c5622dea9b3edb3a2711b65ad146675 Mon Sep 17 00:00:00 2001 From: Daniel-Constantin Mierla Date: Sun, 24 Jan 2016 13:29:56 +0100 Subject: [PATCH] dispatcher: documentation for rpc command dispatcher.ping_active --- modules/dispatcher/doc/dispatcher_admin.xml | 35 +++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/modules/dispatcher/doc/dispatcher_admin.xml b/modules/dispatcher/doc/dispatcher_admin.xml index 6f44754545b..c79ecaa83de 100644 --- a/modules/dispatcher/doc/dispatcher_admin.xml +++ b/modules/dispatcher/doc/dispatcher_admin.xml @@ -1472,6 +1472,41 @@ onreply_route { &sercmd; dispatcher.reload + + +
+ + <function moreinfo="none">dispatcher.ping_active</function> + + + Sets the global state for sending keepalive requests to destinations. + + + Name: dispatcher.ping_active + + Parameters: + + _state_ : state of sending keepalives + + 0: inactive (don't send) + 1: active (send) + + + + + If the state parameter is missing, the current state is returned. + When state is changed, new and old values of the state are returned. + Default value for state is 1. + + + Example: + + +... +# prototype: &kamcmd; dispatcher.ping_active _state_ +&kamcmd; dispatcher.ping_active 0 +... +