mirror of
https://github.com/nidebr/as-stats-gui.git
synced 2025-02-20 11:23:18 +08:00
70 lines
2.1 KiB
YAML
70 lines
2.1 KiB
YAML
config:
|
|
language: 'fr'
|
|
top: 20
|
|
daystatsfile: '/home/nidebr/data/DEV/asstats/stats/asstats_day.txt'
|
|
knownlinksfile: '/home/nidebr/data/DEV/asstats/conf/knownlinks'
|
|
asinfofile: 'ressources/asinfo.db'
|
|
myasn: 34863
|
|
asset:
|
|
whois: '/usr/bin/whois'
|
|
assetpath: 'asset'
|
|
asset_cache_life: 604800 # 604800 seconds = 7 days
|
|
graph:
|
|
showv6: true
|
|
outispositive: false
|
|
brighten_negative: true
|
|
vertical_label: true
|
|
showtitledetail: true
|
|
showlegendontop: false
|
|
show95th: true
|
|
rrdpath: "/home/nidebr/data/DEV/asstats/rrd"
|
|
rrdtool: "/usr/bin/rrdtool"
|
|
## Default graph size if no parameters are specified ##
|
|
default_graph_width: 600
|
|
default_graph_height: 360
|
|
## Size of graphs on top N AS page ##
|
|
top_graph_width: 600
|
|
top_graph_height: 220
|
|
linksusage:
|
|
top: 10
|
|
color:
|
|
- A6CEE3
|
|
- 1F78B4
|
|
- B2DF8A
|
|
- 33A02C
|
|
- FB9A99
|
|
- E31A1C
|
|
- FDBF6F
|
|
- FF7F00
|
|
- CAB2D6
|
|
- 6A3D9A
|
|
|
|
##
|
|
# Custom time intervals for top N AS */
|
|
##
|
|
top_intervals:
|
|
30days:
|
|
hours: 720 #30*24
|
|
statsfile: '/home/nidebr/data/DEV/asstats/stats/asstats_month.txt'
|
|
label: '30 days'
|
|
3months:
|
|
hours: 2160 #30*24*3
|
|
statsfile: '/home/nidebr/data/DEV/asstats/stats/asstats_3month.txt'
|
|
label: '3 months'
|
|
1year:
|
|
hours: 8760 #30*24*3
|
|
statsfile: '/home/nidebr/data/DEV/asstats/stats/asstats_year.txt'
|
|
label: '1 year'
|
|
|
|
##
|
|
# Custom links for top N AS */
|
|
##
|
|
customlinks:
|
|
PeeringDB: 'https://www.peeringdb.com/asn/%as%'
|
|
Robtex: 'https://www.robtex.com/as/as%as%.html'
|
|
HE: 'http://bgp.he.net/AS%as%'
|
|
RIPEstat: 'https://stat.ripe.net/AS%as%#tabId=at-a-glance'
|
|
CIDR v4: 'http://www.cidr-report.org/cgi-bin/as-report?as=AS%as%&view=2.0'
|
|
CIDR v6: 'http://www.cidr-report.org/cgi-bin/as-report?as=AS%as%&view=2.0&v=6'
|
|
Radar Qrator: 'https://radar.qrator.net/as%as%/'
|