I am trying to evaluate the stock mssql_odbc template to monitor Microsoft SQL Server instances.
Zabbix server version:
zabbix_server (Zabbix) 5.2.5
I am using Zabbix Agent 2 (but have also Zabbix Agent 1 on other server)
The template should be able to monitor database backups? According to this page it should have macros for that:
Browse Zabbix / Zabbix - ZABBIX GIT
{$MSSQL.BACKUP_DIFF.WARN} The maximum days without a differential backup - for the Warning trigger expression.
{$MSSQL.BACKUP_DURATION.WARN} The maximum job duration - for the Warning trigger expression.
{$MSSQL.BACKUP_FULL.CRIT} The maximum days without a full backup - for the High trigger expression.
{$MSSQL.BACKUP_FULL.WARN} The maximum days without a full backup - for the Warning trigger expression.
{$MSSQL.BACKUP_LOG.CRIT} The maximum days without a log backup - for the High trigger expression.
{$MSSQL.BACKUP_LOG.WARN} The maximum days without a log backup - for the Warning trigger expression.
When I am configuring the template or host, I am unable to see those anywhere. Also no data regarding backups is shown in the dashboard (lots of other data from this template is getting through so I know it is able to contact the instance).
I am new to Zabbix so it is highly likely that solution is something really simple.
I know that there are other templates to monitor SQL Server but would like to prefer the one that is included with the product.
Thanks for your help.
Zabbix server version:
zabbix_server (Zabbix) 5.2.5
I am using Zabbix Agent 2 (but have also Zabbix Agent 1 on other server)
The template should be able to monitor database backups? According to this page it should have macros for that:
Browse Zabbix / Zabbix - ZABBIX GIT
{$MSSQL.BACKUP_DIFF.WARN} The maximum days without a differential backup - for the Warning trigger expression.
{$MSSQL.BACKUP_DURATION.WARN} The maximum job duration - for the Warning trigger expression.
{$MSSQL.BACKUP_FULL.CRIT} The maximum days without a full backup - for the High trigger expression.
{$MSSQL.BACKUP_FULL.WARN} The maximum days without a full backup - for the Warning trigger expression.
{$MSSQL.BACKUP_LOG.CRIT} The maximum days without a log backup - for the High trigger expression.
{$MSSQL.BACKUP_LOG.WARN} The maximum days without a log backup - for the Warning trigger expression.
When I am configuring the template or host, I am unable to see those anywhere. Also no data regarding backups is shown in the dashboard (lots of other data from this template is getting through so I know it is able to contact the instance).
I am new to Zabbix so it is highly likely that solution is something really simple.

I know that there are other templates to monitor SQL Server but would like to prefer the one that is included with the product.
Thanks for your help.
Comment