Monthly Archives: October 2018

Alertmanager

GIT: https://github.com/prometheus/alertmanager Alertmanager     The Alertmanager handles alerts sent by client applications such as the Prometheus server. It takes care of deduplicating, grouping, and routing them to the correct receiver... Read More | Share it now!

Prometheus python client sample server

Flask:   from flask import Response, Flask, request import prometheus_client from prometheus_client.core import CollectorRegistry from prometheus_client import Summary, Counter, Histogram, Gauge import random, time # Create my app app =... Read More | Share it now!

Prometheus rules

OR in rules: You can use a regex for this {job=~"traefik|cadvisor|prometheus"}, however that you want to do this is a smell. ... Read More | Share it now!

Quickstart kafka installing

This tutorial assumes you are starting fresh and have no existing Kafka or ZooKeeper data. Since Kafka console scripts are different for Unix-based and Windows platforms, on Windows platforms use bin\windows\ instead of bin/, and change the script... Read More | Share it now!

u盘制作系统盘软件Rufus

http://rufus.akeo.ie/   直接下载:http://dl.huangshiyang.com/rufus-3.3.exe ... Read More | Share it now!

Linux服务器时间设置及同步

1 手动设置 date命令: date :查看当前时间,结果如下:Wed Feb  4 16:29:51 CST 2015 date -s 16:30:00 :设置当前时间,结果如下:Wed Feb  4 16:30:00 CST 2015 date -s “YYYY-MM-DD hh:mm” 如date -s “2015-02-04... Read More | Share it now!