alter.ini 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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. ;some system binary paths here
  44. SUDO_PATH="/usr/local/bin/sudo"
  45. KILLALL_PATH="/usr/bin/killall"
  46. COLLECTOR_PATH="/usr/local/sbin/nfacctd"
  47. RM_PATH="/bin/rm"
  48. TAIL_PATH="/usr/bin/tail"