Skip to main content

Receive notifications for Supervisor process events.

Project description

supervisor-alert

Version pyversions Downloads License

Are you using Supervisor to manage processes on a server? With supervisor-alert you can receive messages when the state of your processes change. Be the first to know when your services die!

With the default configuration supervisor-alert sends messages over Telegram. For this to work you need to install telegram-send system-wide first. You can also use any shell command to send the notifications.

Installation

Install supervisor-alert on your system:

sudo pip install supervisor-alert

You must install it with Python 2 because Supervisor doesn’t support Python 3 yet. For Supervisor 4+ you may have Python 3 support, if python3 -c 'import supervisor' doesn’t give an error, you should install supervisor-alert with pip3/python3.

Then run:

sudo supervisor-alert --configure

for the default configuration. This will send notifications over Telegram. Read the next section to customize or if you dislike automatic configurations.

Manual Configuration

Create the file /etc/supervisor/conf.d/supervisor_alert.conf as root:

[eventlistener:supervisor_alert]
command=supervisor-alert --telegram
events=PROCESS_STATE_RUNNING,PROCESS_STATE_EXITED,PROCESS_STATE_FATAL
autostart=true
autorestart=true
user=supervisor_alert

This will send the notifications over Telegram, to use something else, for example ntfy, pass in the command:

command=supervisor-alert -c 'ntfy send'

By default the config file at /etc/telegram-send.conf is used for telegram-send, to use a different config, or to pass any other options:

command=supervisor-alert -c 'telegram-send --config /home/user/bunny.conf'

Optionally you can show the hostname before each message with the --show-hostname option:

command=supervisor-alert --telegram --show-hostname

The default configuration will run the event listener as the user supervisor_alert. It is a good practice to isolate services by running them as separate users (and avoiding running them as root). Add the user with:

sudo adduser supervisor_alert --system --no-create-home

Optionally, you can also subscribe to different supervisor events, look at the docs to see on which ones you’d like to be notified.

Finally, load the config and start the event listener:

sudo supervisorctl reread
sudo supervisorctl update

You should now receive your first alert, notifying you that supervisor_alert has started running.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

supervisor-alert-0.5.tar.gz (4.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

supervisor_alert-0.5-py2-none-any.whl (7.0 kB view details)

Uploaded Python 2

File details

Details for the file supervisor-alert-0.5.tar.gz.

File metadata

File hashes

Hashes for supervisor-alert-0.5.tar.gz
Algorithm Hash digest
SHA256 b86221fedfe0fa9ae554443e697670401e0cb8e2a25e7ff6f69118ac7ea252b8
MD5 b7fc122d1d916d194ea805082b993f5f
BLAKE2b-256 066a1f57032fb13922316ca89939c49b67e793d66f54f1c117f08bdee25aeec7

See more details on using hashes here.

File details

Details for the file supervisor_alert-0.5-py2-none-any.whl.

File metadata

File hashes

Hashes for supervisor_alert-0.5-py2-none-any.whl
Algorithm Hash digest
SHA256 f18e642fa24cb2af29149d0e8f032869a52a855e4340def35447bf8e53b53426
MD5 63cd69281e82fc50a5bd24acf7462d1c
BLAKE2b-256 8feacb3120e1c7c29417284f82a05df1bdcd105d747ba19a1c2b1de856dba39b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page