nightingale1/src
Feng_Qi acaa88f1a9
add ping/net_response/http_response support (#594)
* fix port check and push debug log

1:如果服务没有监听在 0.0.0.0 上,而是监听在特定地址上的话,在 127.0.0.1 上无法检测到端口。修改为如果 127.0.0.1 检测不到话,在 identity 的地址上再检测一次。
2. http push 部分缺乏 debug 日志,把 debug log 改到 push 里面以补全。

* Update cron.go

* notify add resource name and note

* Update notify.go

* Update notify.go

修复一个当 name/note 为空值且 resource 只有一台时, 由于被 config.Set 清空
因此获取下标 index out of range 导致 panic 的 bug

* add ping, net_response, http_response plugin

增加
ping
net_response
http_response
的插件支持

* Update all.go

* add example config yml

* Update notify.go
2021-02-28 07:56:35 +08:00
..
common add accumulator for prober & generate default plugin config (#560) 2021-01-29 08:26:28 +08:00
models bugfix: update session param has a mistake (#576) 2021-02-03 15:00:14 +08:00
modules add ping/net_response/http_response support (#594) 2021-02-28 07:56:35 +08:00
toolkits uniq res bindings 2021-01-31 10:52:04 +08:00