You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if ($Service.Status-ne"Running") { $State=1 } else { $State=0 }
339
-
$XmlOutput+=Set-PrtgResult$("Service: "+$Service.DisplayName) $State state -me 0-em "Service is not running"-ValueLookup "lockstep.sensor.citrix.licensing"
341
+
if ($Service.Status-ne"Running") { $State=2 } else { $State=1 }
342
+
$XmlOutput+=Set-PrtgResult$("Service: "+$Service.DisplayName) $State state -me 1-em "Service is not running"-ValueLookup "prtg.standardlookups.yesno.stateyesok"
0 commit comments