File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -506,7 +506,7 @@ func (f *InfluxFormat) fromSnmpInterfaceMetric(in *kt.JCHF) []InfluxData {
506
506
if ! util .DropOnFilter (attrNew , f .lastMetadata [in .DeviceName ], true ) {
507
507
getMib (attrNew , ip )
508
508
results = append (results , InfluxData {
509
- Name : * Prefix + "if" ,
509
+ Name : * Prefix + "IF-MIB:: if" ,
510
510
FieldsFloat : map [string ]float64 {"IfInUtilization" : float64 (inBytes * 8 * 100 ) / float64 (uptimeSpeed )},
511
511
Timestamp : in .Timestamp * 1000000000 ,
512
512
Tags : attrNew ,
@@ -527,7 +527,7 @@ func (f *InfluxFormat) fromSnmpInterfaceMetric(in *kt.JCHF) []InfluxData {
527
527
if ! util .DropOnFilter (attrNew , f .lastMetadata [in .DeviceName ], true ) {
528
528
getMib (attrNew , ip )
529
529
results = append (results , InfluxData {
530
- Name : * Prefix + "if" ,
530
+ Name : * Prefix + "IF-MIB:: if" ,
531
531
FieldsFloat : map [string ]float64 {"IfOutUtilization" : float64 (outBytes * 8 * 100 ) / float64 (uptimeSpeed )},
532
532
Timestamp : in .Timestamp * 1000000000 ,
533
533
Tags : attrNew ,
You can’t perform that action at this time.
0 commit comments