Hi,
Is there any way of monitoring MSSQL Backup jobs with OneAgent?
I don't think it's possible. If there is option for extracting via CLI / REST / etc any metrics that will help you understand state of those processes that you should be able to write proper OneAgent / Active Gate plugin that will help.
Sebastian
So there are perfmon counters available for SQL Agent, which have some job statistics. Shouldnt be a big task adding them to the MSSQL plugin, should it?
It should not be issue if they are available, you can post an RFE for this. For now it may be quicker to develop own OneAgent plugin for this case. Main difference will be there that your own plugin will consume custom metrics, dynatrace one works for free.
Sebastian