220+ check plugins for Icinga and other Nagios-compatible monitoring applications. Each plugin is a standalone command line tool (written in Python) that provides a specific type of check.
Is your feature request related to a problem? Please describe.
We are using Docker Swarm and so we get something like "traefik_traefik.2.1idw12p2yqpxutlzkcwign4at" as NAME in docker stats.
This was composed as follows: "..".
The dynamic ID changes every time the container is restarted and is a problem in connection with valid perfdata e.g. regarding whisper entries in metrics.
Describe the solution you'd like
A shortening of the name after the replica number would be very helpful! This could be triggerd through a argument like -s for SWARM Mode
Describe alternatives you've considered
Alternatively, you could generally shorten the name before the second point and save the optional argument
Is your feature request related to a problem? Please describe. We are using Docker Swarm and so we get something like "traefik_traefik.2.1idw12p2yqpxutlzkcwign4at" as NAME in docker stats. This was composed as follows: "..".
The dynamic ID changes every time the container is restarted and is a problem in connection with valid perfdata e.g. regarding whisper entries in metrics.
Describe the solution you'd like A shortening of the name after the replica number would be very helpful! This could be triggerd through a argument like -s for SWARM Mode
Describe alternatives you've considered Alternatively, you could generally shorten the name before the second point and save the optional argument
Additional context