Hi ,
i am new for nagios XI, can i know , how to monitor performance (CPU, RAM) and some protocol (SSH, VPN ) on network device ?
Regards,
Samath
monitor network device
Re: monitor network device
We would need to know the Make and Model number of the Network Device so we can help out on setting up some commands to monitor CPU and RAM.
Can you provide more details for monitoring SSH and VPN?
Are looking to monitor if a VPN tunnel is up on the device?
Are you looking to see if SSH is available on the device or that someone is logged in to the device?
Thanks
Can you provide more details for monitoring SSH and VPN?
Are looking to monitor if a VPN tunnel is up on the device?
Are you looking to see if SSH is available on the device or that someone is logged in to the device?
Thanks
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: monitor network device
Hi ,
Yes, my network device is Cisco ASA5505, ASA5510, so I would like to monitor its CPU, and Ram usage,
and monitor if a VPN tunnel is up on the device, SSH protocol is working
thanks
Yes, my network device is Cisco ASA5505, ASA5510, so I would like to monitor its CPU, and Ram usage,
and monitor if a VPN tunnel is up on the device, SSH protocol is working
thanks
Re: monitor network device
I found this plugin that you could use to get the load from the Cisco ASA'S
https://github.com/mmornati/puppet-nagi ... mp_load.pl
An example for running the plugin
I found this plugin that you could use to get the memory usage from the Cisco ASA'S
https://exchange.nagios.org/directory/P ... st/details
I then found this plugin for checking the status of a VPN tunnel but I do not have the ability to test it.
https://exchange.nagios.org/directory/P ... pn/details
To upload the plugins, you can follow this guide.
https://assets.nagios.com/downloads/nag ... ios-XI.pdf
There is a SSH Login wizard you can use to to verify that you can login to the ASA's or if you just want to verify that the port is open, you can use the TCP/UDP Port Wizard.
Any questions, let us know.
https://github.com/mmornati/puppet-nagi ... mp_load.pl
An example for running the plugin
Code: Select all
./check_snmp_load_new.pl -H xxx.xxx.xxx.xxx -C public -w 10,10,10 -c 20,20,20 --type=c5500 -fhttps://exchange.nagios.org/directory/P ... st/details
I then found this plugin for checking the status of a VPN tunnel but I do not have the ability to test it.
https://exchange.nagios.org/directory/P ... pn/details
To upload the plugins, you can follow this guide.
https://assets.nagios.com/downloads/nag ... ios-XI.pdf
There is a SSH Login wizard you can use to to verify that you can login to the ASA's or if you just want to verify that the port is open, you can use the TCP/UDP Port Wizard.
Any questions, let us know.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Re: monitor network device
thanks for your support, pls let me try that plugin,
Thanks.
Thanks.
Re: monitor network device
We'll keep this open for you, let us know if you need further assistance!
Former Nagios employee