Improve overview and experiment naming
[khatus.git] / x2 / src / awk / exe / monitor_errors.awk
CommitLineData
81336934
SK
1{
2 delete msg
3 msg_parse(msg, $0)
4}
5
6msg["type"] == "error" {
8482fea6
SK
7 subject = "ERROR_IN_" msg["node"] ":" msg["module"]
8 msg_out_alert_hi(subject, msg["line"])
03c229bf 9}
This page took 0.018149 seconds and 4 git commands to generate.