aboutsummaryrefslogtreecommitdiffstats
path: root/netwatch-notify.rsc
diff options
context:
space:
mode:
Diffstat (limited to 'netwatch-notify.rsc')
-rw-r--r--netwatch-notify.rsc5
1 files changed, 4 insertions, 1 deletions
diff --git a/netwatch-notify.rsc b/netwatch-notify.rsc
index d2a18ca..a562c85 100644
--- a/netwatch-notify.rsc
+++ b/netwatch-notify.rsc
@@ -125,7 +125,9 @@ $ScriptLock $0;
:set ($Metric->"notified") false;
:set ($Metric->"parent") ($HostInfo->"parent");
:set ($Metric->"since");
- } else={
+ }
+
+ :if ($HostVal->"status" = "down") do={
:set ($Metric->"count-down") ($Metric->"count-down" + 1);
:set ($Metric->"count-up") 0;
:set ($Metric->"parent") ($HostInfo->"parent");
@@ -178,6 +180,7 @@ $ScriptLock $0;
:set ($Metric->"notified") true;
}
}
+
:set ($NetwatchNotify->$Name) {
"count-down"=($Metric->"count-down");
"count-up"=($Metric->"count-up");