发布时间:2017-01-17 21:36:06
grafana的官方文档写的太简单,要自动化创建一个metrics,经过反复测试,下面一个例子就可以了。{ "Dashboard": { "title": "gorouter", "editable": true, "rows": [.........【阅读全文】
发布时间:2016-08-13 19:16:19
{ "api.xxx.cn": [{"address": "10.0.16.19:9022","ttl": 0}]}route = JSON.parse(result)temp_route = {}route.each do |host, ip_metas|temp_route[host] = ip_metas.map { |ip_meta| ip_m.........【阅读全文】
发布时间:2016-07-31 19:03:36
#!/usr/bin/env python# -*- coding: utf-8 -*-# # Date: Jul 25,2016'''### Purpose ####Correlating the reservations you currently have active with your running instances is a manual, time-consuming, and error .........【阅读全文】
发布时间:2015-10-13 20:36:03
题目在这里 http://bbs.chinaunix.net/thread-4189187-1-1.html,bbs有问题,我的几个回帖都被删了.
#!......【阅读全文】