I need to check the HEALTH of MSSQL on WINDOWS server.
“Icinga for Windows” already in place so I wan to try to use this plugin.
I saw that Icinga for Windows can be enhanced with some PS module to check the Health of MSSQL.
https://icinga.com/docs/icinga-for-windows/latest/mssql/doc/plugins/02-Invoke-IcingaCheckMSSQLHealth/
But there is no “check” for the Scheduled JOB Status .
I’m interested to be alerted if a scheduled JOB fails.
I found this NAGIOS PLugin:
https://github.com/yosbit/nagios-plugins/blob/master/README/README_check_mssql.md
That can be used as a "base" to create some more PS script to monitor MSSSQL and the Schedult JOB od MSSQL itself.
Any Idea ?