Install hadoop and configure hue

0. Description For the initial stage of big data learning, I also tried to build a corresponding cluster environment. Understand some functions, configurations, and principles of components by building an environment. In the actual learning process, I mostly use docker to quickly build the environment. Here is a record of my process of building hadoop. […]

k8s install kube-promethues (version 0.7)

k8s install kube-promethues (version 0.7) 1. Check the local k8s version and download the corresponding installation package kubectl version As shown in the picture, it is version 1.19 Go to the kube-promethus download address and find out which kube-promethues version is suitable for your k8s version. Then download the appropriate version for yourself #You can […]

DHTesp-push DHT22-to promethues-pushgateway

esp32-anduino.ino code #include <WiFi.h> #include <WiFiMulti.h> WiFiMulti WiFiMulti; #include <DHTesp.h> DHTesp dht; // change values to your own setup const char SSID[] = “xxxxxxxx”; // your WiFi name const char PASSWORD[] = “xxxxxxxxxxxxxx”; // your WiFi password const char * HOST = “xxxxxxxxxxxxx”; // pushGW: ip or dns const uint16_t PORT = 9091; // pushGW: […]

Promethues monitors SSL domain name expiration time

Promethues monitoring SSL domain name expiration time deployment document Promethues configuration Configuration file: Deployment address: /usr/local/prometheus/ Configuration file: prometheus.yml # my global config global: scrape_interval: 15s # Set the scrape interval to every 15 seconds. Default is every 1 minute. evaluation_interval: 15s # Evaluate rules every 15 seconds. The default is every 1 minute. # […]

HUE source code compilation and installation

Installation environment and installation package centos7 hue-4.5.0 Node.js 10.6.0 Note: The linux system first creates a hue user, and installs the mysql-5.7 database in the hue user Download the installation package hue-4.5.0 The extraction address of the hue installation package Link: Baidu Netdisk Please enter the extraction code Extraction code: 09fs Download npm Download Node.js […]