In this article, the following aspects of using Prometheus and Grafana will be demonstrated:
In the next article I will present monitoring Jenkins and JVM with Prometheus and Grafana. Stay tuned ;-)
- Jenkins Builds (Total, Successful, Unstable, Failed, Queue etc.).
- Jenkins JVM (Memory and GC stats for performance analysis). …
If the default `docker ps` bothers you, here is a tiny script that can easily help customise its output.
Select your preferred arguments and the order they appear
Usage:
./docker-ps.sh -aiIcCRpsSNLli:mn
Git project:
Available arguments:
Jenkins can be used to create maintain and destroy multiple AWS infrastructures environments using Terraform code.
2. Jenkins fetch the Terraform code from the git repository.
3. Jenkins create, maintain or destroy the environment from the parameter using the Terraform code according to the action required.
—
In this post, we will demonstrate how multiple Terraform lifecycle infrastructures can be easily and dynamically managed and maintained per environment with Jenkins.
Terraform introduces infrastructure as code and provides the ability to create, update and destroy any kind of component and environment infrastructures in the cloud. Once provided with the credentials, region, and the required resources, it will be able to create the requested infrastructure. …
About