Commit Graph

841 Commits

Author SHA1 Message Date
710leo c4b5d13348 optimize user information filling 2021-05-16 15:42:30 +08:00
hubo 9cf2d47eef
agent 增加默认tags功能, agent 增加正则匹配磁盘挂载类型过滤功能 (#683)
* agent 增加默认tags功能, agent 增加正则匹配磁盘挂载类型过滤功能

* agent 增加默认tags功能, agent 增加正则匹配磁盘挂载类型过滤功能

Co-authored-by: huboc <huboc@zbj.com>
2021-05-08 19:17:01 +08:00
Paul Chu a9d6d6f820
支持节点迁移 (#680)
* enable promethues summary

* ADD: 添加节点迁移的方法

* FIX: node move session commit

* ADD: 注册迁移节点的接口

* MOD: fix error handle

Co-authored-by: zhupeiyuan <zhupeiyuan@fenbi.com>
2021-05-07 11:10:05 +08:00
Ulric Qin f70d303942 fix http_response compile error 2021-05-06 17:00:18 +08:00
UlricQin 967c3aa591 Merge branch 'master' of https://github.com/didi/nightingale 2021-04-29 11:32:28 +08:00
UlricQin 3a47fb2c79 use n9e-3.8.0.tar.gz in Dockerfile 2021-04-29 11:32:19 +08:00
peng19940915 1112186d1c
新增postgresql监控 (#671)
* add postgresql & remove http_response status_code tag

* add postgresql & remove http_response status_code tag

Co-authored-by: leiyupeng <susu898287771@>
2021-04-27 23:16:07 +08:00
yubo f40332f197
bugfix: add user.Type (#667) 2021-04-26 19:15:33 +08:00
UlricQin a11813f4b2 Merge branch 'master' of https://github.com/didi/nightingale 2021-04-26 09:16:11 +08:00
UlricQin 13d396a388 code refactor 2021-04-26 09:15:56 +08:00
Ulric Qin 3d3458d577 add LimitNOFILE example in service files 2021-04-24 13:25:33 +08:00
Ulric Qin e142785a9d add ams-builtin-token as server default token and refactor nginx.conf 2021-04-24 12:44:25 +08:00
yubo ddac3a9871
add connect timeout options (#664) 2021-04-20 19:10:25 +08:00
joyexpr bdb15aa0bb
perf: mem and disk size calc from %d to %.1f (#662)
Co-authored-by: 周晓明 <zhouxiaoming@star-net.cn>
2021-04-20 19:04:40 +08:00
joyexpr 6693b131d8
perf: control command support mod name with n9e- prefix (#661)
Co-authored-by: 周晓明 <zhouxiaoming@star-net.cn>
2021-04-20 10:30:48 +08:00
joyexpr 41efc66d25
fix: send mail not work(wrong notifyType and subject) (#660) 2021-04-19 23:57:20 +08:00
710leo a5197b4ced upgrade 4.0.1 2021-04-19 21:37:12 +08:00
710leo d49d40768c organize configuration 2021-04-19 21:28:02 +08:00
710leo c71264ab30 fix send message 2021-04-19 20:10:29 +08:00
710leo 8f1fd17f5c add configuration 2021-04-19 16:44:07 +08:00
UlricQin 7179bb79a0
default setting: udp not enable 2021-04-17 18:47:10 +08:00
710leo bb64a2f1ec support static files 2021-04-16 19:21:02 +08:00
710leo 3f0dfd63d4 support static files 2021-04-15 21:23:59 +08:00
710leo 46f7ec7af9 complete version information 2021-04-15 19:35:25 +08:00
yubo 999c1b4239
bugfix: use InviteMustGet instead of InviteGet (#654)
* add fmt import
2021-04-14 20:57:27 +08:00
yubo f6b2535cdb
bugfix: use InviteMustGet instead of InviteGet (#653) 2021-04-14 12:48:26 +08:00
yubo 5f1c868006
feature: logout when the user is invalidated (#652) 2021-04-13 14:33:21 +08:00
qinyening 59366e4d3a
发布v4版本 (#651)
* init
2021-04-13 11:38:40 +08:00
710leo bea0532872 update changelog 2021-04-12 10:46:58 +08:00
710leo e684c583fb upgrade 3.8.0 2021-04-09 17:42:17 +08:00
710leo eed2f073a0 Merge branch 'master' of https://github.com/didi/nightingale 2021-04-09 15:34:06 +08:00
710leo 31a03aa331 alert event modify filling user detail 2021-04-09 15:33:52 +08:00
yubo 71984c72b5
feature: add password changed notify (#647)
* feature: add password changed notify
2021-04-09 11:21:09 +08:00
yubo 72573e32cb
feature: add get self permissions by nodeID (#643) 2021-04-07 13:12:00 +08:00
chixianliangGithub 50f4cc10c4
去除重复代码 (#641) 2021-04-03 16:00:32 +08:00
710leo c2f98583e1 add ntp in agent conf 2021-03-31 11:39:37 +08:00
yubo 1ff6d0a2dc
feature: add [start,end) param for clude, endpointMetric, endpoints api (#639) 2021-03-30 18:10:14 +08:00
yubo 92ac8b09c0
prober plugin use `all` mode as default (#634) 2021-03-26 11:17:31 +08:00
Paul Chu 384e993ca1
enable promethues summary (#630) 2021-03-24 16:08:42 +00:00
yubo c1241fdfbc
bugfix: created_at -> create_at for rdb.user table (#632) 2021-03-24 19:10:01 +08:00
yubo be9d6ac660
use logger.Warning instead of fmt.Printf at loading plugins (#629) 2021-03-23 18:37:03 +08:00
yubo 30b469ddbd
add subject for rdb rst-code/login-code mail (#628) 2021-03-22 17:27:01 +08:00
UlricQin 22ee99f222 Merge branch 'master' of https://github.com/didi/nightingale 2021-03-19 13:19:51 +08:00
UlricQin f4675f0a34 upgrade 3.7.1 2021-03-19 13:19:27 +08:00
yubo 111c6fc1bf
feature: support node event notify with webhook (#627)
* feature: support node event notify with webhook
2021-03-19 13:06:41 +08:00
710leo 0cd2761021 Merge branch 'master' of https://github.com/didi/nightingale 2021-03-19 11:12:41 +08:00
710leo 0a7c8988c6 stra add user group detail 2021-03-19 11:12:32 +08:00
UlricQin 7947533182 monapi support new timestamp 2021-03-19 10:48:40 +08:00
710leo 184c39d311 add some audit log 2021-03-18 21:22:50 +08:00
UlricQin d89eaec596 bugfix: GetTeamsNameByIds 2021-03-18 10:03:20 +08:00