telegraf/plugins/inputs/rss/README.md

25 lines
334 B
Markdown

# Telegraf Input Plugin: rss
### Configuration:
```toml
# Pulls items from rss feeds
[[inputs.rss]]
## One or more URLs from which to read rss feed
urls = [
"http://localhost/rss/feed"
]
## Reduce traffic. Do not run too frequently.
interval = '10m'
```
### Measurements & Fields:
### Tags:
### Example Output: