git://scientific.zcu.cz
/
jra1mw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ec24d2
)
Drop notification even if delivery failed.
author
Zdeněk Šustr
<sustr4@cesnet.cz>
Wed, 5 Sep 2012 09:11:23 +0000
(09:11 +0000)
committer
Zdeněk Šustr
<sustr4@cesnet.cz>
Wed, 5 Sep 2012 09:11:23 +0000
(09:11 +0000)
org.glite.lb.nagios/src/LB-probe
patch
|
blob
|
blame
|
history
diff --git
a/org.glite.lb.nagios/src/LB-probe
b/org.glite.lb.nagios/src/LB-probe
index
8693e93
..
ead8842
100755
(executable)
--- a/
org.glite.lb.nagios/src/LB-probe
+++ b/
org.glite.lb.nagios/src/LB-probe
@@
-388,6
+388,7
@@
else
vprintf 1 "\n[LB Probe] Test failed -- Notifications were not delivered\n\n"
vprintf 0 "DOWN: Notification Interlogger Not Running\n"
rm $NOTIFFILE $STATEFILE
+ dropresult=`glite-lb-notify drop ${notifid} 2>&1`
exit 2
fi