Search found 3 matches

by adi
Fri Feb 24, 2006 6:36 am
Forum: Feature Requests
Topic: Host names as description for the AREAs
Replies: 1
Views: 1537

Host names as description for the AREAs

Hi all, I created a Graph Template to represent CPU utilization of two nodes of a cluster. It works quite ok but I have a problem with putting the nodes name into the legend. I tried to use the |host_description| statement but this doesn't work. I also do not see an option to defined it manualy. The...
by adi
Wed Feb 22, 2006 7:03 am
Forum: Help: Linux/Unix Specific
Topic: libpng warning: Application was compiled with png.h from lib
Replies: 3
Views: 1670

The problem is solved by creating a symbolic link:
ln -sf libpng.so.3.1.2.8 libpng.so.2

The issue was related with the libpng.so.2 which seems to be used by the RRDtool.
by adi
Tue Feb 21, 2006 10:11 am
Forum: Help: Linux/Unix Specific
Topic: libpng warning: Application was compiled with png.h from lib
Replies: 3
Views: 1670

I have similar issue but runing on Solaris: libpng warning: Application was compiled with png.h from libpng-1.2.8 libpng warning: Application is running with png.c from libpng-1.0.15 libpng error: Incompatible libpng version in application and library I wanted to do to exchange my old RRDTOOL 1.0 wi...