Monitor for mssql HA (always on)
Re: Monitor for mssql HA (always on)
Try editing the batch file and at the top put @echo off.
As of May 25th, 2018, all communications with Nagios Enterprises and its employees are covered under our new Privacy Policy.
Re: Monitor for mssql HA (always on)
Hi ,
Thanks guy i have solved this by not using batch script and use the powershell command instead.
Thanks anyway,kindly close the ticket
Thanks guy i have solved this by not using batch script and use the powershell command instead.
Code: Select all
test-sqlavailabilitygroup=cmd /c echo scripts\custom\Test-SqlAvailabilityGroup.ps1; exit($lastexitcode) | powershell.exe -command