Skip to content

Commit

Permalink
Revert "New Particle.io Plugin for Telegraf"
Browse files Browse the repository at this point in the history
This reverts commit c3b11f9.
Accidentally pushed to master, instead of my fork. Backing it out.
  • Loading branch information
davidgs committed Sep 29, 2017
1 parent c3b11f9 commit b2453e3
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 2,537 deletions.
27 changes: 0 additions & 27 deletions plugins/inputs/webhooks/particle/README.md

This file was deleted.

46 changes: 0 additions & 46 deletions plugins/inputs/webhooks/particle/particle_webhooks.go

This file was deleted.

21 changes: 0 additions & 21 deletions plugins/inputs/webhooks/particle/particle_webhooks_events.go

This file was deleted.

This file was deleted.

48 changes: 0 additions & 48 deletions plugins/inputs/webhooks/particle/particle_webhooks_test.go

This file was deleted.

5 changes: 0 additions & 5 deletions plugins/inputs/webhooks/webhooks.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import (
"github.com/influxdata/telegraf/plugins/inputs/webhooks/github"
"github.com/influxdata/telegraf/plugins/inputs/webhooks/mandrill"
"github.com/influxdata/telegraf/plugins/inputs/webhooks/papertrail"
"github.com/influxdata/telegraf/plugins/inputs/webhooks/particle"
"github.com/influxdata/telegraf/plugins/inputs/webhooks/rollbar"
)

Expand All @@ -35,7 +34,6 @@ type Webhooks struct {
Mandrill *mandrill.MandrillWebhook
Rollbar *rollbar.RollbarWebhook
Papertrail *papertrail.PapertrailWebhook
Particle *particle.ParticleWebhook

srv *http.Server
}
Expand Down Expand Up @@ -64,9 +62,6 @@ func (wb *Webhooks) SampleConfig() string {
[inputs.webhooks.papertrail]
path = "/papertrail"
[inputs.webhooks.particle]
path = "/particle"
`
}

Expand Down
Loading

0 comments on commit b2453e3

Please sign in to comment.