How to verify if the Site24x7 pods are created or are in running state?
Depending on the environment the Kubernetes cluster is running, please follow the steps below:
Azure Kubernetes Engine (AKE):
- Go to Azure cloud shell.
- To bind with the kube config file (if not already bound):
az aks get-credentials --resource-group {{resource_group_name}} --name {{cluster_name}} - To verify if the cluster is properly connected:
kubectl get cluster-info - To install the agent in all worker nodes, apply the site24x7-agent.yaml file. Once applied, pods with the name prefix with 'site24x7-agent' will be created. Verify this using the below command:
kubectl get pods --selector=app=site24x7-agent -o wide
Check if the status is 'Running' in the above output.
AWS Elastic Kubernetes Service (EKS):
- Log in to the AWS console.
- To get inside the cluster:
aws eks update-kubeconfig --region {{region_name}} --name {{cluster_name}} - To verify if the cluster is properly connected:
kubectl get cluster-info - To install the agent in all worker nodes, apply the site24x7-agent.yaml file. Once applied, pods with the name prefix with 'site24x7-agent' will be created. Verify this using the below command:
kubectl get pods --selector=app=site24x7-agent -o wide
Check if the status is 'Running' in the above output.
Google Kubernetes Engine (GKE):
- Go to Google cloud shell.
- To get inside the cluster:
gcloud container clusters get-credentials [cluster-name] --zone [cluster-zone] - To verify if the cluster is properly connected:
kubectl get cluster-info - To install the agent in all worker nodes, apply the site24x7-agent.yaml file. Once applied, pods with the name prefix with 'site24x7-agent' will be created. Verify this using the below command:
kubectl get pods --selector=app=site24x7-agent -o wide
Check if the status is 'Running' in the above output.
On Premise:
- Log into the master node terminal.
- To verify if the cluster is properly connected:
kubectl get cluster-info - To install the agent in all worker nodes, apply the site24x7-agent.yaml file. Once applied, pods with the name prefix with 'site24x7-agent' will be created. Verify this using the below command:
kubectl get pods --selector=app=site24x7-agent -o wide
Check if the status is 'Running' in the above output.
Related Articles
How to uninstall the Site24x7 Windows Server Monitoring Agent
Method 1: To uninstall the Site24x7 Windows Server Monitoring Agent, click the link below: https://staticdownloads.site24x7.com/server/Site24x7WindowsAgentUninstall.zip Unzip and execute the Uninstall.bat file in the Command Prompt as an ...
Troubleshoot "[Errno 111] Connection refused" error for RabbitMQ plugins
When installing the RabbitMQ plugin, you may encounter the following error: urlopen error [Errno 111] Connection refused: This error usually occurs when the plugin tries to connect with the RabbitMQ server but is unable to establish a connection. ...
Troubleshoot the Error 404 and Error 99 for RabbitMQ
When installing the RabbitMQ plugin, you may encounter the following errors: HTTP Error 404: Not Found: This error usually occurs when Site24x7's RabbitMQ monitoring plugin attempts to access the /api/overview page of RabbitMQ, but the resource ...
Site24x7 to ServiceNow CMDB integration: CI mapping reference
Site24x7 provides integration with ServiceNow, allowing seamless population of Configuration Items (CIs) in your ServiceNow CMDB based on your monitored resources in Site24x7. This article provides a reference for the field mappings used during the ...
Sync Microsoft Entra ID users to Site24x7 via Zoho Directory
If you want to sync your user data from Microsoft Azure AD to Site24x7, you can do it with Zoho Directory's conditional assignment feature. Once synced, you can easily add users in Site24x7 without requiring manual intervention. The users added to ...