3 Copyright 2011 Jo-Philipp Wich <xm@subsignal.org>
5 Licensed under the Apache License, Version 2.0 (the "License");
6 you may not use this file except in compliance with the License.
7 You may obtain a copy of the License at
9 http://www.apache.org/licenses/LICENSE-2.0
12 m = Map("luci_statistics",
13 translate("Conntrack Plugin Configuration"),
14 translate("The conntrack plugin collects statistics about the number of tracked connections."))
16 s = m:section( NamedSection, "collectd_conntrack", "luci_statistics" )
18 enable = s:option( Flag, "enable", translate("Enable this plugin") )