Installing Nagios was a slightly more challenging feat: had to install gd as a dependency, that was fine. But also needed "perl (Net::SNMP)" for Nagios to install properly from RPM.
First, I tried installing from CPAN, as my initial Perl instincts kicked in only to be met with total and utter failure.
At last, came across the correct yum package to install:
yum install perl-Net-SNMP -y
That fixed it all up for me. On to configuring it to work with Ganglia for email alerts!
No comments:
Post a Comment