| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210 |
- 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
|