We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Failure in https://github.com/Icinga/icinga-powershell-plugins/blob/master/config/icinga/Plugins_Bundle.conf cause errors with icinga2 daemon -C.
icinga2 daemon -C
1 Example for the 29 errors is this:
The line contains: vars.ifw_api_command = invoke-icingacheckhttpstatus
The line should contain this: vars.ifw_api_command = "invoke-icingacheckhttpstatus"
The text was updated successfully, but these errors were encountered:
Thanks! I fixed the config writer and updated all repositories with the correct config.
Sorry, something went wrong.
LordHepipud
Successfully merging a pull request may close this issue.
Failure in https://github.com/Icinga/icinga-powershell-plugins/blob/master/config/icinga/Plugins_Bundle.conf cause errors with
icinga2 daemon -C
.1 Example for the 29 errors is this:
The line contains:
vars.ifw_api_command = invoke-icingacheckhttpstatus
The line should contain this:
vars.ifw_api_command = "invoke-icingacheckhttpstatus"
The text was updated successfully, but these errors were encountered: