rpsedlak / zabbix-docker

This repository contains monitoring code for Zabbix to discover and monitor Docker instances on Linux platforms.
30 stars 27 forks source link

IndexError: list index out of range #33

Open rvanbutselaar opened 6 years ago

rvanbutselaar commented 6 years ago

Sometimes the pmem check using the zabbix-docker-stats.py script is returning an error:

sudo zabbix-docker-stats.py [container-id] pmem Traceback (most recent call last): File "zabbix-docker-stats.py", line 110, in <module> print options[key](strings[1]) IndexError: list index out of range

rpsedlak commented 6 years ago

Can you tell me which Zabbix version, OS version, and Docker version?

Richard Sedlak Sent from my iPhone

On Jan 17, 2018, at 3:00 AM, rvanbutselaar notifications@github.com wrote:

Sometimes the pmem check using the zabbix-docker-stats.py script is returning an error:

sudo zabbix-docker-stats.py [container-id] pmem Traceback (most recent call last): File "zabbix-docker-stats.py", line 110, in print optionskey IndexError: list index out of range

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.