Plugin to Monitor Clodu Zone and other stuffs from Nagios

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
msachikanta
Posts: 58
Joined: Tue Jan 03, 2012 2:35 am

Plugin to Monitor Clodu Zone and other stuffs from Nagios

Post by msachikanta »

Hello,

I would like to monitor our Cloud Compute Environment. Hence I am looking for a nagios plugin which can help with monitoring cloud compute environment. If any one aware of it please help me with that.

Thanks,
Sachikanta
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: Plugin to Monitor Clodu Zone and other stuffs from Nagio

Post by tmcdonald »

That's a pretty general request. What specifically are you looking to monitor in your CCE?
Former Nagios employee
msachikanta
Posts: 58
Joined: Tue Jan 03, 2012 2:35 am

Re: Plugin to Monitor Clodu Zone and other stuffs from Nagio

Post by msachikanta »

I would like to monitor the following things.

Availability of Cloud Zones,
VM's
Network IP Usage and storage usage etc..

regards,
Sachikanta
tmcdonald
Posts: 9117
Joined: Mon Sep 23, 2013 8:40 am

Re: Plugin to Monitor Clodu Zone and other stuffs from Nagio

Post by tmcdonald »

You might want to look through our Nagios Exchange for a suitable plugin/s. Here's a link to all the plugins tagged "Cloud":

http://exchange.nagios.org/directory/Plugins/Cloud

When it comes to monitoring VMs in the cloud you can usually just monitor them as you would any other machine.
Former Nagios employee
msachikanta
Posts: 58
Joined: Tue Jan 03, 2012 2:35 am

Re: Plugin to Monitor Clodu Zone and other stuffs from Nagio

Post by msachikanta »

Hello,

I have tried the plugin nagios-cloudstack2 plugin from the below url.

http://exchange.nagios.org/directory/Pl ... D2/details

But during execution of the command - './check_cloudstack.pl capacity -z zone_id -w 60 -c 80' am getting below error.

[root@server01 libexec]# ./check_cloudstack.pl capacity -z zone_id -w 60 -c 80
Can't locate loadable object for module XML::LibXML in @INC (@INC contains: /apps/nagios/cloudstack-master/lib /usr/local/lib64/perl5 /usr/local/share/perl5 /usr/lib64/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib64/perl5 /usr/share/perl5 .) at /usr/share/perl5/XML/LibXML.pm line 156.
BEGIN failed--compilation aborted at /usr/share/perl5/XML/LibXML.pm line 156.
Compilation failed in require at /apps/nagios/cloudstack-master/lib/Cloudstack/General.pm line 5.
BEGIN failed--compilation aborted at /apps/nagios/cloudstack-master/lib/Cloudstack/General.pm line 5.
Compilation failed in require at /apps/nagios/cloudstack-master/lib/Cloudstack/VM.pm line 5.
BEGIN failed--compilation aborted at /apps/nagios/cloudstack-master/lib/Cloudstack/VM.pm line 5.
Compilation failed in require at /apps/nagios/cloudstack-master/lib/Cloudstack/Command/VM.pm line 53.
BEGIN failed--compilation aborted at /apps/nagios/cloudstack-master/lib/Cloudstack/Command/VM.pm line 53.
Compilation failed in require at /usr/share/perl5/App/Cmd.pm line 98.
App::Cmd::_command("Cloudstack", undef) called at /usr/share/perl5/App/Cmd.pm line 72
App::Cmd::new("Cloudstack") called at /usr/share/perl5/App/Cmd.pm line 203
App::Cmd::run("Cloudstack") called at ./check_cloudstack.pl line 8

Please note i have amended actual zone id with zone_id in the above command.

Please help me with resolving the issue. Thanks in advance.

Regards,
Sachikanta
User avatar
Box293
Too Basu
Posts: 5126
Joined: Sun Feb 07, 2010 10:55 pm
Location: Deniliquin, Australia
Contact:

Re: Plugin to Monitor Clodu Zone and other stuffs from Nagio

Post by Box293 »

Did you follow all the steps in the README file that comes with the plugin download?

It looks like there are some missing dependencies that the plugin is not finding.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked