The health Check task that is triggered internally in octopus is hanging up.
I get below exception on one of the tentacle.
Running As: Domain\SYSTEM (Local Administrator: True)
Get-WmiObject : Invalid query “select * from win32_LogicalDisk”
At D:\Octopus\Work\20201117123159-195\Bootstrap.ps1:34 char:3
-
Get-WmiObject win32_LogicalDisk -ErrorAction Stop | ? { ($_.DriveType -eq 3) ...
+ CategoryInfo : InvalidArgument: (:) [Get-WmiObject], Management
+ FullyQualifiedErrorId : GetWMIManagementException,Microsoft.PowerShell.
Commands.GetWmiObjectCommand
The remote script failed with exit code 1
* what does the above error mean?
* when does the health check trigger for all the tentacles?
* How to control the frequency of internal checks?
Thanks,
Sarada