We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Alert mappings could be organized into CRDs (Custom Resource Definition) manifests, e.g.::
api: ingestion.openrca.io/v1alpha1 kind: AlertMapping metadata: name: zabbix-hosts spec: source: zabbix mappings: - name: "XXX" source_mapping: origin: kubernetes kind: node properties: name: host - name: "YYY" source_mapping: origin: kubernetes kind: node properties: name: host
Mappings could be organized into categories (nodes, kube-state, etc.):
nodes
kube-state
api: ingestion.openrca.io/v1alpha1 kind: AlertMapping metadata: name: prometheus-nodes spec: source: proemtheus mappings: - name: "XXX" source_mapping: origin: kubernetes kind: node properties: name: node - name: "YYY" source_mapping: origin: kubernetes kind: node properties: name: node
api: ingestion.openrca.io/v1alpha1 kind: AlertMapping metadata: name: prometheus-kube-state spec: source: proemtheus mappings: - name: "XXX" source_mapping: origin: kubernetes kind: pod properties: name: pod - name: "YYY" source_mapping: origin: kubernetes kind: deployment properties: name: deployment
The text was updated successfully, but these errors were encountered:
bzurkowski
aleksandra-galara
No branches or pull requests
Alert mappings could be organized into CRDs (Custom Resource Definition) manifests, e.g.::
Mappings could be organized into categories (
nodes
,kube-state
, etc.):The text was updated successfully, but these errors were encountered: