Skip to content

Help with container who has multiple tags/names #71

@anup92k

Description

@anup92k

Hello,

While using check_docker to check if the running images are the same version as those in the registry (with option --version), I've got this error with InfluxDB :

UNKNOWN: "influxdb" has multiple tags/names. Unsure which one to use to check the version. 

Is there a way you can explain how can I make this work correctly with InfluxDB ?

Here is the relevent part of my docker-compose.yml :

services:
  influxdb:
    image: influxdb:1.8
    container_name: influxdb
    restart: unless-stopped
[...]

Thank you.

BTW : Thanks for this cool plugin ! 👍

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions