Commit Graph

734 Commits

Author SHA1 Message Date
Kubernetes Prow Robot
0dc032e76f Merge pull request #715 from zendesk/grosser/check-result
log failed results at a higher verbosity level
2023-01-31 10:48:49 -08:00
Kubernetes Prow Robot
ed3111fec1 Merge pull request #729 from c202c/patch-1
Update README.md to fix a typo
2023-01-31 10:07:02 -08:00
Kubernetes Prow Robot
49fbd5cf4b Merge pull request #727 from yordis/fix-spelling
chore: fix misspelling
2023-01-31 10:06:56 -08:00
Kubernetes Prow Robot
d1c8a8bfe2 Merge pull request #723 from jason1028kr/jasonjung/add-comments
add few comments for custom plugin monitor
2023-01-31 10:06:48 -08:00
Kubernetes Prow Robot
80fc2c206e Merge pull request #724 from justdan96/patch-1
update BASEIMAGE to debian-base:bullseye-v1.4.2
2023-01-31 08:18:49 -08:00
Dan Bryant
7f0a62683e fixup extra packages for installation 2023-01-05 09:43:24 +00:00
Wanlong CHEN
df6320d147 Update README.md
Fixed a typo
2022-12-29 14:59:11 +00:00
Yordis Prieto Lazo
0842910049 chore: fix misspelling 2022-12-18 22:58:07 -05:00
Dan
de33c801a5 update BASEIMAGE to debian-base:bullseye-v1.4.2
This is the latest Debian Bullseye image, it is the same as used in other Kubernetes projects, i.e. https://github.com/kubernetes-sigs/blob-csi-driver/pull/765/files
2022-11-14 18:03:55 +00:00
jasonjung
cc6c049522 add comments for cpm 2022-11-12 13:43:02 -08:00
Michael Grosser
169ff4f9fe log failed results at a higher verbosity level 2022-10-19 14:31:18 -07:00
Kubernetes Prow Robot
2f959a773c Merge pull request #702 from karlhungus/output_stderr_allow_timeout_setting
output stdout and stderr from custom commands, allow setting timeout for critctl
2022-10-03 13:02:14 -07:00
Kubernetes Prow Robot
7bd6e85b29 Merge pull request #703 from pratikmallya/patch-1
Update comment to be consistent with reality
2022-09-18 21:20:29 -07:00
Pratik
0127a75e05 Update comment to be consistent with reality 2022-09-18 20:21:05 -07:00
Izaak Alpert (karlhungus)
b6d8069610 allow setting crictl timeout 2022-09-15 14:31:41 -04:00
Izaak Alpert (karlhungus)
6de3fabc9f output stdout and stderr from custom commands 2022-09-15 14:31:24 -04:00
Kubernetes Prow Robot
9b2d0be950 Merge pull request #695 from vteratipally/master
[release-blocker-fix] fix building multi-arch image
v0.8.12
2022-09-02 11:34:06 -07:00
Kubernetes Prow Robot
5c85ab20f5 Merge pull request #697 from YuikoTakada/doc_fix
fix helm command in README
2022-09-01 11:47:20 -07:00
Yuiko Mouri
2fceddf00e fix helm command in README 2022-08-30 09:29:59 +09:00
vteratipally
92745daa62 fix building multi-arch image 2022-08-27 16:28:39 -07:00
Kubernetes Prow Robot
d8b2940b3c Merge pull request #679 from 2rs2ts/condition-change-event-severity
Use Warn severity on K8s Event when Node condition is True
v0.8.11
2022-08-01 16:22:28 -07:00
Kubernetes Prow Robot
5560df8cba Merge pull request #690 from vteratipally/fix_docker
Fix dockerfile
2022-08-01 15:40:28 -07:00
Varsha Teratipally
8f9c5bbabb fix dockerfile 2022-08-01 21:55:53 +00:00
Kubernetes Prow Robot
d00659c642 Merge pull request #689 from refluxwhw/dev
fix README under systemlogmonitor
2022-07-29 03:03:12 -07:00
whwreflux
3fba7a9e86 fix README under systemlogmonitor 2022-07-29 17:14:46 +08:00
Kubernetes Prow Robot
6e3260c43c Merge pull request #687 from vaibhav2107/npd-link
Updated the docs under NPD
2022-07-26 20:00:35 -07:00
Kubernetes Prow Robot
9a9b06d24d Merge pull request #660 from grosser/grosser/latest
simplify cri health check
2022-07-26 20:00:28 -07:00
Kubernetes Prow Robot
7bc362cfdc Merge pull request #668 from grosser/grosser/systemd
show failed statuses as warning
2022-07-26 19:16:38 -07:00
Kubernetes Prow Robot
341af62275 Merge pull request #646 from notchairmk/notchairmk/custom-skip-initial
Allow skipping condition during customplugin initialization
2022-07-26 19:16:31 -07:00
Kubernetes Prow Robot
2d5de8d0fa Merge pull request #684 from acumino/multi-arch-image
Create multi-arch image
2022-07-26 12:03:10 -07:00
Vaibhav
1c9447854f Fix the incorrect links in docs under NPD 2022-07-20 01:08:48 +05:30
Kubernetes Prow Robot
c9ffa67ec4 Merge pull request #685 from diamondburned/resultChan-rm
Remove unused resultChan field in CPM
2022-07-14 22:34:25 -07:00
diamondburned
6809f445eb Remove unused resultChan field in CPM
This commit removes the resultChan field in ./pkg/custompluginmonitor's
customPluginMonitor struct. This was detected by staticcheck:

    ―❤―▶ staticcheck ./pkg/custompluginmonitor/
    pkg/custompluginmonitor/custom_plugin_monitor.go:50:2: field resultChan is unused (U1000)
2022-07-12 21:43:05 -07:00
Sonu Kumar Singh
04e8d009d4 Use buildx for docker builder 2022-07-05 09:37:52 +05:30
Kubernetes Prow Robot
72f1672634 Merge pull request #675 from mmiranda96/feat/net-monitor-groupings
Add ExcludeInterfaceRegexp to Net Dev monitor
2022-06-29 14:50:06 -07:00
Andrew Garrett
72ad051dd6 Use Warn severity on K8s Event when Node condition is True
If temporary errors generate an Event with a Warn severity, then surely
permanent errors should generate an Event with at least that high of a
severity level.
2022-06-17 22:13:21 +00:00
Mike Miranda
1471f74d98 Add ExcludeInterfaceRegexp to Net Dev monitor 2022-06-15 23:22:38 +00:00
Kubernetes Prow Robot
56122ce0dd Merge pull request #678 from 2rs2ts/master
Add condition message to event message
2022-06-15 15:43:11 -07:00
Andrew Garrett
b1bd8e7424 Use %q instead of %s 2022-06-09 17:18:30 +00:00
Andrew Garrett
a39a7c6e0f Add condition message to event message
If you're using some monitoring solution that aggregates events from
your Kubernetes cluster, having the underlying reason why a condition
triggered could be very useful, especially if you are using custom
plugin monitors.

Co-authored-by: Micah Norman <micnorman@paypal.com>
Signed-off-by: Ryan Eschinger <reschinger@paypal.com>
2022-06-08 21:42:40 +00:00
Michael Grosser
011b9e6a46 show failed statuses as warning 2022-04-26 11:50:10 -07:00
Taylor Chaparro
9344c938bb Allow skipping condition during customplugin initialization 2022-04-26 10:12:01 -07:00
Kubernetes Prow Robot
51508603fe Merge pull request #616 from com6056/patch-1
Install systemd in docker image
2022-04-24 13:49:37 -07:00
Kubernetes Prow Robot
c083db10f0 Merge pull request #628 from mx-psi/master
Change to using new dependency name for osreleaser
2022-04-22 11:35:37 -07:00
Kubernetes Prow Robot
a0abe5c667 Merge pull request #653 from matt-cale-do/patch-1
Grammar help
2022-04-21 12:28:18 -07:00
Kubernetes Prow Robot
9c23553e0b Merge pull request #650 from yankay/fix-deprecated-maintainer-in-dockerfile
FIx deprecated "MAINTAINER" in Dockerfile
2022-04-21 12:28:12 -07:00
Kubernetes Prow Robot
8603b5b98b Merge pull request #638 from vteratipally/adfad
Add vteratipally as an approver
2022-04-21 10:58:57 -07:00
Kubernetes Prow Robot
285516dc10 Merge pull request #594 from oif/chore/optimize-netcollector-implementation
optimize netcollector implementation and custom `/proc` mount path
2022-04-11 03:36:06 -07:00
Neo Zhuo
11ddb5e6bf support custom /proc path 2022-04-11 18:15:08 +08:00
Neo Zhuo
78c11c4ceb reimplement net collector metrics register, config check and recording 2022-04-11 18:15:07 +08:00