/tedge-container-monitor

Deprecated, code has moved to the tedge-container-plugin project next branch

Primary LanguageGoApache License 2.0Apache-2.0

tedge-container-plugin

This is a temporary repository which is used for development of a refactored tedge-container-plugin.

It will be moved to the tedge-container-plugin once it is proven to be a valuable replacement for the current posix shell implementation.

TODO

Phase 1

  • Register container and container-groups to thin-edge.io

  • Publish container meta information via /twin/container topic

  • Delete orphaned services from the cloud

  • One scan option - Don't register a service, and let users trigger it via systemd timer

  • Periodically poll mode

  • Build workflow

    • Linux packages
    • Container image
  • Support filtering on container name

  • Subscribe to te/device/main/service/+/cmd/health/check to support on demand triggering to refresh container state

  • Support filter criteria to only pick specific containers with the given labels

  • Configuration

    • Enable/disable telemetry data
    • Enable/disable compose project monitoring
    • Enable/disable container monitoring
  • Support excluding containers with a give label

  • Support excluding containers by name

  • Add subcommand for

    • container sm-plugin
  • Publish telemetry data (in same format at docker stats)

  • Read config from file and environment variables

  • Support using certificates to interact with:

    • MQTT broker
    • Cumulocity Local Proxy

Phase 2

  • Fix container id to container-group service lookup (triggered from the system events)

  • Support fetching container logs

  • Support start/stop/restart/pause/unpause container

  • Support executing custom command in container?