CiscoDevNet / Hyperflex-Hypercheck

Perform pro-active self checks on your Hyperflex cluster to ensure stability and resiliency
MIT License
27 stars 18 forks source link

Cluster Services Check fails #49

Open doomi opened 2 years ago

doomi commented 2 years ago

on our HyperFlex 4.0 clusters, the "Cluster Services Check" always fails in environments, where no replication is used.

the check runs "service_status.sh" and parses the output for certain service names. one of them is "Cluster IP Monitor". this one will always fail in our environment, because there's another service called "Replication Cluster IP Monitor", which is not running because we don't have replication.

lines 580,581: elif "Cluster IP Monitor" in line and "Not" in line: cluster_service_chk = "FAIL"