N-able / CustomMonitoring

Custom Monitoring components for N-Central
52 stars 45 forks source link

vCenter Cluster Info initial release #24

Closed Robby-Swartenbroekx closed 3 years ago

Robby-Swartenbroekx commented 3 years ago

I created a custom monitoring for the HA and DRS State for vCenter Clusters. Because we can't use asset discovery for AMP monitoring and we normally only have one cluster for each customer, I created it this way because than you can add it to any vCenter, if there is no cluster it will return green with and the values will be [NO CLUSTER FOUND]. If there is a cluster found, it will return the values of the first cluster.

It's very easy to have an extra input variable and in the code only output the one of the correct cluster and add a monitoring service for each cluster. But if you do it that way, you need to configure the cluster name, even if you only have one. (still need to have some goals for a v2 😃

Robby-Swartenbroekx commented 3 years ago

v2 is around the corner :-) So best to wait for that one...