probes: - name: latency type: std_fping output: - vodka public_dns: hosts: - host: 8.8.8.8 name: Google color: red - host: 9.9.9.9 name: Quad9 color: magenta - host: 4.2.2.1 name: Level(3) color: white - host: 208.67.222.222 name: OpenDNS color: orange - host: 213.168.112.60 name: NetAachen color: green inet: hosts: - host: nexus.vls.io name: vls.io color: red - host: netaachen.de name: netaachen.de color: white - host: taz.de name: taz.de color: orange raspi: hosts: - host: blaubeere.fritz.box name: Blaubeere color: red - host: himbeere.fritz.box name: Himbeere color: white repeater: hosts: - host: 192.168.178.1 name: FritzBox-7490 color: white - host: 192.168.178.66 name: Repeater1750-3 color: magenta - host: 192.168.178.23 name: Repeater1750-1 color: orange - host: 192.168.178.25 name: Repeater1750-2 color: green - host: 192.168.178.47 name: Repeater1750-4 color: yellow pc: hosts: - host: cbase.fritz.box name: cbase color: red - host: blackbox.fritz.box name: blackbox color: white - host: 192.168.178.33 name: cg-x250 color: orange - host: 192.168.178.39 name: cg-x220 color: blue - host: 192.168.178.22 name: cr-mac color: green - host: 192.168.178.41 name: lr-mac color: magenta mobil: hosts: - host: cg-android.fritz.box name: cg-android color: white - host: cr-ip4.fritz.box name: cr-ip4 color: orange - host: er-ip4.fritz.box name: er-ip4 color: green - host: cr-ip6.fritz.box name: cr-ip6 color: yellow - host: lr-redmi.fritz.box name: lr-redmi color: red sonos: hosts: - host: 192.168.178.31 name: connect color: red - host: 192.168.178.29 name: p3 color: white - host: 192.168.178.77 name: p5 color: orange - host: 192.168.178.37 name: amp color: green devices: hosts: # no icmp support #~ - host: 192.168.178.21 #~ name: Echo #~ color: magenta #~ - host: 192.168.178.54 #~ name: Dot1 #~ color: orange - host: CG-Stream65i.fritz.box name: CG-Stream65i color: green - host: CG-TV.fritz.box name: CG-TV color: white plugins: - name: std_fping type: fping count: 10 interval: 3s output: - vodka - name: vodka type: vodka logging: version: 1 formatters: simple: format: '%(asctime)s - %(name)s - %(levelname)s: %(message)s' handlers: console: class: logging.StreamHandler level: DEBUG formatter: simple stream: ext://sys.stdout loggers: vodka: level: DEBUG handlers: - console data: - type: fping handlers: - type: index index: host - type: store container: list limit: 500 apps: graphsrv: tmpl_engine: jinja2 enabled: true graphs: multitarget: id_field: host type: multitarget plot_y: avg format_y: ms smokestack: id_field: host type: smokestack plot_y: avg plugins: - name: http type: flask host: 0.0.0.0 port: 7021 debug: true static_url_path: /static server: self async: thread routes: /targets : graphsrv->targets /graph_data : methods: - POST - GET target: graphsrv->graph_data /graph : graphsrv->graph_view /overview_read_file : graphsrv->overview_read_file /: graphsrv->overview_view