geomonitor podmonitor pods

Configures configuration of pods to be monitored.

Command Mode

Exec > Global Configuration (config)

Syntax

geomonitor podmonitor pods pod_name [ [ failedReplicaPercent failed_replica_precentage ] [ retryCount retry_count ] [ retryFailOverInterval retry_interval ] [ retryInterval retry_interval ] ] 

failedReplicaPercent failed_replica_precentage

Specify the percentage of failed replica after which GR failover will get triggered.

Must be an integer in the range of 10-100.

pods pod_name

Specify the name of the pod to be monitored.

Must be a string.

retryCount retry_count

Specify the counter value to retry if pod failed to ping after which pod is marked as down.

Must be an integer in the range of 1-10.

retryFailOverInterval retry_interval

Specify, in milliseconds, the retry interval if pod ping fails.

Must be an integer in the range of 200-10000.

retryInterval retry_interval

Specify, in milliseconds, the retry interval if pod ping is successful.

Must be an integer in the range of 200-10000.

Usage Guidelines

Use this command to configure configuration of pods to be monitored.