Ulric Qin
|
8abb04afde
|
use hostname+pid instead of ip
|
2022-04-06 10:27:28 +08:00 |
Ulric Qin
|
f7318cfc5a
|
alter table user to users
|
2022-04-05 09:12:30 +08:00 |
laiwei
|
067727165a
|
improve readme (#898)
* improve readme
* resize img of readme
|
2022-04-02 12:31:10 +08:00 |
Ulric Qin
|
544c93c7cf
|
Merge branch 'main' of github.com:didi/nightingale
|
2022-04-02 12:28:58 +08:00 |
Ulric Qin
|
66bc023e51
|
bugfix: list builtin alerts and dashboards
|
2022-04-02 12:21:03 +08:00 |
ning
|
c5ea2d0d24
|
doc: add linux telegraf dashboard
|
2022-04-02 11:15:45 +08:00 |
Ulric Qin
|
9e8d9b44b1
|
fix NotifyRecovered logic
|
2022-04-01 15:20:52 +08:00 |
Ulric Qin
|
db15eaab04
|
add linux_by_telegraf alerts
|
2022-03-31 16:06:14 +08:00 |
Ulric Qin
|
9d016212c8
|
move sender package to common
|
2022-03-31 15:31:21 +08:00 |
Ulric Qin
|
a4158c476e
|
mv poster to common package
|
2022-03-31 15:27:14 +08:00 |
Ulric Qin
|
0f1148e096
|
add jmx_by_exporter dashboard
|
2022-03-31 15:01:03 +08:00 |
Ulric Qin
|
5d17f006f0
|
check smtp configurations
|
2022-03-31 12:02:57 +08:00 |
Ulric Qin
|
16d303a6fb
|
rename var
|
2022-03-31 10:40:14 +08:00 |
Ulric Qin
|
70e5ac4898
|
add alert_aggr_view
|
2022-03-31 10:24:42 +08:00 |
UlricQin
|
a914de63c6
|
upgrade docker-compose to 5.5.0
|
2022-03-30 15:37:55 +08:00 |
Ulric Qin
|
dec518369b
|
update readme
|
2022-03-30 14:31:21 +08:00 |
Ulric Qin
|
926a4e642a
|
Merge branch 'main' of gitee.com:n9e/nightingale
|
2022-03-30 13:10:42 +08:00 |
UlricQin
|
3236883cce
|
update server.conf
|
2022-03-30 13:09:58 +08:00 |
ning
|
be1c3b17d6
|
doc: add node_exporter kafka_exporter zk_exporter's dashboard and alert template
|
2022-03-30 13:03:14 +08:00 |
Yening Qin
|
a67356639b
|
feat: support OIDC (#893)
* feat: support oidc
* refactor: sso -> oidc
* refactor: add AccessToken
* refactor: change some naming
|
2022-03-30 11:01:02 +08:00 |
Lars Lehtonen
|
7b3cb2eb00
|
fix router errors (#894)
|
2022-03-30 10:57:54 +08:00 |
dependabot[bot]
|
8459ffb690
|
Bump github.com/gogo/protobuf from 1.1.1 to 1.3.2 (#895)
Bumps [github.com/gogo/protobuf](https://github.com/gogo/protobuf) from 1.1.1 to 1.3.2.
- [Release notes](https://github.com/gogo/protobuf/releases)
- [Commits](https://github.com/gogo/protobuf/compare/v1.1.1...v1.3.2)
---
updated-dependencies:
- dependency-name: github.com/gogo/protobuf
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2022-03-30 10:18:31 +08:00 |
Ulric Qin
|
b260a20646
|
give blank method for datadog-agent
|
2022-03-28 16:41:31 +08:00 |
Ulric Qin
|
db29adff5d
|
Merge branch 'main' of github.com:didi/nightingale
|
2022-03-28 10:25:56 +08:00 |
Ulric Qin
|
d3576440d4
|
fix index of metric_view and alert_aggr_view
|
2022-03-28 10:15:53 +08:00 |
Ulric Qin
|
c557e383b6
|
add metric_view crud method
|
2022-03-27 19:06:31 +08:00 |
laiwei
|
768a1e37e9
|
add contributing of readme
|
2022-03-25 16:02:46 +08:00 |
Ulric Qin
|
46e2fc6ab6
|
add windows metrics description
|
2022-03-23 18:08:32 +08:00 |
Ulric Qin
|
dacf004797
|
add windows alerts
|
2022-03-23 17:47:22 +08:00 |
Ulric Qin
|
44ed81218a
|
update promql of windows dashboard
|
2022-03-23 17:34:06 +08:00 |
Ulric Qin
|
d802abc86c
|
add windows dashboard
|
2022-03-23 17:19:50 +08:00 |
Ulric Qin
|
4c22284ca7
|
add cluster field when import builtin alerts
|
2022-03-23 14:48:28 +08:00 |
Ulric Qin
|
929c970b42
|
import builtin dashboard
|
2022-03-23 14:04:55 +08:00 |
Ulric Qin
|
496c8d8356
|
handle alerts builtin
|
2022-03-23 13:58:45 +08:00 |
Ulric Qin
|
e707f1a23d
|
Merge branch 'main' of github.com:didi/nightingale
|
2022-03-23 13:36:43 +08:00 |
Ulric Qin
|
e7145018ef
|
add alerts and dashboards
|
2022-03-23 13:36:22 +08:00 |
Jeyrce.Lu
|
18164fdb16
|
perf: optimize alert plugin call(#886) (#891)
|
2022-03-22 18:10:35 +08:00 |
Ulric Qin
|
3b9e40c5d4
|
add severity in card
|
2022-03-22 15:49:59 +08:00 |
Ulric Qin
|
6d20b8ef72
|
fill notify groups of events
|
2022-03-22 15:36:51 +08:00 |
Ulric Qin
|
8bdd35975e
|
AlertCurEventGetByIds
|
2022-03-22 15:24:25 +08:00 |
Ulric Qin
|
9ccdd6c3e7
|
fix nil pointer
|
2022-03-22 15:18:45 +08:00 |
Ulric Qin
|
30365a2256
|
code refactor
|
2022-03-22 15:14:56 +08:00 |
Ulric Qin
|
cdd4100a30
|
code refactor
|
2022-03-22 14:43:30 +08:00 |
Ulric Qin
|
2cd9f50357
|
code refactor
|
2022-03-22 14:38:56 +08:00 |
Ulric Qin
|
106345ff49
|
add debug log
|
2022-03-22 14:26:37 +08:00 |
Ulric Qin
|
7c8c961aef
|
query alerts card
|
2022-03-22 14:10:10 +08:00 |
Ulric Qin
|
e1bd7f0267
|
verify alert_aggr_view
|
2022-03-22 11:38:16 +08:00 |
Ulric Qin
|
025c5809be
|
add alert_aggr_view crud
|
2022-03-22 11:19:06 +08:00 |
Ulric Qin
|
d45fdd50e7
|
modify sql: add group_name for event
|
2022-03-21 17:35:10 +08:00 |
Ulric Qin
|
f4388d36de
|
update readme, remove gitee docs links
|
2022-03-21 17:11:31 +08:00 |