You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
conn_count=$(run_mongo 'db.serverStatus().connections.current'"clusterAdmin:clusterAdmin123456@$cluster.$namespace"| egrep -v 'I NETWORK|W NETWORK|Error saving history file|Percona Server for MongoDB|connecting to:|Unable to reach primary for set|Implicit session:|versions do not match|bye')
78
78
if [ ${conn_count}-gt${max_conn} ];then
79
-
echo"ERROR: Connection count (${conn_count}) exceeds maximum allowed (${max_conn})"
79
+
echo"error: connection count (${conn_count}) exceeds maximum allowed (${max_conn})"
0 commit comments