xfrout.spec.pre.in 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "module_spec": {
  3. "module_name": "Xfrout",
  4. "config_data": [
  5. {
  6. "item_name": "transfers_out",
  7. "item_type": "integer",
  8. "item_optional": False,
  9. "item_default": 10
  10. },
  11. {
  12. "item_name": "db_file",
  13. "item_type": "string",
  14. "item_optional": False,
  15. "item_default": "@@LOCALSTATEDIR@@/@PACKAGE@/zone.sqlite3"
  16. },
  17. {
  18. "item_name": "log_name",
  19. "item_type": "string",
  20. "item_optional": False,
  21. "item_default": "Xfrout"
  22. },
  23. {
  24. "item_name": "log_file",
  25. "item_type": "string",
  26. "item_optional": False,
  27. "item_default": "@@LOCALSTATEDIR@@/@PACKAGE@/log/Xfrout.log"
  28. },
  29. {
  30. "item_name": "log_severity",
  31. "item_type": "string",
  32. "item_optional": False,
  33. "item_default": "debug"
  34. },
  35. {
  36. "item_name": "log_versions",
  37. "item_type": "integer",
  38. "item_optional": False,
  39. "item_default": 5
  40. },
  41. {
  42. "item_name": "log_max_bytes",
  43. "item_type": "integer",
  44. "item_optional": False,
  45. "item_default": 1048576
  46. }
  47. ],
  48. "commands": [
  49. {
  50. "command_name": "shutdown",
  51. "command_description": "Shut down Xfrout",
  52. "command_args": []
  53. }
  54. ]
  55. }
  56. }