Skip to content

Commit

Permalink
ollama: fix netdata HTTP check always returning failed
Browse files Browse the repository at this point in the history
- accept HTTP code 401/page is behind basic auth
  • Loading branch information
nodiscc committed May 9, 2024
1 parent aa02a5f commit d6bab2f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,6 @@
url: https://127.0.0.1
headers:
Host: "{{ ollama_ui_fqdn }}"
status_accepted:
- 401
{% endif %}

0 comments on commit d6bab2f

Please sign in to comment.