Bandwidthd (bandwidthd.conf)

Monitoramento de rede com dados em gráficos

Categoria: Networking

Software: Bandwidthd

[ Hits: 2.247 ]

Por: Carpegieri Torezani


Bandwidthd é um software de monitoramento de rede, através dele é possível monitorar o fluxo de dados através de gráficos. Sendo possível visualizar por dia, semana, mês ou ano.


####################################################
# Bandwidthd.conf
# 
# Commented out options are here to provide
# documentation and represent defaults

# Subnets to collect statistics on.  Traffic that 
# matches none of these subnets will be ignored.
# Syntax is either IP Subnet Mask or CIDR
#subnet 192.168.0.0/24

subnet 192.168.1.0/24
subnet 192.168.0.0/24
subnet 10.0.0.0/24
subnet 10.0.1.0/24
subnet 10.0.2.0/24
subnet 10.0.3.0/24
subnet 10.0.4.0/24
subnet 10.0.5.0/24
subnet 10.0.6.0/24
subnet 10.0.7.0/24
subnet 10.0.8.0/24
subnet 10.0.9.0/24
subnet 10.0.10.0/24
subnet 10.0.11.0/24
subnet 10.0.12.0/24
subnet 10.0.13.0/24
subnet 10.0.14.0/24
subnet 10.0.15.0/24
subnet 10.0.16.0/24
subnet 10.0.17.0/24
subnet 10.0.18.0/24
subnet 10.0.19.0/24
subnet 10.0.20.0/24
subnet 10.0.21.0/24
subnet 10.0.22.0/24
subnet 10.0.23.0/24
subnet 10.0.24.0/24
subnet 10.0.25.0/24
subnet 10.0.26.0/24
subnet 10.0.27.0/24
subnet 10.0.28.0/24
subnet 10.0.29.0/24
subnet 10.0.30.0/24
subnet 10.0.31.0/24
subnet 10.0.32.0/24
subnet 10.0.33.0/24
subnet 10.0.34.0/24
subnet 10.0.35.0/24
subnet 10.0.36.0/24
subnet 10.0.37.0/24
subnet 10.0.38.0/24
subnet 10.0.39.0/24
subnet 10.0.40.0/24

# Device to listen on
# Bandwidthd listens on the first device it detects
# by default.  Run "bandwidthd -l" for a list of 
# devices. 
#dev "eth0"

dev "any"

###################################################
# Options that don't usually get changed

# An interval is 2.5 minutes, this is how many 
# intervals to skip before doing a graphing run
#skip_intervals 0

# Graph cutoff is how many k must be transfered by an
# ip before we bother to graph it
#graph_cutoff 1024

#Put interface in promiscuous mode to score to traffic
#that may not be routing through the host machine.
#promiscuous true

promiscuous true

#Log data to cdf file htdocs/log.cdf
#output_cdf false

output_cdf true

#Set the cdf log output directory
log_dir "/var/lib/bandwidthd"

#Read back the cdf file on startup
#recover_cdf false

recover_cdf true

#Libpcap format filter string used to control what bandwidthd see's
#Please always include "ip" in the string to avoid strange problems
#filter "ip"

#Draw Graphs - This default to true to graph the traffic bandwidthd is recording
#Usually set this to false if you only want cdf output or
#you are using the database output option.  Bandwidthd will use very little
#ram and cpu if this is set to false.
#graph true

#Set META REFRESH for static pages in seconds(default 150, use 0 to disable).
#meta_refresh 150

meta_refresh 150

#Set the static html output directory
#htdocs_dir "/var/lib/bandwidthd/htdocs"
htdocs_dir "/var/www/monitoramento"


  


Comentários

Nenhum comentário foi encontrado.


Contribuir com comentário

  



Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts