SuccessConsole Output

Host key checking is off. It may be vulnerable to man-in-the-middle attacks.
[jsch] Permanently added '172.21.249.150' (RSA) to the list of known hosts.
Connected to osm-master-12380[172.21.249.150:22] (SSH-2.0-OpenSSH_8.9p1 Ubuntu-3)
Started command osm-master-12380#644: 
                        /usr/share/osm-devops/installers/osm_health.sh -k -s osm
                    
helm -n osm list
NAME        	NAMESPACE	REVISION	UPDATED                                	STATUS  	CHART                        	APP VERSION
airflow     	osm      	1       	2024-03-28 11:54:43.020639123 +0000 UTC	deployed	airflow-1.9.0                	2.5.3      
alertmanager	osm      	1       	2024-03-28 11:58:26.735709431 +0000 UTC	deployed	alertmanager-0.22.0          	v0.24.0    
mongodb-k8s 	osm      	1       	2024-03-28 11:54:36.220451655 +0000 UTC	deployed	mongodb-13.9.4               	6.0.5      
osm         	osm      	1       	2024-03-28 11:54:37.106952731 +0000 UTC	deployed	osm-0.0.1                    	15         
pushgateway 	osm      	1       	2024-03-28 11:58:19.774155454 +0000 UTC	deployed	prometheus-pushgateway-1.18.2	1.4.2      
helm -n osm status osm
NAME: osm
LAST DEPLOYED: Thu Mar 28 11:54:37 2024
NAMESPACE: osm
STATUS: deployed
REVISION: 1
TEST SUITE: None
NOTES:
1. Get the application URL by running these commands:
  export NODE_PORT=$(kubectl get --namespace osm -o jsonpath="{.spec.ports[0].nodePort}" services nbi)
  export NODE_IP=$(kubectl get nodes --namespace osm -o jsonpath="{.items[0].status.addresses[0].address}")
  echo http://$NODE_IP:$NODE_PORT
===> Successful checks: 1/24
===> Successful checks: 2/24
===> Successful checks: 3/24
===> Successful checks: 4/24
===> Successful checks: 5/24
===> Successful checks: 6/24
===> Successful checks: 7/24
===> Successful checks: 8/24
===> Successful checks: 9/24
===> Successful checks: 10/24
===> Successful checks: 11/24
===> Successful checks: 12/24
===> Successful checks: 13/24
===> Successful checks: 14/24
===> Successful checks: 15/24
===> Successful checks: 16/24
===> Successful checks: 17/24
===> Successful checks: 18/24
===> Successful checks: 19/24
===> Successful checks: 20/24
===> Successful checks: 21/24
===> Successful checks: 22/24
===> Successful checks: 23/24
===> Successful checks: 24/24

SYSTEM IS READY
Success command osm-master-12380#644: 
                        /usr/share/osm-devops/installers/osm_health.sh -k -s osm
                    
Disconnected from osm-master-12380[172.21.249.150:22]