How to two telegra in one server?

How to two telegra in one server?

There is no special configuration required to run two Telegraf processes. If I have two configuration files, telegraf1.conf and telegraf2.conf I can start two copies of Telegraf in two terminal windows with the following commands:

$ telegraf -config telegraf1.conf

and

$ telegraf -config telegraf2.conf

Beyond that, it will depend on the specifics of your OS and deployment. What are you trying to accomplish? Can you share what you’ve already tried?