Andy Xie
89cfb5261d
bump kubernetes to 1.9
2018-07-09 14:59:51 +08:00
k8s-ci-robot
f479d09e58
Merge pull request #183 from andyxning/adjust_client-go_user-agent
...
adjust client-go User-Agent
2018-06-25 18:15:51 -07:00
Andy Xie
866ae661da
adjust client-go User-Agent
2018-06-24 10:39:28 +08:00
k8s-ci-robot
aabd369760
Merge pull request #151 from Random-Liu/improve-cpm
...
Improve cpm
2018-06-22 01:10:05 -07:00
AdamDang
e6e42175fa
Typo fix: encounts->encounters
...
encounts->encounters
2018-06-22 14:04:45 +08:00
Lantao Liu
ee103dd4ac
Generate event for condition change and support unknown status.
2018-06-21 15:29:53 -07:00
David Ashpole
bf730e9c63
add log-counter go plugin
2018-06-20 15:55:19 -07:00
Lantao Liu
9acad906ff
Merge pull request #158 from cimomo/small-fix
...
Use camelCase instead of snake_case per Golang convention
2018-02-22 22:18:17 -08:00
Tim Hockin
3468934b7d
Pushes go to staging-k8s.gcr.io
2018-02-01 20:11:55 -08:00
Kai Chen
bc08bd0b80
Use camelCase instead of snake_case per Golang convention
2018-01-22 23:42:13 +08:00
Tim Hockin
547c65ef89
Convert registry to k8s.gcr.io
2017-12-22 09:55:16 -08:00
Andy Xie
10dbfef1a8
add custom problem detector plugin
2017-11-22 10:14:09 +08:00
Cao Shufeng
b939fb575a
return an error when error happens in SetConditions()
2017-08-23 17:56:15 +08:00
Random-Liu
f5a7ead8d6
Clarify the limitation of log matching pattern.
2017-06-20 18:11:29 -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
Euan Kemp
73cba49db0
kmsg: update the docs to reference kmsg parser too
2017-03-09 21:38:11 -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
02d6b89536
Fix journald plugin to only look at the current boot.
2017-03-02 13:57:38 -08:00
Andy Xie
0a914cae09
refactor options pkg
2017-02-23 08:23:52 +08:00
fate-grand-order
a756ef48f3
fix misspell "timestamp"
2017-02-21 23:01:30 +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
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
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
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
Andy Xie
d0e0a8c765
add options pkg
2017-02-07 18:44:21 +08:00
Random-Liu
20ffe37cea
Add NPD endpoints: /debug/pprof, /healthz, /conditions.
2017-02-03 11:07:06 -08:00
Dawn Chen
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 Liu
ba5f5a158d
Merge pull request #79 from Random-Liu/change-resync-mechanism
...
Update NPD to only do forcibly sync every 1 minutes.
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
fate-grand-order
9ac19a240a
correct spelling error in kernel_monitor.go
2017-01-22 22:21:39 +08:00
Random-Liu
2ef2af99eb
Update Readme.md
2017-01-19 01:59:09 -08:00
Random-Liu
c15d463ad5
Finish the journald support
2017-01-19 01:59:09 -08:00
Lantao Liu
f0ed07a0b4
Merge pull request #72 from andyxning/enrich_info_about_nodename
...
detail how node-problem-detector get node name in README
2017-01-18 11:02:56 -08:00
Andy Xie
7302c70143
add -hostname-override
2017-01-18 23:45:30 +08:00
fate-grand-order
a8a5538357
fix misspell
2017-01-17 15:13:02 +08:00
Random-Liu
6637139441
Add release tar ball support.
2017-01-13 11:13:59 -08:00
Random-Liu
aedb371d06
Add --version flag.
2017-01-12 02:07:25 -08:00
Lantao Liu
0cd7944653
Merge pull request #49 from andyxning/add_support_for_running_standalone
...
add support for running standalone
2017-01-09 23:35:15 -08:00
andy xie
68b379c423
add support for running npd standalone
2017-01-07 23:49:19 +08:00
andy xie
2606d52afb
check for linux os
2016-12-22 10:30:42 +08:00
andy xie
2c12274333
bump kubernetes version to v1.4.0-beta.3
2016-12-20 18:11:03 +08:00
AdoHe
86f4d07547
fix data race
2016-10-31 10:40:16 -04:00
AdoHe
ff0a099eec
fix test issue
2016-10-31 10:08:37 -04:00