* [sisyphus] snmp and squid @ 2003-06-12 14:07 Nick Fedchik 2003-06-12 14:46 ` Герасимов Дмитрий 0 siblings, 1 reply; 5+ messages in thread From: Nick Fedchik @ 2003-06-12 14:07 UTC (permalink / raw) To: sisyphus Hi ALL! Задумал я снимать статистику с squid-a с помощью snmp, чтобы наблюдать её через mrtg (http://people.ee.ethz.ch/~oetiker/webtools/mrtg/squid.html). # rpm -q squid squid-2.5.STABLE1-alt5 Подогнал конфиг: # grep snmp /etc/squid/squid.conf snmp_port 3401 snmp_access allow localhost snmp_incoming_address 0.0.0.0 snmp_outgoing_address 255.255.255.255 Перезапустил зверя: # netstat -ualn | grep 3401 udp 0 0 0.0.0.0:3401 0.0.0.0:* # tail -30 /var/log/squid/cache.log | grep SNMP 2003/06/12 17:07:55| Accepting SNMP messages on port 3401, FD 14. И стал проверять... # snmpwalk -v1 -On -p 3401 localhost public . End of MIB Вот так! В cache.log ничего на тему snmp нового не появилось. Если кто сталкивался - подскажите как победить? -- Best regards, Nick Fedchik FNM3-RIPE(-UANIC), R.E.D Team leader http://www.red-team.org.ua ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [sisyphus] snmp and squid 2003-06-12 14:07 [sisyphus] snmp and squid Nick Fedchik @ 2003-06-12 14:46 ` Герасимов Дмитрий 2003-06-12 15:15 ` Nick Fedchik 0 siblings, 1 reply; 5+ messages in thread From: Герасимов Дмитрий @ 2003-06-12 14:46 UTC (permalink / raw) To: sisyphus [-- Attachment #1: Type: text/plain, Size: 1274 bytes --] On Thu, 12 Jun 2003 17:07:36 +0300 Nick Fedchik <fnm@red-team.org.ua> wrote: > Hi ALL! > > Задумал я снимать статистику с squid-a с помощью snmp, чтобы наблюдать > её через mrtg > (http://people.ee.ethz.ch/~oetiker/webtools/mrtg/squid.html). > > # rpm -q squid > squid-2.5.STABLE1-alt5 > > Подогнал конфиг: > # grep snmp /etc/squid/squid.conf > snmp_port 3401 > snmp_access allow localhost > snmp_incoming_address 0.0.0.0 > snmp_outgoing_address 255.255.255.255 > > Перезапустил зверя: > # netstat -ualn | grep 3401 > udp 0 0 0.0.0.0:3401 0.0.0.0:* > # tail -30 /var/log/squid/cache.log | grep SNMP > 2003/06/12 17:07:55| Accepting SNMP messages on port 3401, FD 14. > > И стал проверять... > # snmpwalk -v1 -On -p 3401 localhost public . > End of MIB > > Вот так! В cache.log ничего на тему snmp нового не появилось. > Если кто сталкивался - подскажите как победить? > я делал все по интрукции с squid.opennet.ru никаких проблем- все работает > -- > Best regards, Nick Fedchik > FNM3-RIPE(-UANIC), R.E.D Team leader > http://www.red-team.org.ua > > > _______________________________________________ > Sisyphus mailing list > Sisyphus@altlinux.ru > http://altlinux.ru/mailman/listinfo/sisyphus [-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [sisyphus] snmp and squid 2003-06-12 14:46 ` Герасимов Дмитрий @ 2003-06-12 15:15 ` Nick Fedchik 2003-06-12 16:47 ` Герасимов Дмитрий 0 siblings, 1 reply; 5+ messages in thread From: Nick Fedchik @ 2003-06-12 15:15 UTC (permalink / raw) To: sisyphus В сообщении от Чт 12 Июн 2003 17:46 Герасимов Дмитрий написал(a): > я делал все по интрукции с squid.opennet.ru > никаких проблем - все работает Как я щаслив, что у тебя без проблем всё работает? ;) http://squid.opennet.ru/FAQ/my/FAQrus-18.html Отсюда инструкция? -- Best regards, Nick Fedchik FNM3-RIPE(-UANIC), R.E.D Team leader http://www.red-team.org.ua ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [sisyphus] snmp and squid 2003-06-12 15:15 ` Nick Fedchik @ 2003-06-12 16:47 ` Герасимов Дмитрий 2003-06-13 7:48 ` Nick Fedchik 0 siblings, 1 reply; 5+ messages in thread From: Герасимов Дмитрий @ 2003-06-12 16:47 UTC (permalink / raw) To: sisyphus [-- Attachment #1: Type: text/plain, Size: 771 bytes --] On Thu, 12 Jun 2003 18:15:02 +0300 Nick Fedchik <fnm@red-team.org.ua> wrote: > В сообщении от Чт 12 Июн 2003 17:46 Герасимов Дмитрий написал(a): > > я делал все по интрукции с squid.opennet.ru > > никаких проблем - все работает > Как я щаслив, что у тебя без проблем всё работает? ;) -------^^ счастлив. я тоже люблю задорные шутки > http://squid.opennet.ru/FAQ/my/FAQrus-18.html > Отсюда инструкция? нет. читайте лучше - там все написано раздел "Мониторинг" http://squid.opennet.ru/mrtg/ > > -- > Best regards, Nick Fedchik > FNM3-RIPE(-UANIC), R.E.D Team leader > http://www.red-team.org.ua > > > _______________________________________________ > Sisyphus mailing list > Sisyphus@altlinux.ru > http://altlinux.ru/mailman/listinfo/sisyphus [-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --] ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [sisyphus] snmp and squid 2003-06-12 16:47 ` Герасимов Дмитрий @ 2003-06-13 7:48 ` Nick Fedchik 0 siblings, 0 replies; 5+ messages in thread From: Nick Fedchik @ 2003-06-13 7:48 UTC (permalink / raw) To: sisyphus В сообщении от Чт 12 Июн 2003 19:47 Герасимов Дмитрий написал(a): > ... я тоже люблю задорные шутки ;) > раздел "Мониторинг" http://squid.opennet.ru/mrtg/ Прочитал. Победил зверя. Спасибо! -- Best regards, Nick Fedchik FNM3-RIPE(-UANIC), R.E.D Team leader http://www.red-team.org.ua ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2003-06-13 7:48 UTC | newest] Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed) -- links below jump to the message on this page -- 2003-06-12 14:07 [sisyphus] snmp and squid Nick Fedchik 2003-06-12 14:46 ` Герасимов Дмитрий 2003-06-12 15:15 ` Nick Fedchik 2003-06-12 16:47 ` Герасимов Дмитрий 2003-06-13 7:48 ` Nick Fedchik
ALT Linux Sisyphus discussions This inbox may be cloned and mirrored by anyone: git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \ sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru public-inbox-index sisyphus Example config snippet for mirrors. Newsgroup available over NNTP: nntp://lore.altlinux.org/org.altlinux.lists.sisyphus AGPL code for this site: git clone https://public-inbox.org/public-inbox.git