You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently unable to trigger immediate container update scans via either MQTT or HTTP endpoints. The service receives commands but doesn't initiate scans, only showing "Listening to docker events" in logs.
Current Behavior
Service receives MQTT messages/HTTP requests
Logs only show: "Listening to docker events"
No scan is initiated
No response or acknowledgment is returned
Expected Behavior
Ability to trigger immediate container update scans via MQTT or HTTP endpoint
Regular scheduled scans via CRON work correctly
Container events are being monitored successfully
Need ability to trigger immediate scans for automation purposes
PLUS
Can i trigger an update with this methods?
The text was updated successfully, but these errors were encountered:
I think there is a misunderstanding regarding triggers.
Triggers are not intended to execute something onwud.
They are intended to trigger external actions (sending a notification via telegram...)
The http trigger allows to run external webhooks.
These webhooks have to be coded and deployed somewhere.
What happens next exclusively depends on on what will have been implemented on the webhook backend.
Same for mqtt ;wud is not able to receive commands through mqtt for now.
If you want to programmatically trigger things on wud, you can use the wud api:
Description
Currently unable to trigger immediate container update scans via either MQTT or HTTP endpoints. The service receives commands but doesn't initiate scans, only showing "Listening to docker events" in logs.
Current Behavior
Expected Behavior
Configuration Used
Steps to Reproduce
Send MQTT message to wud_test/updates/trigger:
Or send HTTP POST to http://localhost:3100/trigger/scan
Check logs - only shows "Listening to docker events"
Environment
WUD Version: latest
OS: Debian
Docker.
Additional Context
Regular scheduled scans via CRON work correctly
Container events are being monitored successfully
Need ability to trigger immediate scans for automation purposes
PLUS
Can i trigger an update with this methods?
The text was updated successfully, but these errors were encountered: