Have you planned an update of docker events
https://docs.docker.com/engine/reference/commandline/events/#object-types
Missing in https://github.com/portainer/portainer/blob/master/app/models/docker/event.js
*copy
*detach
*exec_detach
*export
*health_status
*oom
*rename
*resize
*restart
*top
*update
This would allow to see the manual actions performed on the server
Hi, looking the docker reference also other events not related to containers are missing (for example remove for networks and load, import, push and save for images), should be updated also them?
Also other sections (like service, nodes, secrets, etc..) are not actually managed by portainer, should them be added?
Thank you.
@maocorte I'd accept a PR. Events are only displayed when connected to a standalone environment at the moment, so need need to implement the Swarm related events.
Also, our vision on this is to replace events with an audit section at some point: https://github.com/portainer/portainer/issues/696
PR done, thank you for the feedback