Grafana Notification Integration
Grafana Notification Integration
RowCountDifference
Subject:
{{ define "Vision_INVOICEInsightRowcountdiff_subject" }}
Vision/INVOICE Insight Row count diff
{{ end }}
Message:
{{ define "Vision_INVOICEInsightRowcountdiff_message" }}
{{ range .Alerts }}
{{ index .Labels "Message" }}
{{ end }}
{{ end }}
In alert rules :
Delete Section B ,
in Section for input A , if it is above 0
[email protected];[email protected];[email protected];Sreen
[email protected];[email protected]
provide : label as : alertname = eg it should be the name of the alert (ERP staging
row count difference)
PipeLineFailure
Subject:
{{ define "Vision_INVOICEInsightPLFailed_subject" }}
Vision/INVOICE Insight PL Failed
{{ end }}
Message:
{{ define "Vision_INVOICEInsightPLFailed_message" }}
{{ range .Alerts }}
{{ index .Labels "Message" }}
{{ end }}
{{ end }}
-------------------------------
In alert rules :
Delete Section B ,
in Section for input A , if it is above 0
[email protected];[email protected];[email protected];Sreen
[email protected];[email protected]
in optional email setting
provide : label as : alertname = eg it should be the name of the alert (ERP staging
row count difference)
add the contact point here for staging add staging CP and for pipeline failure use
pipeline_CP
------------------------------------------------------
Compass Staging Files Missing Delay
CompassStagingFilesMissingDelay_subject
{{ define "CompassStagingFilesMissingDelay_subject" }}
JCompass Staging Files Missing Delay
{{ end }}
CompassStagingFilesMissingDelay_message
{{ define "CompassStagingFilesMissingDelay_message" }}
{{ range .Alerts }}
{{ index .Labels "Message" }}
{{ end }}
{{ end }}