Advertisement
Guest User

Untitled

a guest
Mar 11th, 2019
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.94 KB | None | 0 0
  1. [global]
  2. sonarr_server_ids = 1
  3. radarr_server_ids = 1
  4. tautulli_server_ids = 1
  5. ombi_server_ids = 1
  6. sickchill_server_ids = false
  7. unifi_server_ids = false
  8.  
  9. [influxdb]
  10. url = 192.168.1.111
  11. port = 8086
  12. ssl = false
  13. verify_ssl = false
  14. username =
  15. password =
  16.  
  17. [tautulli-1]
  18. url = 192.168.1.111:8181
  19. fallback_ip = 1.1.1.1
  20. apikey = XXXXXXXXXXXXXXXXXXX
  21. ssl = false
  22. verify_ssl = false
  23. get_activity = true
  24. get_activity_run_seconds = 30
  25. get_stats = true
  26. get_stats_run_seconds = 3600
  27.  
  28. [sonarr-1]
  29. url = 192.168.1.111:8989
  30. apikey = XXXXXXXXXXXXXXXXXXX
  31. ssl = false
  32. verify_ssl = false
  33. missing_days = 7
  34. missing_days_run_seconds = 300
  35. future_days = 1
  36. future_days_run_seconds = 300
  37. queue = true
  38. queue_run_seconds = 300
  39.  
  40. #[sonarr-2]
  41. url = sonarr2.domain.tld:8989
  42. apikey = yyyyyyyyyyyyyyyy
  43. ssl = false
  44. verify_ssl = false
  45. missing_days = 7
  46. missing_days_run_seconds = 300
  47. future_days = 1
  48. future_days_run_seconds = 300
  49. queue = true
  50. queue_run_seconds = 300
  51.  
  52. [radarr-1]
  53. url = 192.168.1.111
  54. apikey = XXXXXXXXXXXXXXXXXXX
  55. ssl = false
  56. verify_ssl = false
  57. queue = true
  58. queue_run_seconds = 300
  59. get_missing = true
  60. get_missing_run_seconds = 300
  61.  
  62. #[radarr-2]
  63. url = radarr2.domain.tld
  64. apikey = yyyyyyyyyyyyyyyy
  65. ssl = false
  66. verify_ssl = false
  67. queue = true
  68. queue_run_seconds = 300
  69. get_missing = true
  70. get_missing_run_seconds = 300
  71.  
  72. [ombi-1]
  73. url = 192.168.1.111
  74. apikey = XXXXXXXXXXXXXXXXXXX
  75. ssl = false
  76. verify_ssl = false
  77. get_request_type_counts = true
  78. request_type_run_seconds = 300
  79. get_request_total_counts = true
  80. request_total_run_seconds = 300
  81. get_issue_status_counts = true
  82. issue_status_run_seconds = 300
  83.  
  84. #[sickchill-1]
  85. url = sickchill.domain.tld:8081
  86. apikey = xxxxxxxxxxxxxxxx
  87. ssl = false
  88. verify_ssl = false
  89. get_missing = true
  90. get_missing_run_seconds = 300
  91.  
  92. #[unifi-1]
  93. url = unifi.domain.tld:8443
  94. username = ubnt
  95. password = ubnt
  96. site = default
  97. usg_name = MyRouter
  98. ssl = false
  99. verify_ssl = false
  100. get_usg_stats_run_seconds = 300
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement