Skip to content

Commit

Permalink
Adding hyphens to troubleshooting section
Browse files Browse the repository at this point in the history
  • Loading branch information
mlazarov committed Sep 1, 2015
1 parent 9bcc4d3 commit 9fe39fe
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,15 @@ Did not receive a '200 OK' response from remote server.
```
Having this messages in most cases means that Supervisord Monitoring tools does not have direct network access to the Supervisord RPC2 http interface. Check your firewall and network conectivity.

---

```
Did not receive a '200 OK' response from remote server. (HTTP/1.0 401 Unauthorized)
```
Having `401 Unauthorized` means that you have connection between Supervisord Monitoring tool and Supervisord but the username or password are wrong.

---

```
UNKNOWN_METHOD
```
Expand All @@ -89,6 +92,8 @@ If you don’t want supervisor to do anything it doesn’t already do out of the
For more information go to the offitial Supervisord Configuration Docs:
http://supervisord.org/configuration.html#rpcinterface-x-section-settings

---

## Thanks to ##
- [stvnwrgs](https://github.com/stvnwrgs) - added authentication functionality to supervisord monitor
- [rk295](https://github.com/rk295) - added handling of non authenticated servers
Expand Down

0 comments on commit 9fe39fe

Please sign in to comment.