├── LICENSE ├── README.md ├── docs ├── onzack-cluster-monitoring.png ├── onzack-falco-monitoring.png ├── onzack-longhorn-monitoring.png ├── onzack-namespace-monitoring.png ├── onzack-opnsense-ids-monitoring.png ├── onzack-systemd-monitoring.png ├── onzack-velero-monitoring.png └── onzack-vpa-recommendations.png ├── grafana ├── blackbox-exporter │ └── prometheus-blackbox-exporter.json ├── falco │ └── onzack-falco-monitoring.json ├── gitlab-ci-pipelines-exporter │ ├── environments.json │ └── pipelines.json ├── kubernetes │ ├── with-recording-rules │ │ ├── standard-cluster-monitoring.json │ │ └── standard-namespace-monitoring.json │ └── without-recording-rules │ │ ├── onzack-cluster-monitoring.json │ │ └── onzack-namespace-monitoring.json ├── longhorn │ └── onzack-longhorn-monitoring.json ├── opnsense │ └── onzack-opnsense-ids-monitoring.json ├── systemd │ └── onzack-systemd-monitoring.json ├── velero │ └── onzack-velero-monitoring.json └── vpa │ └── onzack-vpa-recommendations.json └── prometheus └── recording-rules ├── README.md ├── onzack-cluster-monitoring-recording-rules.yaml ├── onzack-namespace-monitoring-recording-rules-openshift-workaround.yaml └── onzack-namespace-monitoring-recording-rules.yaml /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onzack/grafana-dashboards/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onzack/grafana-dashboards/HEAD/README.md -------------------------------------------------------------------------------- /docs/onzack-cluster-monitoring.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onzack/grafana-dashboards/HEAD/docs/onzack-cluster-monitoring.png -------------------------------------------------------------------------------- /docs/onzack-falco-monitoring.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onzack/grafana-dashboards/HEAD/docs/onzack-falco-monitoring.png -------------------------------------------------------------------------------- /docs/onzack-longhorn-monitoring.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onzack/grafana-dashboards/HEAD/docs/onzack-longhorn-monitoring.png -------------------------------------------------------------------------------- /docs/onzack-namespace-monitoring.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onzack/grafana-dashboards/HEAD/docs/onzack-namespace-monitoring.png -------------------------------------------------------------------------------- /docs/onzack-opnsense-ids-monitoring.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onzack/grafana-dashboards/HEAD/docs/onzack-opnsense-ids-monitoring.png -------------------------------------------------------------------------------- /docs/onzack-systemd-monitoring.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onzack/grafana-dashboards/HEAD/docs/onzack-systemd-monitoring.png -------------------------------------------------------------------------------- /docs/onzack-velero-monitoring.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onzack/grafana-dashboards/HEAD/docs/onzack-velero-monitoring.png -------------------------------------------------------------------------------- /docs/onzack-vpa-recommendations.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onzack/grafana-dashboards/HEAD/docs/onzack-vpa-recommendations.png -------------------------------------------------------------------------------- /grafana/blackbox-exporter/prometheus-blackbox-exporter.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onzack/grafana-dashboards/HEAD/grafana/blackbox-exporter/prometheus-blackbox-exporter.json -------------------------------------------------------------------------------- /grafana/falco/onzack-falco-monitoring.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onzack/grafana-dashboards/HEAD/grafana/falco/onzack-falco-monitoring.json -------------------------------------------------------------------------------- /grafana/gitlab-ci-pipelines-exporter/environments.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onzack/grafana-dashboards/HEAD/grafana/gitlab-ci-pipelines-exporter/environments.json -------------------------------------------------------------------------------- /grafana/gitlab-ci-pipelines-exporter/pipelines.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onzack/grafana-dashboards/HEAD/grafana/gitlab-ci-pipelines-exporter/pipelines.json -------------------------------------------------------------------------------- /grafana/kubernetes/with-recording-rules/standard-cluster-monitoring.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onzack/grafana-dashboards/HEAD/grafana/kubernetes/with-recording-rules/standard-cluster-monitoring.json -------------------------------------------------------------------------------- /grafana/kubernetes/with-recording-rules/standard-namespace-monitoring.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onzack/grafana-dashboards/HEAD/grafana/kubernetes/with-recording-rules/standard-namespace-monitoring.json -------------------------------------------------------------------------------- /grafana/kubernetes/without-recording-rules/onzack-cluster-monitoring.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onzack/grafana-dashboards/HEAD/grafana/kubernetes/without-recording-rules/onzack-cluster-monitoring.json -------------------------------------------------------------------------------- /grafana/kubernetes/without-recording-rules/onzack-namespace-monitoring.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onzack/grafana-dashboards/HEAD/grafana/kubernetes/without-recording-rules/onzack-namespace-monitoring.json -------------------------------------------------------------------------------- /grafana/longhorn/onzack-longhorn-monitoring.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onzack/grafana-dashboards/HEAD/grafana/longhorn/onzack-longhorn-monitoring.json -------------------------------------------------------------------------------- /grafana/opnsense/onzack-opnsense-ids-monitoring.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onzack/grafana-dashboards/HEAD/grafana/opnsense/onzack-opnsense-ids-monitoring.json -------------------------------------------------------------------------------- /grafana/systemd/onzack-systemd-monitoring.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onzack/grafana-dashboards/HEAD/grafana/systemd/onzack-systemd-monitoring.json -------------------------------------------------------------------------------- /grafana/velero/onzack-velero-monitoring.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onzack/grafana-dashboards/HEAD/grafana/velero/onzack-velero-monitoring.json -------------------------------------------------------------------------------- /grafana/vpa/onzack-vpa-recommendations.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onzack/grafana-dashboards/HEAD/grafana/vpa/onzack-vpa-recommendations.json -------------------------------------------------------------------------------- /prometheus/recording-rules/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onzack/grafana-dashboards/HEAD/prometheus/recording-rules/README.md -------------------------------------------------------------------------------- /prometheus/recording-rules/onzack-cluster-monitoring-recording-rules.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onzack/grafana-dashboards/HEAD/prometheus/recording-rules/onzack-cluster-monitoring-recording-rules.yaml -------------------------------------------------------------------------------- /prometheus/recording-rules/onzack-namespace-monitoring-recording-rules-openshift-workaround.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onzack/grafana-dashboards/HEAD/prometheus/recording-rules/onzack-namespace-monitoring-recording-rules-openshift-workaround.yaml -------------------------------------------------------------------------------- /prometheus/recording-rules/onzack-namespace-monitoring-recording-rules.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/onzack/grafana-dashboards/HEAD/prometheus/recording-rules/onzack-namespace-monitoring-recording-rules.yaml --------------------------------------------------------------------------------