Commit Graph

68 Commits

Author SHA1 Message Date
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
Lantao Liu
b4626e0d3e Merge pull request #57 from thecantero/patch-1
Update README.md
2017-01-05 11:22:23 -08:00
thecantero
6873a42645 Update README.md 2016-12-27 17:57:31 +08:00
Lantao Liu
cecbaf64e6 Merge pull request #55 from andyxning/check_for_linux_os
Remove dead code in kernel monitor
2016-12-22 01:00:31 -08:00
Lantao Liu
b3a08a4ddd Merge pull request #56 from Random-Liu/fix-dockerfile
Fix the dockerfile to use the right binary.
2016-12-21 19:01:50 -08:00
andy xie
2606d52afb check for linux os 2016-12-22 10:30:42 +08:00
Lantao Liu
750c292584 Merge pull request #53 from andyxning/add_fmt_and_vet_make_target
add fmt and vet make target
2016-12-21 17:47:34 -08:00
Random-Liu
d93804f340 Fix the dockerfile to use the right binary. 2016-12-21 11:54:08 -08:00
andy xie
bb48848931 add fmt and vet make target 2016-12-21 19:20:34 +08:00
Lantao Liu
ec46587ba1 Merge pull request #54 from andyxning/change_travis_config_script
change travis config script
2016-12-21 01:11:50 -08:00
andy xie
acfbaa68e0 change travis config script 2016-12-21 16:52:31 +08:00
Lantao Liu
c0cb7489b8 Merge pull request #52 from andyxning/bump_kubernetes_to_v1.4.0-beta.3
bump kubernetes version to v1.4.0-beta.3
2016-12-20 11:14:58 -08:00
andy xie
2c12274333 bump kubernetes version to v1.4.0-beta.3 2016-12-20 18:11:03 +08:00
Lantao Liu
31323787ec Merge pull request #42 from euank/improve-makefile-somewhat
makefile: Make misc improvements
2016-11-21 16:50:49 -08:00
Euan Kemp
8cdf7b1790 makefile: Make misc improvements
* Add test target and re-use in travis
* Add timeout test target
* Build binary into ./bin folder
* Phony everything
2016-11-21 16:39:01 -08:00
Lantao Liu
077dafcf28 Merge pull request #33 from AdoHe/journald
add journal support
2016-11-02 22:27:43 -07: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
AdoHe
1e33cddf10 mirror update 2016-10-26 08:43:04 +08:00
AdoHe
ccbf609bd5 update travis script to install libsystemd-dev before run tests 2016-10-14 13:59:31 +08:00
AdoHe
84c25077da add journald support 2016-10-08 20:28:30 -04:00
Lantao Liu
652ab5687c Merge pull request #34 from johscheuer/fix-typo
Fix typo in Readme
2016-09-29 11:58:56 -07:00
Johannes Scheuermann
650fff1c05 Fix typo in Readme 2016-09-29 17:32:46 +02:00
Lantao Liu
6af7bbbe86 Merge pull request #32 from Random-Liu/remove-get-start-point
NPD: Remove get start point
2016-09-12 14:08:27 -07:00
Lantao Liu
aa9e268be7 Remove the function getStartPoint, because in current logic, it is not
needed anymore.
2016-09-12 14:04:23 -07:00
Dawn Chen
f265f79fd7 Merge pull request #31 from Random-Liu/enable-travis-test
NPD: Enable travis test
2016-09-12 14:03:29 -07:00
Lantao Liu
8f6ba9efa6 Add missing godep. 2016-09-09 20:53:52 -07:00
Lantao Liu
cd0f96424b Add travis ci config. 2016-09-09 20:27:29 -07:00
Lantao Liu
a8f491c0d3 Fix unit test. 2016-09-09 20:00:18 -07:00
Dawn Chen
ea83111c80 Merge pull request #22 from Random-Liu/add-look-back
Kernel Monitor: Add look back support and kernel panic handling
2016-08-23 17:13:58 -07:00
Dawn Chen
92a3c35f9a Merge pull request #30 from Random-Liu/get-node-name-from-downward-api
NPD: Get node name from the downward api.
v0.2.0
2016-08-23 16:57:26 -07:00
Lantao Liu
9054dab4c8 Get node name from the downward api. 2016-08-22 17:51:15 -07:00
Lantao Liu
532f933bd8 This PR:
1) Add lookback support in kernel monitor. After started, Kernel monitor
will check some old logs to detect problems which happened before last
node reboot.
2) Add `lookback` and `startPattern` in kernel monitor configuration.
  * `lookback` specifies how long time kernel monitor should look back.
  * `startPattern` specifies which log indicates the node is started.
  kernel monitor will clear all current node conditions once it finds
  a node start log. This makes sure that old problems won't change the
  node condition.
3) Add support for kernel panic monitoring, the null pointer and divide
0 kernel panic will be surfaced as event. Usually kernel monitor will
report these events during looking back phase.
2016-08-20 19:11:26 -07:00
Lantao Liu
09af299a88 Change the wrong image path in pod yaml.
Change the wrong image path of pod yaml.
2016-08-11 17:03:02 -07:00
Lantao Liu
501e94bf10 Merge pull request #29 from Random-Liu/get-node-name-from-pod
NPD: Get node name from pod
2016-08-11 14:23:46 -07:00
Lantao Liu
5a19ac1868 Get node name from pod, this makes sure that the node
name should always be consistent with kubelet.
2016-08-11 14:22:29 -07:00
Dawn Chen
75c7bdb4b1 Merge pull request #20 from Random-Liu/add-kernel-monitor-readme
Add README.md for kernel monitor
2016-06-24 17:08:11 -07:00
Lantao Liu
acabf68e06 Add README.md for kernel monitor 2016-06-24 16:19:44 -07:00
Lantao Liu
797c7834fa Merge pull request #18 from Random-Liu/remove-unnecessary-config
Remove unnecessary ENV configuration.
v0.1.0
2016-06-09 17:59:50 -07:00
Lantao Liu
dc7ed6fe06 Remove unnecessary ENV configuration. 2016-06-09 15:27:53 -07:00
Dawn Chen
f13ef4323e Merge pull request #16 from Random-Liu/add-node-problem-detector-readme
Add initial README.md for node-problem-detector.
2016-06-09 08:46:45 -07:00
Lantao Liu
55af4e729f Add initial README.md for node-problem-detector. 2016-06-08 17:38:34 -07:00
Lantao Liu
b6a6db33e6 Merge pull request #17 from girishkalele/nethealth
Containerize the nethealth bandwidth measurement utility
2016-06-08 14:53:34 -07:00
Girish Kalele
b687dfaafc Containerize the nethealth bandwidth measurement utility 2016-06-07 20:51:30 -07:00
Dawn Chen
db90081e96 Merge pull request #15 from Random-Liu/add-entrypoint-in-dockerfile
Add entrypoint and copy kernel monitor config into docker image
2016-06-03 17:17:33 -07:00
Girish Kalele
33a43545ca Node network health check utility - performs a quick HTTP GET test 2016-06-03 14:26:12 -07:00
Lantao Liu
1e4d6e2800 Add entrypoint and copy kernel monitor config into docker image 2016-06-03 13:34:44 -07:00
Dawn Chen
2b47e14fa4 Merge pull request #13 from Random-Liu/hack-for-unsupported-os-distro
Hack for unsupported OS distros.
2016-06-03 11:32:34 -07:00
Lantao Liu
29ff791f08 Hack for unsupported OS distros. 2016-06-03 01:48:26 -07:00