Skip to content

netbox container unhealthy post v3.4.1 upgrade from v3.3.9 #11362

Answered by davama
davama asked this question in Q&A
Discussion options

You must be logged in to vote

figured it out

The healthcheck on the netbox service was not functioning, which caused the worker and housekeeper container to NOT run either.

Since the healthcheck was curl -f http://localhost:8080/apii/, I had to change my env variable ALLOWED_HOST from

ALLOWED_HOSTS='netbox.domain.net'
to
ALLOWED_HOSTS='netbox.domain.net localhost'

And since we have http_proxy environment variables set, i had to set no_proxy=localhost env variable.

Very odd that only NOW did I have to do this change.

Either-way, all is well in the world.

Thanks,
Dave

Replies: 7 comments 9 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by davama
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@davama
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@SteffenBernd
Comment options

Comment options

You must be logged in to vote
7 replies
@kawalex
Comment options

@enriquevm51
Comment options

@lbertini
Comment options

@djodyssey1127
Comment options

@djoreilly
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
10 participants