146 Commits

Author SHA1 Message Date
Lantao Liu
19750bcc38 Merge pull request #122 from ajitak/cherrypick-#117-v0.4
Add a new rule which catches docker image corruption (cherrypick #117 to v0.4)
v0.4.1
2017-06-21 15:43:34 -07:00
Ajit Kumar
2155591aa7 Add a new rule which catches docker image corruption.
It will address https://github.com/kubernetes/kubernetes/issues/47219
2017-06-21 14:30:55 -07:00
Dawn Chen
f076eafcb1 Merge pull request #112 from Random-Liu/cleanup-kmsg-log-watcher
Cleanup kmsg log watcher
v0.4.0
2017-05-30 16:45:37 -07:00
Random-Liu
51351f91b2 Cleanup kmsg log wather. 2017-05-30 15:58:45 -07:00
Lantao Liu
be6c516cfd Merge pull request #41 from euank/kmsg-parser
logwatchers: add new kmsg-based kernel log watcher
2017-05-30 15:53:24 -07:00
Lantao Liu
9f20903fe0 Merge pull request #111 from juliusmilan/abrt-readme-and-ccpp-fix
Abrt readme and ccpp fix
2017-05-15 08:58:21 -07:00
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 Liu
9c29602e32 Merge pull request #105 from juliusmilan/abrt-adaptor-config
Add ABRT adaptor config
2017-03-29 10:44:41 -07:00
Lantao Liu
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 Zhang
9e06774034 update README.md
add "which" into the document.
2017-03-19 18:46:16 +08:00
Dawn Chen
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 Chen
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 Liu
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
73cba49db0 kmsg: update the docs to reference kmsg parser too 2017-03-09 21:38:11 -08:00
Euan Kemp
7364867ac3 vendor: include kmsgparser 2017-03-09 20:44:28 -08:00
Euan Kemp
4f282c54bf gitignore: ignore the release tarball 2017-03-09 20:43:20 -08:00
Euan Kemp
9c23921c11 logwatchers/kmsg: add initial kmsg watcher impl
This adds a logwatcher which is able to parse kernel messages directly
from the /dev/kmsg interface. This supports any modern linux distro,
while also avoiding any dependency on libraries (e.g. as journald
needs).
2017-03-09 20:40:49 -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 Liu
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 Liu
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 Liu
d0305b7a19 Merge pull request #95 from fate-grand-order/patch-2
fix misspell "timestamp"
2017-02-21 13:33:55 -08:00
fate-grand-order
a756ef48f3 fix misspell "timestamp" 2017-02-21 23:01:30 +08:00
Dawn Chen
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 Liu
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 Chen
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 Chen
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 Liu
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 Liu
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 Liu
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 Liu
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 Liu
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 Liu
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