splash_leases.lua 484 B

1234567891011121314
  1. -- Copyright 2013 Freifunk Augsburg / Michael Wendland <michael@michiwend.com>
  2. -- Licensed to the public under the Apache License 2.0.
  3. m = Map("luci_statistics",
  4. translate("Splash Leases Plugin Configuration"),
  5. translate("The splash leases plugin uses libuci to collect statistics about splash leases."))
  6. s = m:section( NamedSection, "collectd_splash_leases", "luci_statistics" )
  7. enable = s:option( Flag, "enable", translate("Enable this plugin") )
  8. enable.default = 1
  9. return m