Lantao Liu
ec470b65b0
Merge pull request #145 from andyxning/add_custom_problem_detector_plugin
...
add custom problem detector plugin
2017-11-22 10:53:06 -08:00
Andy Xie
10dbfef1a8
add custom problem detector plugin
2017-11-22 10:14:09 +08:00
Lantao Liu
ffc790976b
Merge pull request #140 from andyxning/adapt_for_golang_1.8_and_1.9
...
update golang to 1.8 and 1.9
2017-10-10 23:14:25 -07:00
Andy Xie
7f72f11d60
update golang to 1.8 and 1.9
2017-10-11 13:25:07 +08:00
Lantao Liu
92a3294018
Merge pull request #139 from CaoShuFeng/README
...
update README
2017-09-22 10:38:55 -07:00
Cao Shufeng
b18ddc86d2
update README
...
update description about `Build Image`. When running `make`, it will
not push image to registry.
2017-09-19 15:04:03 +08:00
Lantao Liu
c0bd1df745
Merge pull request #134 from CaoShuFeng/trival
...
return an error when error happens in SetConditions()
2017-08-23 11:01:25 -07:00
Cao Shufeng
b939fb575a
return an error when error happens in SetConditions()
2017-08-23 17:56:15 +08:00
Lantao Liu
93d38ce067
Merge pull request #132 from asifdxtreme/patch-1
...
Split Test and Build in Different Stages
2017-08-07 10:06:57 -07:00
Lantao Liu
7e282b520c
Merge pull request #131 from mbssaiakhil/patch-1
...
Fixed Typo in README of node-problem-detecter
2017-08-07 10:05:52 -07:00
Mohammad Asif Siddiqui
ac09ce8d32
Split Test and Build in Different Stages
2017-08-07 16:43:50 +08:00
Malepati Bala Siva Sai Akhil
6753f10933
Fixed Typo in README of node-problem-detecter
2017-08-06 09:02:35 +05:30
Lantao Liu
4f19101a65
Merge pull request #130 from fisherxu/master
...
fix typo
2017-08-04 10:18:27 -07:00
Lantao Liu
d53eae080e
Merge pull request #129 from asifdxtreme/master
...
Add Build Status and GoReportCard badge
2017-08-04 10:10:42 -07:00
fisherxu
06c82c0af4
fix typo
2017-08-05 01:06:07 +08:00
Mohammad Asif Siddiqui
6700a1e6df
Add Build Status and GoReportCard badge
2017-08-04 18:32:40 +08:00
Lantao Liu
8bda8dae48
Merge pull request #128 from ajitak/port
...
change NPD port as there is a port collision with kube-proxy
2017-07-27 07:46:28 -07:00
Ajit Kumar
5cfe97cd15
change NPD port
2017-07-20 10:36:41 -07:00
Lantao Liu
0237e4dbf4
Merge pull request #119 from Random-Liu/fix-doc
...
Clarify the limitation of log matching pattern.
2017-06-27 09:15:14 -07:00
Lantao Liu
9b2892670b
Merge pull request #123 from Random-Liu/fix-gcloud-push
...
Now gcloud enforce `--` before docker args.
2017-06-27 09:15:09 -07:00
Random-Liu
b4714a4b79
Now gcloud enforce -- before docker args.
...
Signed-off-by: Random-Liu <lantaol@google.com >
2017-06-21 16:14:41 -07:00
Lantao Liu
b6205ea2d9
Merge pull request #117 from ajitak/npd-config
...
Add rule for docker image pull error
2017-06-21 14:08:18 -07:00
Ajit Kumar
d2de52f090
Add rule for docker image pull error
2017-06-21 13:48:58 -07:00
Random-Liu
f5a7ead8d6
Clarify the limitation of log matching pattern.
2017-06-20 18:11:29 -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