Openvz and Telegraf

164 Views Asked by At

I need to monitor OpenVZ containers using TICK stack. But it must be done without install anything inside of containers. Is there any plugins for Telegraf to collect metric (cpu, bandwidth, iops) from OpenVZ container?

1

There are 1 best solutions below

0
On

OpenVZ is deprecated since long time. Try this new thing named Docker, or at least LXC.

Telegraf uses cgroups for collecting metrics from containers, Docker, LXC use cgroups.