8000 Add zfs localpv dashboard by rajaSahil · Pull Request #74 · openebs/monitoring · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Add zfs localpv dashboard #74

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Sep 17, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion deploy/charts/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ keywords:
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.4.6
version: 0.4.7

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
2 changes: 2 additions & 0 deletions deploy/charts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,8 @@ helm install openebs-monitoring openebs-monitoring/monitoring --namespace openeb
| `openebsMonitoringAddon.cStor.podMonitor.podMetricsEndpoints.relabelings` | RelabelConfigs to apply to cstor pools before scraping | `[...]` |
| `openebsMonitoringAddon.cStor.podMonitor.selector` | Selector to select endpoints objects | `{matchLabels: {app: cstor-pool}}` |
| `openebsMonitoringAddon.cStor.podMonitor.namespaceSelector` | Selector to select which namespaces the endpoints objects are discovered from | `[any: true]` |
| `openebsMonitoringAddon.zfsLocalPV.enabled` | Enables installation of monitoring addons for zfs LocalPV | `true` |
| `openebsMonitoringAddon.zfsLocalPV.dashboards.enabled` | Enables dashboard installation of openebs zfs localPV Storage engine | `true` |

We can edit the npd parameters too accordingly from [here](https://artifacthub.io/packages/helm/deliveryhero/node-problem-detector)

Expand Down
Loading
0