I'm trying to set up opsview (Nagios) on a CentOS 5 server running perl 5.8.9
When I try to start it, it can't find RRDs.pm
. Turns out, neither can I. It's not on CPAN and I've been unable to determine what package would provide it. yum provides "*/RRDs.pm"
doesn't return any results.
Edit: so we've established that it should come with the perl-rrdtool
package, but unfortunately hasn't. Where do I go from here?