Suggest nagios plugin to Virtual machines

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
ericssonvietnam
Posts: 239
Joined: Mon Jun 27, 2016 11:05 pm

Suggest nagios plugin to Virtual machines

Post by ericssonvietnam »

Hi,

Need your help to find out best plugin to user with nagios core for virtual machines. Goal is to fetch data like:
: Numb of VM Hosted on HYP
: Hostname, ip and other details of those VM
: System resources allocated vs used to running vms
: Other hardware details ( as much possible)

can you please suggest some generic or vendor specific plugins if available. I tried searching your exchange..but no luck.
ssax
Dreams In Code
Posts: 7682
Joined: Wed Feb 11, 2015 12:54 pm

Re: Suggest nagios plugin to Virtual machines

Post by ssax »

Are you looking for plugins for vmware, hyper-v, kvm, xen, or something else?
ericssonvietnam
Posts: 239
Joined: Mon Jun 27, 2016 11:05 pm

Re: Suggest nagios plugin to Virtual machines

Post by ericssonvietnam »

I am looking out for a "generic" plugin which can work on all or at least of *Nix Os.
User avatar
tgriep
Madmin
Posts: 9190
Joined: Thu Oct 30, 2014 9:02 am

Re: Suggest nagios plugin to Virtual machines

Post by tgriep »

There isn't one single plugin / solution for what you are looking for but here are a few examples you can look at.

NRPE allows you to remotely execute Nagios plugins on other Linux/Unix machines. This allows you to monitor remote machine metrics (disk usage, CPU load, etc.).
NRPE can also communicate with some of the Windows agent addons, so you can execute scripts and check metrics on remote Windows machines as well.
Take a look athis link for more details.
https://exchange.nagios.org/directory/A ... or/details
and
This Plugin checks that all virtual machines running on your Hyper-V server are in good health.
https://exchange.nagios.org/directory/P ... th/details

Take a look at them and if you have any questions, please post it here.
Be sure to check out our Knowledgebase for helpful articles and solutions!
Locked