Giter Club home page Giter Club logo

web's Issues

urlooker 往falcon+ push数据, 但是在falcon Dashboard看不到曲线图

发不了截图,截图已经发到QQ群了。

web/cfg.json 已经修改为transfer地址

"falcon":{
    "enable": true,
    "addr":"http://127.0.0.1:6060/api/push",
    "interval": 30
},

另外agent tail一直有下面输出,这正常吗?

2017/08/09 10:26:13 check.go:37: no found item assigned toagent_77
2017/08/09 10:27:13 check.go:37: no found item assigned toagent_77
2017/08/09 10:28:13 check.go:37: no found item assigned toagent_77
2017/08/09 10:29:13 check.go:37: no found item assigned toagent_77
2017/08/09 10:30:13 check.go:37: no found item assigned toagent_77
2017/08/09 10:31:13 check.go:37: no found item assigned toagent_77

程序崩溃

在 web/api/item 中 58 行如下代码

isSuccess := Q.PushFront(itemStatus)
if !isSuccess {
	log.Println("error:", err)
	*reply = "save item error:" + err.Error()
	return nil
}

如果 !isSuccess 成立,而 errnil 时,则 *reply = "save item error:" + err.Error() 中的 err.Error() 会报错使程序崩溃

URL中域名对应的IP地址是动态的

我有一个情况:
现在监控http://abc.com/, abc.com的域名是一个loadbalance地址,是aws提供的elb。通过nslookup abc.com 他的IP地址随之时间会改变。你的逻辑会把real ip记录到表里面,如果上面这种情况ip改变了,还是会对已经无效的ip去检测

InternalDNS配置是不是还没实现?

看了下代码中关于内部dns配置的代码,貌似还没有真正实现dns配置功能?

func InternalDns(domain string) []g.IpIdc {
        return []g.IpIdc{}
 }

尝试在配置文件中配置貌似也不起作用。

启动后报错

你好,我启动web组件以后,日志里面一直输出
Unknown column 'ip' in 'field list'
请问什么是什么原因导致的呢?

如何调整监控url的频率?

现在是每分钟请求一次吗?希望改成3分钟,配置哪里?
建议文档把cfg.json的每个参数作用都写清。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.