VMware monitoring alert level

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
tomi3
Posts: 9
Joined: Sat Jan 16, 2016 10:23 am

VMware monitoring alert level

Post by tomi3 »

Hi guys,

I've just added a vSphere ESXi host into the Nagios and Monitor a guest VM CPU/MEM/NETWOEK, and everything works fine with service "OK". I'm wondering how I can set up a threshold of the alert, e.g. if network traffic exceed 1Mbps, it should a alert of critical, not OK anymore.
User avatar
lmiltchev
Bugs find me
Posts: 13589
Joined: Mon May 23, 2011 12:15 pm

Re: VMware monitoring alert level

Post by lmiltchev »

Can you show us the actual command that you are running from the command line along with the output of it? You should be able to pass "-w" and "-c" flags for the warning and critical thresholds... This is from the plugin's help:
-w, --warning=THRESHOLD
Warning threshold. See
http://nagiosplug.sourceforge.net/devel ... HOLDFORMAT
for the threshold format.
-c, --critical=THRESHOLD
Critical threshold. See
http://nagiosplug.sourceforge.net/devel ... HOLDFORMAT
for the threshold format.
Be sure to check out our Knowledgebase for helpful articles and solutions!
User avatar
Box293
Too Basu
Posts: 5126
Joined: Sun Feb 07, 2010 10:55 pm
Location: Deniliquin, Australia
Contact:

Re: VMware monitoring alert level

Post by Box293 »

I suggest you try box293_check_vmware which can be downloaded here:
http://exchange.nagios.org/directory/Pl ... re/details

There is also a wizard for it:
http://exchange.nagios.org/directory/Ad ... rd/details

There are checks specifically for NIC usage (Host_pNIC_Usage).
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
tomi3
Posts: 9
Joined: Sat Jan 16, 2016 10:23 am

Re: VMware monitoring alert level

Post by tomi3 »

Thanks @lmiltchev.
I'm running Nagios XI 5.2.3 with VMware wizard imbed. But wizard does't provide the threshold change. How can I show the CLI?
tomi3
Posts: 9
Joined: Sat Jan 16, 2016 10:23 am

Re: VMware monitoring alert level

Post by tomi3 »

Thanks @Box293
Wondering whether the wizard support GUI threshold tuning?
tomi3
Posts: 9
Joined: Sat Jan 16, 2016 10:23 am

Re: VMware monitoring alert level

Post by tomi3 »

@lmiltchev Just found it's using ESX3 plugin by Nagios XI 5.2.3 as the default VMware wizard. Any idea on how to set up the threshold?

Also I want to set up different threshold based on the service. e.g. I have two VM, for VM1, the bandwidth for critical threshold is 50%, for VM2, will be 20%, is this feasible?
You do not have the required permissions to view the files attached to this post.
User avatar
hsmith
Agent Smith
Posts: 3539
Joined: Thu Jul 30, 2015 11:09 am
Location: 127.0.0.1
Contact:

Re: VMware monitoring alert level

Post by hsmith »

Have you attempted to look at the service in the core configuration manager? You can change anything that was set up by the configuration wizard inside of there.
Former Nagios Employee.
me.
User avatar
Box293
Too Basu
Posts: 5126
Joined: Sun Feb 07, 2010 10:55 pm
Location: Deniliquin, Australia
Contact:

Re: VMware monitoring alert level

Post by Box293 »

tomi3 wrote:Thanks @Box293
Wondering whether the wizard support GUI threshold tuning?
Yes, with every check available in the Wizard you can change the thresholds and the unit type as well (the plugin supports many different options).
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Locked