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? |