Hi Dmitriy Yermakov!
> Hi,
>
> http://www.ts.infn.it/computing/IPaccounting
>
> IPaccounting home page
>
> IPaccounting is a program developed for monitoring and accounting TCP/IP
> usage on a Cisco router connecting an accounting domain to the rest of
> the world. An accounting domain is a set of networks whose traffic to/from the world is
> monitored by IPaccounting (uhm, this sounds like a recursive description...).
Что я могу сказать по этому поводу:
Тулза (v 2.0b) , в принципе, ничего, но:
a) программирование на перле не самого высокого класса :)
b) мне лично пришлось править несколько явных ляпов, связанных с некоторыми
некорректными действиями (типа создаю файл неизвестно где неизвестно
из-под кого);
c) формат "базы" примитивнейший.
Как вам такое (reports_form_doit.pl) :)) :
print `cat pgplot.ps`;
пришлось заменить (введя в configuration.pl $TEMP_PATH) на
open(PS, "$TEMP_PATH/pgplot$$.ps");
while(PS) { print }
close(PS);
unlink "$TEMP_PATH/pgplot$$.ps"; # даже стереть за собой мусор слабо :)
Ну и еще вместо
require pgplot;
сделать
use PGPLOT;
т.е. не находила она этот модуль ни в какую.
После всего этого вроде работает, но черт же его знает :)))
Сконфигурили ее на три кошки. Статистику смотреть более-менее удобно.
Может, кто еще чего нашел ;) ?
bye
--
Peter A. Savitch
OKB MEI
=============================================================================
"inet-admins" Internet access mailing list. Maintained by East Connection ISP.
Mail "unsubscribe inet-admins" to Majordomo@info.east.ru if you want to quit.
Archive is accessible on http://info.east.ru/rus/inetadm.html