当前位置:网站首页>Implementation of Prometheus web authentication and alarm
Implementation of Prometheus web authentication and alarm
2022-07-26 08:40:00 【afei00123】
One 、Prometheus be based on nginx Reverse generation implementation Web authentication
Deployed prometheus We should all know , It doesn't do any certification , Direct input IP+ Port can access , This means that your data is streaking on the public Internet , This is absolutely impossible in the production environment . It can be done by nginx The reverse proxy implementation of Prometheus Web authentication .
Web_certifica_for_prometheus.sh:
#!/bin/bash
# Write by afei
# judge install nginx
if rpm -qa |grep ^nginx-1 && rpm -qa |grep ^nginx-mod; then
nginx -V
else
yum -y install nginx
nginx -V
边栏推荐
- memorandum...
- 22-07-16 personal training match 3 competition experience
- [freeswitch development practice] user defined module creation and use
- Why reserve a capacitor station on the clock output?
- Flutter text is left aligned with no blank space in the middle
- MySQL 8.0 OCP 1z0-908 certification examination question bank 1
- Mycat2 sub database and sub table
- Oracle 19C OCP 1z0-082 certification examination question bank (7-12)
- Cadence(十)走线技巧与注意事项
- Flutter distribution
猜你喜欢

Uninstallation of dual systems

【加密周报】加密市场有所回温?寒冬仍未解冻 盘点上周加密市场发生的重大事件

2022-7-9 personal qualifying 6 competition experience

【C语言】程序员筑基功法——《函数栈帧的创建与销毁》

【FreeSwitch开发实践】使用SIP客户端Yate连接FreeSwitch进行VoIP通话

shell编程

MySQL 8.0 OCP (1z0-908) has a Chinese exam

Memory management based on C language - Simulation of dynamic partition allocation

Nodejs2day (modularization of nodejs, NPM download package, module loading mechanism)

QT note 2
随机推荐
Mysql database connection / query index and other common syntax
Mycat2 sub database and sub table
Special lecture 2 dynamic planning learning experience (should be updated for a long time)
Redis进阶
内存管理-动态分区分配方式模拟
Oracle 19C OCP 1z0-083 question bank (1-6)
Oracle 19C OCP 1z0-082 certification examination question bank (42-50)
Oracle 19C OCP 1z0-082 certification examination question bank 1
C#入门系列(三十一) -- 运算符重载
Storage of drawings (refined version)
Logic of data warehouse zipper table
23.9 application exit application exit
22-07-16 personal training match 3 competition experience
File management file system based on C #
Sub Chocolate & paint area
QT note 2
IC's first global hacking bonus is up to US $6million, helping developers venture into web 3!
QT uses QSS to make a beautiful login interface (hand-in-hand teaching)
OA项目之我的会议(会议排座&送审)
【加密周报】加密市场有所回温?寒冬仍未解冻 盘点上周加密市场发生的重大事件