I have a problem with the MSSQL plugins for Icinga For Windows.
I want to use Integrated Security. The Powershell Service and Icinga Agent are running with a domain user.
When I run the check with Icinga I get this response:
When I run a powershell with the service user the check works:
Thank you for your post. Is the domain user which is used for the Icinga Agent/Icinga for Windows service allowed to access the MSSQL database?
If not, the integrated security will not work, as it will try to authenticate with the user the services are running with.
However, if you are running JEA, you cannot use IntegratedSecurity, because then the entire session and plugins are running in a system/computer context, with no real user session assigned.