This can help you on following: How to use S3cmd to manage your Object Storage? How to Sync Files and Directories to AWS S3 using s3cmd Tool? Getting started with AWS s3cmd command by examples. How to use Object Storage…
Tag: DevOps
[How to] Ways to monitor Prometheus exporters
How to monitor Prometheus exporters? Monitor application and node exporter, Prometheus. Python script to monitor Prometheus exporters from Prometheus servers. Different methods to monitor Prometheus exporters. API call to monitor remote Prometheus exporters A quick introduction to Prometheus Prometheus is an…
Setup/configure a three node Elasticsearch cluster on CentOS 7
Updated post: This article was published on December 2019. This is the normal way of installing Elasticsearch on Linux machines. You can follow this blog for setting up a three node Elasticsearch cluster on CentOS 8 as well. Instead of…
How to install and configure Prometheus Node Exporter (node_exporter) as a service?
Once you setup the Prometheus server, you need to configure it to scrape metrics from the remote servers. The default exporter for collecting System level metrics is node_exporter. The node_exporter collects all system level metrics and expose on /metrics endpoint.…