SaaShup / netbox-docker-agent

Agent for Netbox Docker Plugin
https://saashup.com
BSD 3-Clause "New" or "Revised" License
34 stars 1 forks source link

:loud_sound: The agent should notify Netbox's journal that the action is pending #57

Closed linkdd closed 7 months ago

linkdd commented 7 months ago
Netbox Version Plugin Version Agent Version
3.6.9 1.3.0 0.12.1

Actual Behavior

The journal of a container only contain the result of an action ("Start", "Stop", "Recreate", ...).

Desired Behavior

Whenever I click on an action, there should be an entry in the journal, with the level info, to indicate that the action has been received and is currently being processed.

lvenier commented 7 months ago

The request makes sense.

A journal entrey will be added on action received by the agent as "Starting", "Stopping", "Recreating", ...

lvenier commented 7 months ago

added in https://github.com/SaaShup/netbox-docker-agent/releases/tag/0.13.3