home
/
code
/
khatus.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Add uninstall and reinstall recipes
[khatus.git]
/
x2
/
src
/
awk
/
exe
/
monitor_errors.awk
Commit
Line
Data
81336934
SK
1
{
2
delete msg
3
msg_parse(msg, $0)
4
}
5
6
msg["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.027603 seconds
and
4
git commands to generate.