Page 1 of 1

Vmware monitor wizard

Posted: Fri Apr 17, 2020 10:20 am
by elade
Hi,

I'm using Vmware wizard to monitor ESXi.
I'm trying to understand the thresholds in some of the options.

1) VM Status for VMHost - when I check the host health (RUNTIME -s health) I want to the alert will exit with warning and not unknown.
2) Services for VMHost - some of the service when they are down that's OK and I don't want it as alert. How I can change it?
For example: service ntpd need to be down and the alert need to be OK (not critical).

Any way to do changes in the scripts or i don't use the thresholds ok?

Re: Vmware monitor wizard

Posted: Fri Apr 17, 2020 11:35 am
by ssax
1. If it's the plugin returning UNKNOWN, what does it say? You can use the negate plugin to return different statuses as a heavy handed approach:

https://assets.nagios.com/downloads/nag ... ios-XI.pdf

2. If the check runs it will always ALERT (note that alert does not mean notify/email, what I mean is that it will still show in the interface), if you do not want to see them, disable the service so that it doesn't run. If you are talking about notifications/email, you can edit the service and disable notifications on the service under the Alert Settings tab.

I would recommend you copy the plugin, make changes, then create a duplicate command in Configure > Core Config Manager > Commands that calls the modified plugin otherwise it will be reverted if we ever upgrade our plugin.

Let us know if you have any questions.

Re: Vmware monitor wizard

Posted: Sun Apr 19, 2020 2:18 am
by elade
Thank you I will try to change the plugin

Re: Vmware monitor wizard

Posted: Mon Apr 20, 2020 1:15 pm
by benjaminsmith
HI,
Thank you I will try to change the plugin
Sounds good. Just let us know if you have further questions.

Re: Vmware monitor wizard

Posted: Sun Apr 26, 2020 3:19 am
by elade
Hi,

I did some changes in the plugin script so it will do the work for me.
Thank you!
You can close the topic

Re: Vmware monitor wizard

Posted: Mon Apr 27, 2020 12:56 pm
by benjaminsmith
Fantastic!

Thanks for the update and we'll close this out.