Page 1 of 1

Plugin to Monitor Clodu Zone and other stuffs from Nagios

Posted: Fri Jul 11, 2014 5:13 am
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

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

Posted: Fri Jul 11, 2014 9:34 am
by tmcdonald
That's a pretty general request. What specifically are you looking to monitor in your CCE?

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

Posted: Mon Jul 14, 2014 3:24 am
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

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

Posted: Mon Jul 14, 2014 12:04 pm
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.

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

Posted: Tue Sep 09, 2014 3:44 am
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

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

Posted: Tue Sep 09, 2014 10:26 am
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.