Cant fix performance data with new metric added
Posted: Thu Oct 07, 2021 9:04 am
I found this KB article : https://support.nagios.com/kb/article.php?id=149
it describes the issue I am having, we are monitoring disk space, when a new mount point is added , the gage shows up but all graphing stops.
the reported fix dose not work though, when I run the script, I get the error:
Can't locate RRD/Simple.pm in @INC (@INC contains: /usr/lib64/perl5/vendor_perl /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .)
even though the RRD::Simple package is installed in the path:
# find / -name RRDs.pm
/usr/lib64/perl5/vendor_perl/RRDs.pm
# rpm -q rrdtool-perl
rrdtool-perl-1.4.9-1.el7.x86_64
Thanks
it describes the issue I am having, we are monitoring disk space, when a new mount point is added , the gage shows up but all graphing stops.
the reported fix dose not work though, when I run the script, I get the error:
Can't locate RRD/Simple.pm in @INC (@INC contains: /usr/lib64/perl5/vendor_perl /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .)
even though the RRD::Simple package is installed in the path:
# find / -name RRDs.pm
/usr/lib64/perl5/vendor_perl/RRDs.pm
# rpm -q rrdtool-perl
rrdtool-perl-1.4.9-1.el7.x86_64
Thanks