alter.ini 927 B

123456789101112131415161718192021222324252627
  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