squid with snmp - BBS

Margaret avatar
By Margaret
at 2010-07-20T13:48

Table of Contents

裝了squid之後,也不知道使用情形如何
store.log cache.log access.log這三個交叉看滿累的
也不是全懂

後來有找到snmp 和 squid的資料
http://wiki.squid-cache.org/Features/Snmp#Monitoring_Squid_with_MRTG

大概講一下我弄得過程
首先假設你snmp和mrtg都已經可以跑了
squid當初裝時,有勾選
SQUID_SNMP Enable SNMP support
(cd /usr/ports/www/squid;make config)

1.vi /usr/local/etc/squid/squid

acl snmppublic snmp_community public <- 你原本的community name
snmp_port 3401
#acl localhost src 127.0.0.1/255.255.255.255 用這個似乎都不行
acl lanuser src 192.168.0.0/255.255.255.0
snmp_access allow snmppublic lanuser
snmp_access deny all
snmp_incoming_address 0.0.0.0 //0.0.0.0 是允許任意來源
snmp_outgoing_address 255.255.255.255 //四個255是說參考上面那行IP(0.0.0.0)

2. squid -k reconfigure //重新讀設定檔

3.snmpwalk -m /usr/local/etc/squid/mib.txt -c public -v2c 192.168.0.1:3401 .1.3.6.1.4.1.3495.1.1

應該會跑出一些東西,沒有錯誤就是成功了
squid的OID開頭是.1.3.6.1.4.1.3495,詳細的參考上面的網址

4.設定mrtg的cfg檔

要先填下面這個
LoadMIBs: /usr/local/etc/squid/mib.txt
(請確認你有這個檔)

基本上就看你要監控什麼就設什麼

以下是我的:
Target[proxy1]:1.3.6.1.4.1.3495.1.3.1.3.0&1.3.6.1.4.1.3495.1.3.1.3.0:[email protected]:3401
Title[proxy1]:Total memory accounted for KB
PageTop[proxy1]:Total memory accounted for KB
Options[proxy1]:nopercent, noinfo, growright, gauge, pngdate
MaxBytes[proxy1]: 32000
YLegend[proxy1]: KB
ShortLegend[proxy1]: KB
Legend1[proxy1]: Total memory accounted for KB
Legend2[proxy1]:
Legend3[proxy1]: Total memory accounted for KB
Legend4[proxy1]:
LegendI[proxy1]: Total memory accounted for KB
LegendO[proxy1]:
Unscaled[proxy1]: dwmy

以上,謝謝收看

--
Tags: BBS

All Comments

ntfs-3g 安裝失敗

Eartha avatar
By Eartha
at 2010-07-20T11:19
我在 8.0-RELEASE 下試圖安裝 ntfs-3g 結果出現以下錯誤訊息: [cgkm /usr/ports/sysutils/fusefs-ntfs]$ sudo make clean install clean ... 口卡口卡 ... ===andgt; mount_fu ...

OOO ─ HTML5 The …

Ivy avatar
By Ivy
at 2010-07-17T20:05
※ [本文轉錄自 Linux 看板 #1CGPn35V ] 作者: ponsinsun (幽靈) 看板: Linux 標題: [7/20 TOSSUG HTML5 讀書會] OOO ─ HTML5 The Missing Part 時間: Sat Jul 17 20:04:17 2010 [7/20 TO ...

關於xorg滑鼠移動問題

Belly avatar
By Belly
at 2010-07-16T15:50
請問一下各位大大 我有在 /etc/rc.conf: moused_enable=and#34;YESand#34; 但是滑鼠在x-window底下還是一樣不能動 請問一下可能要怎樣解決? 先謝過大家了XD~ - ...

firewall-ipfilter

Valerie avatar
By Valerie
at 2010-07-15T01:19
ipfilter的rule看了半天,好像沒有辦法做到針對單一IP去動作 有人有實驗過的經驗嗎 可以指點一下嗎 EX pass in quick from 123.123.123.123 to any keep state block in quick all 使用的緣由: 不希望其他LAB登入我們LAB ...

du處理特殊字元

Isabella avatar
By Isabella
at 2010-07-12T10:01
※ 引述《slinbody (不敗地球人)》之銘言: : 謝謝idiotmax指導 : find . -type d -depth 1 -exec du -sh {} \; : 看當前資料夾下的子資料夾大小 看子資料夾大小的話 ... du -hd 1 -d depth Display an e ...