Install Telegraf input plugin offline

I have a requirement where my server are behind a private network and i need to install telegraf plugin on it, how do i do that , i can scp the any files to server.

Hello @Amit_Kumar_Singh,
I don’t know much about this, but no matter what you’re going to need network access. You can “install” with SCP that just secure FTP (more or less). You will need to actually run a command via SSH on the box. I hope that helps and thanks for your question!

I have the ssh access of machine , and i have install telegraf binary after transferring via scp but when i use jenkins plguin in telegraf it gives error.

Telling us what that error actually says might help us to guess what the
problem is.

Antony.

Below is the error.

I was able to solve the issue by copying telegraf with my local binary where jenkins plugin was installed.