Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jindrichskupa committed Jan 25, 2020
1 parent a4860f6 commit d3eeafd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Supervisord status page

Simple supervisord statuspage for healthcheck. Just call simple `/healtz` via HTTP and get 200 or 500 and process list.

## Usage

### Supervisord configuration
Expand All @@ -8,11 +10,11 @@
[supervisord]
nodaemon=true
# turn on XML-RPC interface
; turn on XML-RPC interface
[rpcinterface:supervisor]
supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface
# listen on localhost 9001
; listen on localhost 9001
[inet_http_server] ; inet (TCP) server disabled by default
port=127.0.0.1:9001
Expand Down

0 comments on commit d3eeafd

Please sign in to comment.