Commit Graph
137 Commits
Author SHA1 Message Date
Julius Milan 69667975d0 Update README.md
Add description of ABRT usage.
2017-05-12 15:20:26 +02:00
Julius Milan b579984f0a Fix abrt-adaptor config for cpp problems
This modifies pattern for catching cpp problem messages produced by
ABRT. Found that not all mentioned messages fit into former pattern.
For example following is valid cpp problem message produced by ABRT:

Process xxx (bad_binary) crashed in Will::Fail::a() [clone .isra.2]()

but doesn't fit former pattern, since it's last part contains
whitespaces.
2017-05-11 15:40:25 +02:00
Lantao LiuandGitHub 9c29602e32 Merge pull request #105 from juliusmilan/abrt-adaptor-config
Add ABRT adaptor config
2017-03-29 10:44:41 -07:00
Lantao LiuandGitHub 7843f6e70e Merge pull request #103 from zhangxiaoyu-zidif/patch-2
update README.md
2017-03-27 10:55:43 -07:00
Julius Milan abcf6a4f4b Add ABRT adaptor config 2017-03-23 16:15:56 +01:00
Xiaoyu ZhangandGitHub 9e06774034 update README.md
add "which" into the document.
2017-03-19 18:46:16 +08:00
Dawn ChenandGitHub c7a9ab7784 Merge pull request #99 from Random-Liu/add-test-kernel-log-generator
Add test kernel log generator.
2017-03-15 13:28:39 -07:00
Dawn ChenandGitHub b3b5766d8f Merge pull request #98 from Random-Liu/fix-journald-plugin
Fix journald plugin to only look at the current boot.
2017-03-13 20:24:05 -07:00
Lantao LiuandGitHub 9589f4c0c1 Merge pull request #100 from euank/ignore-release-tarball
gitignore: ignore the release tarball
2017-03-10 14:13:35 -08:00
Euan Kemp 4f282c54bf gitignore: ignore the release tarball 2017-03-09 20:43:20 -08:00
Random-Liu 5822164ee5 Add test kernel log generator. 2017-03-02 14:30:09 -08:00
Random-Liu 02d6b89536 Fix journald plugin to only look at the current boot. 2017-03-02 13:57:38 -08:00
Lantao LiuandGitHub 5422f6301b Merge pull request #96 from andyxning/refactor_options_pkg
refactor options pkg
v0.3.0-beta.0
2017-02-22 17:34:56 -08:00
Andy Xie 0a914cae09 refactor options pkg 2017-02-23 08:23:52 +08:00
Lantao LiuandGitHub 8ab0ac5d34 Merge pull request #97 from andyxning/fix_heapster_reference_to_master_branch
fix heapster reference to master branch
2017-02-22 13:52:53 -08:00
Andy Xie eaef42033c fix heapster reference to master branch 2017-02-22 21:46:51 +08:00
Lantao LiuandGitHub d0305b7a19 Merge pull request #95 from fate-grand-order/patch-2
fix misspell "timestamp"
2017-02-21 13:33:55 -08:00
fate-grand-orderandGitHub a756ef48f3 fix misspell "timestamp" 2017-02-21 23:01:30 +08:00
Dawn ChenandGitHub 0f5db9e72f Merge pull request #94 from Random-Liu/add-multiple-log-monitor-support
Add multiple system log monitor support
v0.3.0-alpha.1
2017-02-16 17:30:41 -08:00
Random-Liu 889d9efbc1 Add unit test for goroutine leak. 2017-02-16 00:08:56 -08:00
Random-Liu 6170b0c87f Add multiple log monitoring support. 2017-02-15 13:15:18 -08:00
Lantao LiuandGitHub 92e67b8615 Merge pull request #92 from Random-Liu/generalize-log-monitor-code-name
Generalize the kernel monitor code.
2017-02-15 13:14:39 -08:00
Random-Liu dba47bdc27 Update the README.md. 2017-02-15 13:07:01 -08:00
Random-Liu 10fc831409 Change kernel specific name in code base and change syslog to filelog. 2017-02-15 13:07:01 -08:00
Dawn ChenandGitHub 6e35bcf5c6 Merge pull request #88 from Random-Liu/add-arbitray-log-support
Add arbitray system log support
2017-02-15 12:58:17 -08:00
Random-Liu 01334e7c5e Update Godeps 2017-02-10 11:32:35 -08:00
Random-Liu f16f0f630b Rename helpers.go to translator.go 2017-02-10 11:32:35 -08:00
Random-Liu 27cc831408 Add arbitrary daemon log support 2017-02-10 11:32:35 -08:00
Dawn ChenandGitHub 5e563930c0 Merge pull request #81 from Random-Liu/fix-kernel-monitor-issues
Fix kernel monitor issues
2017-02-10 11:17:17 -08:00
Random-Liu d281cb8a15 Fix kernel monitor issues:
* Change `unregister_netdevice` to be an event to fix #47.
* Change `KernelPanic` to `KernelOops` because we can't handle kernel
panic currently.
* Use system boot time instead of "StartPattern" to fix #48.
2017-02-09 16:09:27 -08:00
Lantao LiuandGitHub 03c64f491f Merge pull request #93 from Random-Liu/fix-http-server
Create a goroutine for the http server.
2017-02-08 00:04:38 -08:00
Random-Liu ee2a5b1a5f Create a goroutine for the http server. 2017-02-07 19:12:47 -08:00
Lantao LiuandGitHub f20b892123 Merge pull request #84 from Random-Liu/fix-transition-timestamp
Only change transition timestamp when condition is changed.
2017-02-07 10:41:51 -08:00
Lantao LiuandGitHub 310fed3233 Merge pull request #91 from andyxning/add_option_pkg
add options pkg
2017-02-07 10:38:49 -08:00
Andy Xie d0e0a8c765 add options pkg 2017-02-07 18:44:21 +08:00
Lantao LiuandGitHub 25c5feef4e Merge pull request #90 from andyxning/change_flag_to_pflag
change flag to pflag
2017-02-06 18:44:09 -08:00
Andy Xie b28c622d83 change flag to pflag 2017-02-07 10:31:19 +08:00
Lantao LiuandGitHub 5982344240 Merge pull request #87 from andyxning/be_consistent_with_help_info
change long option prefix to short option prefix
2017-02-04 01:21:09 -08:00
Lantao LiuandGitHub 0876f6136c Merge pull request #83 from Random-Liu/add-npd-endpoint
Add NPD endpoints: /debug/pprof, /healthz, /conditions.
2017-02-03 20:41:11 -08:00
Random-Liu 20ffe37cea Add NPD endpoints: /debug/pprof, /healthz, /conditions. 2017-02-03 11:07:06 -08:00
Andy Xie 9a1848b765 change long option prefix to short option prefix 2017-02-03 18:37:01 +08:00
Dawn ChenandGitHub b66c4df364 Merge pull request #39 from Random-Liu/journald-support
Journald support
2017-02-01 12:41:51 -08:00
Random-Liu a986976a1d Only change transition timestamp when condition is changed. 2017-01-27 14:48:28 -08:00
Lantao LiuandGitHub ba5f5a158d Merge pull request #79 from Random-Liu/change-resync-mechanism
Update NPD to only do forcibly sync every 1 minutes.
v0.3.0-alpha.0
2017-01-24 00:39:50 -08:00
Random-Liu 60975f5ad5 Update NPD to only do forcibly sync every 1 minutes. 2017-01-24 00:31:46 -08:00
Lantao LiuandGitHub 4f964a1586 Merge pull request #82 from fate-grand-order/patch-1
correct spelling error in kernel_monitor.go
2017-01-23 10:39:00 -08:00
fate-grand-orderandGitHub 9ac19a240a correct spelling error in kernel_monitor.go 2017-01-22 22:21:39 +08:00
Lantao LiuandGitHub 62bbd46f1b Merge pull request #80 from Random-Liu/add-more-flags
Add doc for `-kernel-monitor` and `-version` flags.
2017-01-19 23:38:34 -08:00
Random-Liu a514fc6e83 Add doc for -kernel-monitor and -version flags. 2017-01-19 15:32:02 -08:00
Random-Liu 457272c4f6 Update godep to include cadvisor fix. 2017-01-19 01:59:09 -08:00