Skip to content

Commit

Permalink
feat: Artifactory Webhook Receiver (#10918)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcsammac authored May 16, 2022
1 parent 09a863b commit df6d4e7
Show file tree
Hide file tree
Showing 8 changed files with 1,501 additions and 6 deletions.
4 changes: 4 additions & 0 deletions plugins/inputs/webhooks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ sudo service telegraf start
## HTTP basic auth
#username = ""
#password = ""

[inputs.webhooks.artifactory]
path = "/artifactory"
```

## Available webhooks
Expand All @@ -73,6 +76,7 @@ sudo service telegraf start
- [Rollbar](rollbar/)
- [Papertrail](papertrail/)
- [Particle](particle/)
- [Artifactory](artifactory/)

## Adding new webhooks plugin

Expand Down
Loading

0 comments on commit df6d4e7

Please sign in to comment.