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.
VMware monitoring alert level
Re: VMware monitoring alert level
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!
- Box293
- Too Basu
- Posts: 5126
- Joined: Sun Feb 07, 2010 10:55 pm
- Location: Deniliquin, Australia
- Contact:
Re: VMware monitoring alert level
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).
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.
Re: VMware monitoring alert level
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?
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?
Re: VMware monitoring alert level
Thanks @Box293
Wondering whether the wizard support GUI threshold tuning?
Wondering whether the wizard support GUI threshold tuning?
Re: VMware monitoring alert level
@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?
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.
Re: VMware monitoring alert level
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.
me.
- Box293
- Too Basu
- Posts: 5126
- Joined: Sun Feb 07, 2010 10:55 pm
- Location: Deniliquin, Australia
- Contact:
Re: VMware monitoring alert level
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).tomi3 wrote:Thanks @Box293
Wondering whether the wizard support GUI threshold tuning?
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.