Hy,
i'm a newbye.
I'm using NAGIOS for my university thesis.
I would like to know if there are some scripts about CISCO Nexus 5000 or 7000, because i need to deploy an application that monitors those kinds of devices.
Someone can help me??
I found some plugin script but i don't understand how i can use it!!! ..... is there some guide??
thank you...
Marco
HELP
-
slansing
- Posts: 7698
- Joined: Mon Apr 23, 2012 4:28 pm
- Location: Travelling through time and space...
Re: HELP
There is an SNMP check located here:
http://exchange.nagios.org/directory/Pl ... pu/details
Have you considered using SNMP? Because that is most likely what you will have to use.
http://exchange.nagios.org/directory/Pl ... pu/details
Have you considered using SNMP? Because that is most likely what you will have to use.
Re: HELP
Thank u but i've solved anyway...
i forgive to install some things
yum install net-snmp net-snmp-devel net-snmp-libs perl-SNMP
and then with this command i've installed the NET::SNMP
yum install perl-CPAN
perl -MCPAN -e 'install Net::SNMP'
Thank u all for your help!!
Marco
i forgive to install some things
yum install net-snmp net-snmp-devel net-snmp-libs perl-SNMP
and then with this command i've installed the NET::SNMP
yum install perl-CPAN
perl -MCPAN -e 'install Net::SNMP'
Thank u all for your help!!
Marco