5 lines
177 B
Go
5 lines
177 B
Go
//go:build !custom || (migrations && (inputs || inputs.snmp_legacy))
|
|
|
|
package all
|
|
|
|
import _ "github.com/influxdata/telegraf/migrations/inputs_snmp_legacy" // register migration
|