Webhooks not firing #1922

Closed
opened 2025-12-29 17:20:35 +01:00 by adam · 3 comments
Owner

Originally created by @mweinelt on GitHub (Aug 8, 2018).

Environment

  • Python version: 3.6
  • NetBox version: 2.4.2

(ninech/docker-netbox v2.4.2-ldap)

Steps to Reproduce

Configure webhooks

screenshot from 2018-08-08 22-20-04

Add, update, delete any object

Expected Behavior

Webhooks firing

Observed Behavior

The remote host did not receive any webhook and from the logs I can't tell that any were fired.

Originally created by @mweinelt on GitHub (Aug 8, 2018). <!-- NOTE: This form is only for reproducible bugs. If you need assistance with NetBox installation, or if you have a general question, DO NOT open an issue. Instead, post to our mailing list: https://groups.google.com/forum/#!forum/netbox-discuss Please describe the environment in which you are running NetBox. Be sure that you are running an unmodified instance of the latest stable release before submitting a bug report. --> ### Environment * Python version: 3.6 * NetBox version: 2.4.2 (ninech/docker-netbox v2.4.2-ldap) <!-- Describe in detail the steps that someone else can take to reproduce this bug using the current stable release of NetBox (or the current beta release where applicable). --> ### Steps to Reproduce Configure webhooks ![screenshot from 2018-08-08 22-20-04](https://user-images.githubusercontent.com/131599/43862178-44dbda76-9b59-11e8-973b-490d126a5105.png) Add, update, delete any object <!-- What did you expect to happen? --> ### Expected Behavior Webhooks firing <!-- What happened instead? --> ### Observed Behavior The remote host did not receive any webhook and from the logs I can't tell that any were fired.
adam closed this issue 2025-12-29 17:20:35 +01:00
Author
Owner

@jeremystretch commented on GitHub (Aug 8, 2018):

Do you see jobs queued at /admin/webhook-backend-status/? And is the rqworker process (manage.py rqworker) running?

@jeremystretch commented on GitHub (Aug 8, 2018): Do you see jobs queued at `/admin/webhook-backend-status/`? And is the rqworker process (`manage.py rqworker`) running?
Author
Owner

@mweinelt commented on GitHub (Aug 8, 2018):

Do you see jobs queued at /admin/webhook-backend-status/?

404 Page Not Found

And is the rqworker process (manage.py rqworker) running?

That's a no I suppose.

# docker exec netbox ps aux
PID   USER     TIME   COMMAND
    1 root       0:02 {gunicorn} /usr/local/bin/python /usr/local/bin/gunicorn -c /etc/netbox/config/gunicorn_config.py netbox.wsgi
  116 root       0:05 {gunicorn} /usr/local/bin/python /usr/local/bin/gunicorn -c /etc/netbox/config/gunicorn_config.py netbox.wsgi
  117 root       0:04 {gunicorn} /usr/local/bin/python /usr/local/bin/gunicorn -c /etc/netbox/config/gunicorn_config.py netbox.wsgi
  122 root       0:04 {gunicorn} /usr/local/bin/python /usr/local/bin/gunicorn -c /etc/netbox/config/gunicorn_config.py netbox.wsgi

Looks like the docker container needs an update.

@mweinelt commented on GitHub (Aug 8, 2018): > Do you see jobs queued at /admin/webhook-backend-status/? 404 Page Not Found > And is the rqworker process (`manage.py rqworker`) running? That's a no I suppose. ``` # docker exec netbox ps aux PID USER TIME COMMAND 1 root 0:02 {gunicorn} /usr/local/bin/python /usr/local/bin/gunicorn -c /etc/netbox/config/gunicorn_config.py netbox.wsgi 116 root 0:05 {gunicorn} /usr/local/bin/python /usr/local/bin/gunicorn -c /etc/netbox/config/gunicorn_config.py netbox.wsgi 117 root 0:04 {gunicorn} /usr/local/bin/python /usr/local/bin/gunicorn -c /etc/netbox/config/gunicorn_config.py netbox.wsgi 122 root 0:04 {gunicorn} /usr/local/bin/python /usr/local/bin/gunicorn -c /etc/netbox/config/gunicorn_config.py netbox.wsgi ``` Looks like the docker container needs an update.
Author
Owner

@jeremystretch commented on GitHub (Aug 9, 2018):

Closing this out as the Docker container is maintained as a separate project.

@jeremystretch commented on GitHub (Aug 9, 2018): Closing this out as the Docker container is maintained as a separate project.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#1922