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
Sometimes the JEA profile is either not built or not installed correctly.
Icingapowershell service is running, but does not listen on the port.
So far nothing found in the eventlog, but I noticed this in the setup transcript (fresh install).
[Notice]: User "icinga" including permissions was successfully installed on this host
[Notice]: Writing Icinga for Windows environment information as JEA profile
[Warning]: The module "icinga-powershell-plugins" is using "Add-Type" or "Add-IcingaAddTypeLib" definitions for file "C:\Program Files\WindowsPowerShell\Modules\icinga-powershell-plugins\provider\disks\Get-IcingaDiskAttributes.psm1". Ensure you validate the code before trusting this publisher.
[Warning]: The module "icinga-powershell-plugins" is using "Add-Type" or "Add-IcingaAddTypeLib" definitions for file "C:\Program Files\WindowsPowerShell\Modules\icinga-powershell-plugins\provider\disks\Get-IcingaUNCPathSize.psm1". Ensure you validate the code before trusting this publisher.
[Notice]: Registering Icinga for Windows JEA profile
PS>TerminatingError(New-PSSession): "The running command stopped because the preference variable "ErrorActionPreference" or common parameter is set to Stop: [localhost] Connecting to remote server localhost failed with the following error message : Access is denied. For more information, see the about_Remote_Troubleshooting Help topic."
[Notice]: JEA Profile "IcingaForWindows" was successfully installed
Let me know if you want the full transcript and script.
Expected Behavior
Icingapowershell service should respond to API requests.
Current Behavior
UNKNOWN - executing API request failed: Post "https://localhost:5668/v1/checker?command=Invoke-IcingaCheckMemory": dial tcp [::1]:5668: connectex: No connection could be made because the target machine actively refused it. (*fmt.wrapError)
Possible Solution
It helps to manually recreate the JEA profile, maybe a retry procedure during install?
Sometimes the JEA profile is either not built or not installed correctly.
Icingapowershell service is running, but does not listen on the port.
So far nothing found in the eventlog, but I noticed this in the setup transcript (fresh install).
Let me know if you want the full transcript and script.
Expected Behavior
Icingapowershell service should respond to API requests.
Current Behavior
Possible Solution
It helps to manually recreate the JEA profile, maybe a retry procedure during install?
Steps to Reproduce (for bugs)
Sporadic behavior so far.
Your Environment
PowerShell Version used (
$PSVersionTable.PSVersion
):Operating System and version (
Get-IcingaWindowsInformation Win32_OperatingSystem | Select-Object Version, BuildNumber, Caption
):The text was updated successfully, but these errors were encountered: