PowerShellExporter
PowerShellExporter copied to clipboard
Cannot start service PowerShellExporter on computer '.'
@rgl Hello, i'm trying to use this exporter but getting this error again and again, can you please explain me what i'm missing ?
Start-Service : Service 'PowerShell Exporter (PowerShellExporter)' cannot be started due to the following error:
Cannot start service PowerShellExporter on computer '.'.
At line:1 char:1
+ Start-Service PowerShellExporter
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : OpenError: (System.ServiceProcess.ServiceController:ServiceController) [Start-Service],
ServiceCommandException
+ FullyQualifiedErrorId : CouldNotStartService,Microsoft.PowerShell.Commands.StartServiceCommand
I create my own custom function in metrics.psm1, and also update the metrics.yml but still no luck, i follow the readme instructions to build it as a service. @fmasson-arkod