i installed nagios XI on one server and i'm monitoring another (slave) by means of server plugins.
i configured many things like cpu check, memory, proc and so way, that are ok. So at the end i need to configure a Network Bandwidth Monitoring. I figure out the slave by means of NRPE give information to the server. The server will then evaluate
warning and critical and track the bandwidth usage in a graph.
I installed manually NRPE and relative plugins on the slave, i installed nsmp on the slave and now i want know which plugin i need to doing this.
i used i.e. "check_tcptraffic" but i receive those error when i launch this:
Code: Select all
Can't locate Nagios/Plugin/Threshold.pm in @INC (@INC contains: /usr/lib64/perl5/site_perl/5.8.8/x86_64-linux-thread-multi /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl /usr/lib64/perl5/vendor_perl/5.8.8/x86_64-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl /usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi /usr/lib/perl5/5.8.8 .) at ./check_tcptraffic line 36.
BEGIN failed--compilation aborted at ./check_tcptraffic line 36.
thanks in advance!