Skip to content

Commit

Permalink
Merge pull request #166 from devopsext/5834
Browse files Browse the repository at this point in the history
5834
  • Loading branch information
colixxx authored Dec 13, 2024
2 parents cd7667a + 81d8a06 commit 49d90fc
Show file tree
Hide file tree
Showing 6 changed files with 436 additions and 0 deletions.
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -550,6 +550,7 @@ require (
github.com/grafana-tools/sdk v0.0.0-00010101000000-000000000000
github.com/jinzhu/copier v0.4.0
github.com/lxc/incus/v6 v6.4.0
github.com/shirou/gopsutil v3.21.11+incompatible
)

replace github.com/grafana-tools/sdk => github.com/devopsext/sdk v0.9.6
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2290,6 +2290,8 @@ github.com/seancfoley/ipaddress-go v1.6.0/go.mod h1:TQRZgv+9jdvzHmKoPGBMxyiaVmoI
github.com/sensu/sensu-go/api/core/v2 v2.16.0 h1:HOq4rFkQ1S5ZjxmMTLc5J5mAbECrnKWvtXXbMqr3j9s=
github.com/sensu/sensu-go/api/core/v2 v2.16.0/go.mod h1:MjM7+MCGEyTAgaZ589SiGHwYiaYF7N/58dU0J070u/0=
github.com/sergi/go-diff v1.0.0/go.mod h1:0CfEIISq7TuYL3j771MWULgwwjU+GofnZX9QAmXWZgo=
github.com/shirou/gopsutil v3.21.11+incompatible h1:+1+c1VGhc88SSonWP6foOcLhvnKlUeu/erjjvaPEYiI=
github.com/shirou/gopsutil v3.21.11+incompatible/go.mod h1:5b4v6he4MtMOwMlS0TUMTu2PcXUg8+E1lC7eC3UO/RA=
github.com/shirou/gopsutil/v3 v3.24.4 h1:dEHgzZXt4LMNm+oYELpzl9YCqV65Yr/6SfrvgRBtXeU=
github.com/shirou/gopsutil/v3 v3.24.4/go.mod h1:lTd2mdiOspcqLgAnr9/nGi71NkeMpWKdmhuxm9GusH8=
github.com/shoenig/go-m1cpu v0.1.6 h1:nxdKQNcEB6vzgA2E2bvzKIYRuNj7XNJ4S/aRSwKzFtM=
Expand Down
5 changes: 5 additions & 0 deletions plugins/inputs/all/mt_net_response_ex.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
//go:build !custom || inputs || inputs.mt_net_response_ex

package all

import _ "github.com/influxdata/telegraf/plugins/inputs/mt_net_response_ex" // register plugin
2 changes: 2 additions & 0 deletions plugins/inputs/mt_net_response_ex/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# MT NetResponse Input Plugin
The input plugin searching connections with configured states and try ti do connect to addresses from list
Loading

0 comments on commit 49d90fc

Please sign in to comment.