-
Notifications
You must be signed in to change notification settings - Fork 301
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
26 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,12 @@ | ||
# Wiki | ||
|
||
- http://open-falcon.com | ||
http://open-falcon.com | ||
|
||
|
||
# License | ||
|
||
Licensed under the Apache License, Version 2.0: http://www.apache.org/licenses/LICENSE-2.0 | ||
|
||
Copyright 2014-2015 Xiaomi, Inc. | ||
Licensed under the Apache License, | ||
Version 2.0: | ||
http://www.apache.org/licenses/LICENSE-2.0 | ||
|
||
Copyright 2016 open-falcon.org |
Submodule agent
updated
from 9cce73 to a82ace
Submodule aggregator
added at
03e209
Submodule alarm
updated
from 8b568c to 0fac99
Submodule common
updated
from 90353a to b6dbd8
Submodule dashboard
updated
13 files
Submodule fe
updated
from 0386f4 to 96a683
Submodule gateway
updated
from 90096b to 7a9fb5
Submodule graph
updated
from 572892 to 07fb9e
Submodule hbs
updated
from 747de7 to 55b8a3
Submodule portal
updated
from 5e3c90 to 1c8d04
Submodule query
updated
from 923f80 to ea558f
Submodule scripts
updated
from 3014fd to 8445e0
Submodule task
updated
19 files
+45 −24 | README.md | |
+14 −21 | cfg.example.json | |
+83 −57 | collector/collector.go | |
+98 −67 | control | |
+32 −17 | g/cfg.go | |
+7 −2 | g/g.go | |
+1 −1 | g/git.go | |
+4 −2 | http/common.go | |
+3 −2 | http/http.go | |
+2 −1 | http/index_http.go | |
+2 −1 | http/proc_http.go | |
+14 −8 | index/index.go | |
+5 −4 | index/index_db.go | |
+8 −24 | index/index_delete_task.go | |
+65 −48 | index/index_update_all_task.go | |
+2 −4 | main.go | |
+0 −257 | monitor/monitor.go | |
+6 −22 | proc/proc.go | |
+1 −2 | test/debug |
Submodule transfer
updated
from 190a7e to dd263b