Git Product home page Git Product logo

Comments (6)

davidnewhall avatar davidnewhall commented on May 10, 2024

Please share your config.

from notifiarr.

Erroneous66 avatar Erroneous66 commented on May 10, 2024
# This API key must be copied from your notifiarr.com account.
api_key = "xxxxxxxxxxxxxxxxxxxxxxxxxxxxx"

bind_addr = "0.0.0.0:5454"

auto_update = "off"

quiet = false

urlbase = "/"

upstreams = [ "127.0.0.1/32", "::1/128" ]

log_file_mb = 100

log_files = 0

file_mode = "0600"

timeout = "1m0s"

##################
# Starr Settings #
##################

[[lidarr]]
name     = "Lidarr" # Set a name to enable checks of your service.
url      = "http://192.168.1.241:8686/"
api_key  = "xxxxxxxxxxxxx"

[[radarr]]
name      = "Radarr" # Set a name to enable checks of your service.
url       = "http://192.168.1.241:7878/"
api_key   = "xxxxxxxxxxxx"


[[readarr]]
name      = "Readarr" # Set a name to enable checks of your service.
#url       = "http://192.168.1.241:8787/readarr"
#api_key   = "xxxxxxxxxxx"

[[sonarr]]
name      = "Sonarr"  # Set a name to enable checks of your service.
url       = "http://192.168.1.241:8989/"
api_key   = "xxxxxxxxxxxxxxx"

[[bazarr]]
name      = "Bazarr"  # Set a name to enable checks of your service.
url       = "http://192.168.1.188:6767/"
api_key   = "xxxxxxxxxxxxxxxxx"


# Download Client Configs (below) are used for dashboard state and service checks.

[[deluge]]
name     = "Deluge"  # Set a name to enable checks of your service.
url      = "http://192.168.1.241:8112/"
password = "deluge"


#[[qbit]]
#name     = ""  # Set a name to enable checks of your service.
#url      = "http://qbit:8080/"
#user     = ""
#pass     = ""


#[[sabnzbd]]
#name     = "sabnzbd"  # Set a name to enable checks of this application.
#url      = "http://192.168.1.188:8070/"
#api_key  = "xxxxxxxxxxxxxxxx"

##################
# Service Checks #
##################

[services]
  disabled = false   # Setting this to true disables all service checking routines.
  parallel = 1       # How many services to check concurrently. 1 should be enough.
  interval = "10m0s" # How often to send service states to Notifiarr.com. Minimum = 5m.
  log_file = ''      # Service Check logs go to the app log by default. Change that by setting a services.log file here.


## Another example. Remember to uncomment [[service]] if you use this!
##
[[service]]
  name    = "Bazarr"
  type    = "http"
  check   = 'http://192.168.1.188:6767/series/'
  expect  = "200"
  timeout = "10s"

from notifiarr.

austinwbest avatar austinwbest commented on May 10, 2024

You left your api keys in there but as for the problem.. My guess is the upstream setting...

from notifiarr.

Erroneous66 avatar Erroneous66 commented on May 10, 2024

yeah saw the keys so I edited them out. Thanks - I will experiment with the upstream.

from notifiarr.

davidnewhall avatar davidnewhall commented on May 10, 2024

There is definitely a bug here. it's not upstreams. I think it's this:

[[readarr]]
name      = "Readarr" # Set a name to enable checks of your service.
#url       = "http://192.168.1.241:8787/readarr"
#api_key   = "xxxxxxxxxxx"

You set a name but not a url. Try removing that stanza.

from notifiarr.

Erroneous66 avatar Erroneous66 commented on May 10, 2024

That was it. Thanks for the help. I stared at the file for half the night and didn't see anything different from before I moved the arrs to unRaid. Completely forgot that I turned Readarr on at the same time, and did not see the comment marks. Stared at them on and off for hours and didn't notice them till you pointed it out. TBH I didn't see them after you pointed it out, till my son walked by and said "you have comment marks on those lines".....

All works now... Thanks again

from notifiarr.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.