Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ITL: add all businessprocess module check parameters #9103

Merged
merged 11 commits into from
Apr 4, 2022
Prev Previous commit
Next Next commit
changed var names and order
  • Loading branch information
log1-c authored Dec 3, 2021
commit b135ceb099cafe5112ffaca03a9e265f0c4e2a28
4 changes: 2 additions & 2 deletions itl/plugins-contrib.d/icingacli.conf
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 51,11 @@ object CheckCommand "icingacli-businessprocess" {
}
}

vars.icingacli_businessprocess_ack_ok = false
vars.icingacli_businessprocess_ackisok = false
vars.icingacli_businessprocess_blame = false
vars.icingacli_businessprocess_colors = false
vars.icingacli_businessprocess_details = false
vars.icingacli_businessprocess_downtime_ok = false
vars.icingacli_businessprocess_downtimeisok = false
vars.icingacli_businessprocess_root_cause = false
}

Expand Down