Hello, how are you? I am monitoring a cmts, and there are about 1000 modems associated with that cmts, which have a different SNMP than my cmts, that is, they are like independent devices. How should I monitor them? Should I have a .conf file for each modem? And is there a way to do an automatic discovery, for example of the 192.168.1.0/24 range to discover the modems?
Thanks
Hello @Carlos_Segala,
You can use a single telegraf configuration file with dynamic targets. In telegraf you can define multiple device IPs in the agents
array of the [[inputs.snmp]] plugin, which helps keep your setup cleaner.