-
Notifications
You must be signed in to change notification settings - Fork 29
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
Replace CIM/WMI calls for wrapper function for proper error/permission handling #34
Conversation
c0454ce
to
3752657
Compare
3752657
to
377bb4b
Compare
Hi, updating to the latest version of the Plugins, I was presented with this error output: Get-IcingaWindowsInformation : The term 'Get-IcingaWindowsInformation' is not How can I fix it? |
Hiii @patrickgidiuli, When you open a new powershell instance you will either need to run Hope this will help you! Best, |
If you use icinga-powershell-plugins release tags it will not work because these new features will be released on Monday. But if you have the branch master it should work. Is the user who runs the checks in Icinga Web 2 identical to the user who tested the checks locally? |
@Yonas-net Yes the user is the same, even with the Master version, the same error output occurs .. Do you recommend waiting for Monday for the final release? this is the first time that I have this problem, with the previous version everything worked great.. Thank you very much! |
Waiting for the final release on Monday would be an option but you also have to check out the master in your icinga-powershell-framework repo. Because Get-IcingaWindowsInformation is in the framework and unless you check out the master it will not work. And if none of this helps you, please contact us again. Best, |
Author: @LordHepipud
This issue is a direct reference to #80 of the PowerShell Framework
Tasks: @LordHepipud
Tasks: @Crited