Table of Contents1 Introduction2 Refer to install Ansible and Jenkins as the link below3 Jenkins install Plug-in Ansible3.1 Global setting4…
DevOps Blog – Latest DevOps Articles and Tutorials
Vagrant create ansible
Vagrant is a Configuration management tool. In this tutorial, I will use Vagrant to create an Ansible practice environment. Quickstart…
Install Grafana on Centos 7
Grafana is tool monitoring and Data visualization with support InfluxDB, Graphite, Prometheus, Elasticsearch, and many more databases. In this tutorial,…
Install nslookup on Linux
In this tutorial, How to install nslookup on Linux. nslookup is part of the bind-utils package. The package bind-utils is…
TKPROF using trace analyzer to trace SQL
Table of Contents1 Introduction2 Syntax of the TKPROF Command2.1 Options of TKPROF command3 How to Use Trace Analyzer to Trace…
Install Prometheus on RHEL / CentOS 7
In this tutorial, How to install Prometheus on RHEL / CentOS 7. Prometheus is an open-source monitoring system and time…
Install InfluxDB on RHEL / Centos 7
In this tutorial, How to install InfluxDB on RHEL / Centos 7. InfluxDB is an open-source time-series database. It is…
Install Netdata on RHEL 7 / CENTOS 7
In this tutorial, How to install Netdata on RHEL 7 / CENTOS 7. Netdata is performance and health monitoring for…
Quick start install Elasticsearch and Kibana with Docker
In this tutorial, How to Quickstart install Elasticsearch and Kibana with Docker. Elasticssearch: localhost:9200 Kibana: localhost:5601 Docker-compose start with Docker-compose…
Jenkins checkout Pipeline Multibranch
In this tutorial, How to use Jenkins checkout Pipeline Multibranch. For example with Git, the scm reference a GitSCM Object.…