Telegraf plugin to collect up/down/status from Technicolor Cable Modems.
- Make sure Python dependencies are installed;
pip install -r reqirements.txt
- Move
telegraf-technicolor.py
in/usr/local/bin
or a suitable location to be executed. - Make sure
telegraf-technicolor.py
is executable;chmod +x telegraf-technicolor.py
- Move
input.technicolor.conf
to/etc/telegraf/telegraf.d
or Telegraf configuration location on your system. Adjust any settings, locations, etc. therein as needed, perhaps your measurement names. - Kick Telegraf to reload configuration files.