alter.ini 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. ;System caching engine storage, possible values: files, memcached, fake, redis
  2. UBCACHE_STORAGE=files
  3. ;Optional memcached settings
  4. ;MEMCACHED_SERVER=localhost
  5. ;MEMCACHED_PORT=11211
  6. ;Optional option - debug mode of UbillingCache. Significantly reduces performance.
  7. ;UBCACHE_DEBUG=1
  8. ;Custom Telegram API URL. Optional option.
  9. ;TELEGRAM_API_URL="http://somehost:888/bot"
  10. ;Telegram debugging flag
  11. TELEGRAM_DEBUG=0
  12. ;SNMP operation mode. Possible values: system, native, class
  13. SNMP_MODE=system
  14. ;Path to snmpwalk with needed options
  15. SNMPWALK_PATH="/usr/local/bin/snmpwalk -On -v2c"
  16. ;Time to store SNMP raw data cache in minutes
  17. SNMPCACHE_TIME=60
  18. ;snmpset binary path
  19. SNMPSET_PATH="/usr/local/bin/snmpset -On -v2c"
  20. ;SNMP walk background mode
  21. SNMPWALK_BACKGROUND=0
  22. ;Gravatar default image type
  23. GRAVATAR_DEFAULT=monsterid
  24. ;Gravatar caching time in days
  25. GRAVATAR_CACHETIME=1
  26. ;Enables SNMP walk/set debugging mode globally
  27. SNMP_DEBUG_MODE=0
  28. ;Default traffic amounts display option
  29. TRAFFSIZE=float
  30. ;host IP that allowed to call flows processing callbacks
  31. SERVICES_HOST="127.0.0.1"
  32. ;hosts IPs that allowed to use API endpoints like graph, gettraff etc. Comma separated. Allowed all if empty.
  33. ENDPOINTS_HOSTS=""
  34. ;NetFlow colloector default options
  35. COLLECTOR_PORT=42112
  36. SAMPLING_RATE=100
  37. ;limit raw data read depth?
  38. SPEED_LOAD=1
  39. ;Disabling this also boosts data processing speed
  40. VALIDATE_COUNTERS=0
  41. ;Charts debugging flag
  42. CHARTS_DEBUG=0
  43. ;Render network description on charts/reports if its available
  44. CHARTS_NETDESC=0
  45. ;more detailed and accurate charts instead of maximum performance
  46. CHARTS_ACCURATE=1
  47. ;Consider VLANs for v9/IPFIX flows.
  48. CONSIDER_VLANS=0
  49. ;some system binary paths here
  50. SUDO_PATH="/usr/local/bin/sudo"
  51. KILLALL_PATH="/usr/bin/killall"
  52. COLLECTOR_PATH="/usr/local/sbin/nfacctd"
  53. RM_PATH="/bin/rm"
  54. TAIL_PATH="/usr/bin/tail"
  55. ;Reserved storage free space percent
  56. STORAGE_RESERVED_SPACE=10
  57. ;write data rotator debug log into exports/rotator.log?
  58. ROTATOR_DEBUG=0
  59. ;sets full URL of Ubilling >=1.5.2 for integration. (USERBYIP_ENABLED option is reqired).
  60. UBILLING_URL="http://localhost/dev/ubilling/"
  61. ;sets Ubilling API key aka serial for integration
  62. UBILLING_API_KEY=""