Skip to content

Commit 301c89a

Browse files
committed
updated docs
1 parent 95f126b commit 301c89a

4 files changed

Lines changed: 6 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,11 @@ The plugin will be available in the agent bakery.
3333

3434
The resulting services in Checkmk will look like this:
3535

36-
![Checkmk Kubernetes Namespaces Plugin](docs/checkmk-k8s.png)
36+
![Checkmk Kubernetes Namespaces Plugin](docs/checkmk-k8s-status.png)
37+
38+
If just some cluster resources should be monitored, the WATO rule can be used to customize some namespaces:
39+
40+
![Checkmk Kubernetes Namespaces Plugin](docs/checkmk-k8s-wato.png)
3741

3842
## License
3943

docs/checkmk-k8s-wato.png

28.8 KB
Loading

mkp/web/plugins/wato/kubernetes_namespaces.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ def _valuespec_kubernetes_namespaces() -> Dictionary:
9595
FixedValue(
9696
title=_('PersistentVolumes'),
9797
value=True,
98-
totext='Discover Deployments',
98+
totext='Discover PersistentVolumes',
9999
help=_('When enabled, discover PersistentVolumes'),
100100
),
101101
),

0 commit comments

Comments
 (0)