mirror of
https://github.com/jpros/tacticalrmm-web.git
synced 2026-02-11 23:00:21 +00:00
feature: pass if service doesn't exist. closes #65
This commit is contained in:
@@ -89,6 +89,11 @@
|
||||
label="PASS if service is in 'Start Pending' mode"
|
||||
/>
|
||||
<br />
|
||||
<q-checkbox
|
||||
v-model="winsvccheck.pass_if_svc_not_exist"
|
||||
label="PASS if service doesn't exist"
|
||||
/>
|
||||
<br />
|
||||
<q-checkbox
|
||||
v-model="winsvccheck.restart_if_stopped"
|
||||
label="Restart service if it's stopped"
|
||||
@@ -134,6 +139,7 @@ export default {
|
||||
svc_display_name: null,
|
||||
svc_policy_mode: null,
|
||||
pass_if_start_pending: false,
|
||||
pass_if_svc_not_exist: false,
|
||||
restart_if_stopped: false,
|
||||
fails_b4_alert: 1,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user