[Check_mk (english)] Check_MK MSSQL Job Monitoring Script - Attached

I needed to monitor Jobs on an SQL server. The server in question has 1000+ jobs so I did not want to monitor all of them. I hacked up the provided mssql.vbs plugin and stripped out everything because it provided a good framework and used a Dictionary to list the specific jobs I wanted to monitor. It could probably easily be modified to check all jobs in the event that the dictionary is not set or has no items but wanted to share as I know a few people had requested this in the past.

It was a quick and dirty implementation so I am sure it could be done better but seems to be working well.

This email, including any attached files, may contain confidential and privileged information. If you received this communication in error, please contact the sender by reply e-mail and delete all copies of this message.

mssql_jobs.vbs (9.95 KB)