Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: offtopic question about monitoring system
On Thu, Feb 14, 2008 at 01:51:28PM +0300, Andrey Y. Ostanovsky wrote:
> Хмм, а mrtg на этой же машине (читай - этом же rrdtool) - делает
> картинки маленькими. В коде munin-а пробовал искать - не нашел.
Мистика.
Вот этот кусок src/gdpng.c от rrdtool:
/* choose between speed (1) and space (9) optimization */
/* we want to be fast ... */
png_set_compression_level(png_write_ptr,1);
png_set_filter(png_write_ptr,PNG_FILTER_TYPE_BASE,PNG_NO_FILTERS);
|