Step By Step: Install and Configure Sensu + Grafana Written By: Santhosh Kumar, Cloud Engineer, Powerupcloud | Contributors: Logeshkumar Muruganantham, Cloud Engineer, Powerupcloud We, at Powerupcloud, extensively use Sensu for monitoring the 50+ client environments we manage — which are of all flavors and sizes. Together with Grafana for graphs, we found it to be a great monitoring platform. Though Sensu’s documentation is pretty comprehensive, we did spend some time figuring out things during the initial setup. After multiple deployments of Sensu for wide variety of environments, our engineers grew expertise with it and we thought a clear and concise set of instructions would be useful for someone starting afresh. So what follows is a step by step for - Sensu Installation and configuration Uchiwa Dashboard Setup Configure plugins, sample checks and a sensu client Graphite and Grafana installation Rendering Grafana graphs in Uchiwa Monitoring a...
How To Know Which Program To Use To Open An Unknown File Extension program is correct to open a unknown extension Method 1: Use a web service to find the appropriate program 1. Double click on the file and Select “Use the Web Service to find the appropriate program”. This method will call a web service by Microsoft which lets you find out which program is suitable to open the file with unknown extension. You can also use this service in another way to check which program to use for a p articular file extension http://shell.windows.com/fileassoc/0409/xml/redir.asp?EXT=txt In the above link just change the extension txt with any unknown file extension in the above link to know which program to use to open a file with that unknown extension Method 2: Use the web-site www.filext.com 1. Open the site www.filext.com in you...
Kubernetes Deployment procedure Login to the server ec2-user@10.20.15.244 # cd /opt/ # cd DigitEmail/ # rm DigitEmail.war # wget https://s3.ap-south-1.amazonaws.com/travel01-non-prod/DigitEmail.war # kubectl get deploy # kubectl get deploy proddigitemail -o yaml (Update the version from vr17.0 to vr18.0 (version++)) # docker build -t proddigitemail:vr18.0 . # docker tag d387acd36bf9 docker-registry.godigit.com/proddigitemail:vr18.0 # docker push docker-registry.godigit.com/proddigitemail:vr18.0 # kubectl set image deployment/proddigitemail proddigitemail=docker-registry.godigit.com/proddigitemail:vr18.0 # kubectl get pods Deployment successful Login to kubs and pull out logs kubectl get pods kubectl exec -it travelinsuranceeasy-3401720770-dfsfq bash
Comments
Post a Comment