View Single Post
  #4 (permalink)  
Old 08-02-2007, 02:08 PM
rutman286 rutman286 is offline
Intermediate Member
 
Posts: 15
Default figured out a "solution"

So, I'm not sure WHY this happened, but I had to change a line in /opt/zimbra/libexec/zmgengraphs.

Original

my $rrd = "%{base}/bin/rrdtool";


"Fixed"

my $rrd = "/opt/zimbra/zimbramon/rrdtool-1.0.49/bin/rrdtool";



any ideas why this had to be done?
Reply With Quote