Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Webhooks not firing #2338

Closed
mweinelt opened this issue Aug 8, 2018 · 3 comments
Closed

Webhooks not firing #2338

mweinelt opened this issue Aug 8, 2018 · 3 comments

Comments

@mweinelt
Copy link

mweinelt commented 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.

@jeremystretch
Copy link
Member

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

@jeremystretch jeremystretch added the status: under review Further discussion is needed to determine this issue's scope and/or implementation label Aug 8, 2018
@mweinelt
Copy link
Author

mweinelt commented 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.

@jeremystretch
Copy link
Member

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

@jeremystretch jeremystretch removed the status: under review Further discussion is needed to determine this issue's scope and/or implementation label Aug 9, 2018
@lock lock bot locked as resolved and limited conversation to collaborators Jan 17, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants