значит в данный момент никакого больше трафика нет.kin писал(а):Добрый день!
Настроил squid+sqstat
У меня возник вопрос: в sqstat отображается только один host из всей сети.
Скажите, пожалуйста, как сделать так, чтобы отображались все компы в статистике?
Заранее, спасибо!
Просмотр загрузки канала.
Правила форума
Убедительная просьба юзать теги [code] при оформлении листингов.
Сообщения не оформленные должным образом имеют все шансы быть незамеченными.
Убедительная просьба юзать теги [code] при оформлении листингов.
Сообщения не оформленные должным образом имеют все шансы быть незамеченными.
- mayor
- сержант
- Сообщения: 215
- Зарегистрирован: 2008-09-06 10:11:49
- Контактная информация:
Re: Просмотр загрузки канала.
Услуги хостинговой компании Host-Food.ru
Тарифы на хостинг в России, от 12 рублей: https://www.host-food.ru/tariffs/hosting/
Тарифы на виртуальные сервера (VPS/VDS/KVM) в РФ, от 189 руб.: https://www.host-food.ru/tariffs/virtualny-server-vps/
Выделенные сервера, Россия, Москва, от 2000 рублей (HP Proliant G5, Intel Xeon E5430 (2.66GHz, Quad-Core, 12Mb), 8Gb RAM, 2x300Gb SAS HDD, P400i, 512Mb, BBU):
https://www.host-food.ru/tariffs/vydelennyi-server-ds/
Недорогие домены в популярных зонах: https://www.host-food.ru/domains/
Тарифы на виртуальные сервера (VPS/VDS/KVM) в РФ, от 189 руб.: https://www.host-food.ru/tariffs/virtualny-server-vps/
Выделенные сервера, Россия, Москва, от 2000 рублей (HP Proliant G5, Intel Xeon E5430 (2.66GHz, Quad-Core, 12Mb), 8Gb RAM, 2x300Gb SAS HDD, P400i, 512Mb, BBU):
https://www.host-food.ru/tariffs/vydelennyi-server-ds/
Недорогие домены в популярных зонах: https://www.host-food.ru/domains/
-
- рядовой
- Сообщения: 13
- Зарегистрирован: 2009-07-24 11:45:08
Re: Просмотр загрузки канала.
Установил SqStat, вот конфиг Squid-а:
При попытке обращения к http://ip_servera/sqstat/sqstat.php показывает:
Error (1): Cannot get data. Server answered: HTTP/1.0 407 Proxy Authentication Required
В чем может быть проблемма?
Код: Выделить всё
auth_param basic program /usr/local/libexec/squid/ncsa_auth /usr/local/etc/squid/ncsa.sams
auth_param basic children 5
auth_param basic realm Squid proxy-caching web server
auth_param basic credentialsttl 2 hours
auth_param basic casesensitive off
# TAG: acl
acl _sams_4a6db7a89006b src "/usr/local/etc/squid/4a6db7a89006b.sams"
acl _sams_4a6db7a89006b_time time MTWHFAS 00:00-23:59
acl _sams_4a6db5ebecfc0 src "/usr/local/etc/squid/4a6db5ebecfc0.sams"
acl _sams_4a6db5ebecfc0_time time MTWHFAS 00:00-23:59
acl _sams_4a819b361e4e3 src "/usr/local/etc/squid/4a819b361e4e3.sams"
acl _sams_4a819b361e4e3_time time MTWHFAS 00:00-23:59
acl _sams_4a819b70b3f02 src "/usr/local/etc/squid/4a819b70b3f02.sams"
acl _sams_4a819b70b3f02_time time MTWHFAS 00:00-23:59
acl _sams_4a828b2193b75 src "/usr/local/etc/squid/4a828b2193b75.sams"
acl _sams_4a828b2193b75_time time MTWHFAS 00:00-23:59
acl _sams_4a6c3cd999182 proxy_auth "/usr/local/etc/squid/4a6c3cd999182.sams"
acl _sams_4a6c3cd999182_time time MTWHFAS 00:00-23:59
#Recommended minimum configuration:
acl all src all
acl manager proto cache_object
acl localhost src 127.0.0.1/32
acl webserver src 192.168.0.13/255.255.255.255
acl to_localhost dst 127.0.0.0/8
#
# Example rule allowing access from your local networks.
# Adapt to list your (internal) IP networks from where browsing
# should be allowed
acl localnet src 10.0.0.0/8 # RFC1918 possible internal network
acl localnet src 172.16.0.0/12 # RFC1918 possible internal network
acl localnet src 192.168.0.0/16 # RFC1918 possible internal network
#-----------------------------
acl SSL_ports port 443
acl Safe_ports port 80 # http
acl Safe_ports port 21 # ftp
acl Safe_ports port 443 # https
acl Safe_ports port 70 # gopher
acl Safe_ports port 210 # wais
acl Safe_ports port 1025-65535 # unregistered ports
acl Safe_ports port 280 # http-mgmt
acl Safe_ports port 488 # gss-http
acl Safe_ports port 591 # filemaker
acl Safe_ports port 777 # multiling http
acl CONNECT method CONNECT
# TAG: http_access
http_access allow _sams_4a6db7a89006b _sams_4a6db7a89006b_time
http_access allow _sams_4a6db5ebecfc0 _sams_4a6db5ebecfc0_time
http_access allow _sams_4a819b361e4e3 _sams_4a819b361e4e3_time
http_access allow _sams_4a819b70b3f02 _sams_4a819b70b3f02_time
http_access allow _sams_4a828b2193b75 _sams_4a828b2193b75_time
http_access allow _sams_4a6c3cd999182 _sams_4a6c3cd999182_time
#Recommended minimum configuration:
#
# Only allow cachemgr access from localhost
http_access allow manager localhost
http_access allow webserver
http_access deny manager
# Deny requests to unknown ports
http_access deny !Safe_ports
# Deny CONNECT to other than SSL ports
http_access deny CONNECT !SSL_ports
#
# We strongly recommend the following be uncommented to protect innocent
# web applications running on the proxy server who think the only
# one who can access services on "localhost" is a local user
#http_access deny to_localhost
#
# INSERT YOUR OWN RULE(S) HERE TO ALLOW ACCESS FROM YOUR CLIENTS
# Example rule allowing access from your local networks.
# Adapt localnet in the ACL section to list your (internal) IP networks
# from where browsing should be allowed
http_access allow localnet
# And finally deny all other access to this proxy
http_access deny all
#Allow ICP queries from local networks only
icp_access allow localnet
icp_access deny all
# Squid normally listens to port 3128
http_port 8080 transparent
#We recommend you to use at least the following line.
hierarchy_stoplist cgi-bin ?
access_log /usr/local/squid/logs/access.log squid
#Suggested default:
refresh_pattern ^ftp: 1440 20% 10080
refresh_pattern ^gopher: 1440 0% 1440
refresh_pattern -i (/cgi-bin/|\?) 0 0% 0
refresh_pattern . 0 20% 4320
# Don't upgrade ShoutCast responses to HTTP
acl shoutcast rep_header X-HTTP09-First-Line ^ICY.[0-9]
upgrade_http0.9 deny shoutcast
# Apache mod_gzip and mod_deflate known to be broken so don't trust
# Apache to signal ETag correctly on such responses
acl apache rep_header Server ^Apache
broken_vary_encoding allow apache
# TAG: delay_class
delay_pools 6
delay_class 1 2
delay_class 2 2
delay_class 3 2
delay_class 4 2
delay_class 5 2
delay_class 6 2
delay_access 1 allow _sams_4a6c3cd999182
delay_access 1 deny all
delay_parameters 1 524288/524288 524288/524288
delay_access 2 allow _sams_4a6db5ebecfc0
delay_access 2 deny all
delay_parameters 2 524288/524288 524288/524288
delay_access 3 allow _sams_4a6db7a89006b
delay_access 3 deny all
delay_parameters 3 524288/524288 30720/30720
delay_access 4 allow _sams_4a819b361e4e3
delay_access 4 deny all
delay_parameters 4 524288/524288 20480/20480
delay_access 5 allow _sams_4a819b70b3f02
delay_access 5 deny all
delay_parameters 5 524288/524288 10240/10240
delay_access 6 allow _sams_4a828b2193b75
delay_access 6 deny all
delay_parameters 6 524288/524288 102400/102400
#Default:
forwarded_for off
Error (1): Cannot get data. Server answered: HTTP/1.0 407 Proxy Authentication Required
В чем может быть проблемма?