Cara Setting Load Balancing dengan Nginx

Load Balancing adalah sebuah mekanisme untuk membagi atau mendistribusikan trafik ke beberapa server. Nginx selain berfungsi sebagai web server bisa juga berfungsi sebagai load balancer. Metode Load Balancing Round Robin: mendistribusikan trafik ke setiap server secara bergantian. Least Connections: mendistribusikan…

How to Install Grafana for System Monitoring on Ubuntu 18.04

Grafana is an open source software for analytics and monitoring that supports more than 30 data sources. Previously I installed Prometheus on the Ubuntu server and the data will be visualized on Grafana. 0.Install Grafana Download the GPG key and…

Cara Install Grafana untuk System Monitoring di Ubuntu 18.04

Grafana adalah perangkat lunak open source untuk analytics dan monitoring yang mendukung lebih dari 30 data source. Sebelumnya saya sudah memasang Prometheus di Ubuntu server dan akan divisualisasikan datanya di Grafana. 0.Install Grafana Download GPG key dan tambah repository Grafana.…

How to Install Prometheus for System Monitoring on Ubuntu 18.04

Prometheus is an open source monitoring and alerting toolkit originally developed by SoundCloud. Prometheus joined the Cloud Native Computing Foundation in 2016. Prometheus has many metrics needed to monitor the system and can be combined with Grafana for visualization. 0.Create…

Cara Install Prometheus untuk System Monitoring di Ubuntu 18.04

Prometheus adalah open source system monitoring dan alerting toolkit yang awalnya dikembangkan oleh SoundCloud. Prometheus bergabung dengan Cloud Native Computing Foundation pada tahun 2016. Prometheus memiliki banyak metric (pengukuran) yang dibutuhkan untuk memantau system dan dapat dikombinasikan dengan Grafana untuk…

How to Install EPrints on Ubuntu 18.04

EPrints is a free and open source software for document management system, which is more commonly implemented as a university repository that stores scientific work documents such as thesis, dissertation, and research journals. 0.Install EPrints Create an EPrints repository file…