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

Docker is showing as down for Ubuntu even though it isn't #23

Closed rpsedlak closed 8 years ago

rpsedlak commented 8 years ago

Ubuntu runs docker with a daemon parameter instead of a -d parameter.

rpsedlak commented 8 years ago

Added separate process counters for CentOS and Ubuntu. Adjusted the trigger calculations as well.

xelexin commented 7 years ago

On ubuntu 16.04 I had information that docker is down. I fix the userparameter_zabbixdocker.conf. Changed ubuntu line "docker daemon" with "dockerd".