home
/
code
/
khatus.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Shift X2 status from legacy to archived
[khatus.git]
/
awk
/
exe
/
monitor_errors.awk
1
{
2
delete
msg
3
msg_parse
(
msg
,
$
0
)
4
}
5
6
msg
[
"type"
]
==
"error"
{
7
subject =
"ERROR_IN_"
msg
[
"node"
]
":"
msg
[
"module"
]
8
msg_out_alert_hi
(
subject
,
msg
[
"line"
])
9
}
This page took
0.068913 seconds
and
4
git commands to generate.