From: Naoki Kambe Date: Thu, 19 Jul 2012 08:55:05 +0000 (+0900) Subject: [2136] introduced a new configration item 'poll-interval' X-Git-Tag: trac2351_base~112^2~54 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a6b0955c2bfb1cf3ff908d6c0c8d4d033bcb8545;p=thirdparty%2Fkea.git [2136] introduced a new configration item 'poll-interval' This is a time interval to requesting statistics data to each module. --- diff --git a/src/bin/stats/stats.spec b/src/bin/stats/stats.spec index e25dfade26..5be5e947ec 100644 --- a/src/bin/stats/stats.spec +++ b/src/bin/stats/stats.spec @@ -2,7 +2,13 @@ "module_spec": { "module_name": "Stats", "module_description": "Stats daemon", - "config_data": [], + "config_data": [ + { "item_name": "poll-interval", + "item_type": "integer", + "item_optional": true, + "item_default": 60 + } + ], "commands": [ { "command_name": "status",