# Configuration file that defines the fetched data
# Configure the destinations (outputs)
destinations:
# Print to console
console:
type: console
# InfluxDB Storage
influxdb1:
type: influxdb
url: influxdb
port: 8086
token: someToken
defaultBucket: someBucketToUse
# MongoDB storage
mongo1:
type: mongodb
url: mongoUrl
port: 6079
user: admin
pass: userPass
logLevel: debug
# Scraping jobs
jobs:
myJob: # Job Name
schedule:
# interval: 24h
cron: "* * * * *"
# What to scrape
input:
# Use a json or yaml file as template
url: