Ad Widget

Collapse

Unsupported item key [Zabbix template for Microsoft SQL Server Backup]

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gumis_148
    Member
    • Jan 2019
    • 52

    #1

    Unsupported item key [Zabbix template for Microsoft SQL Server Backup]

    I was using the https://github.com/dotupNET/dotup-za...e-mssql-backup template, but something works. I think I added all possible permissions (for NT AUTHORITY\SYSTEM), increased the timeout, I don't know where the problem is. Someone will help?

    Click image for larger version

Name:	mssql_backup.PNG
Views:	1564
Size:	33.6 KB
ID:	419168

    Zabbix Server / Zabbix Agent : 5.0.6
    SQL Server 2014
    Attached Files
  • mwildam
    Member
    • Feb 2021
    • 72

    #2
    I don't use that template, but maybe you need to add an appropriate UserParameter line (multiple occurrences are possible) in your agent configuration file calling some external script.
    In fact, ReadMe talks about that: https://github.com/dotupNET/dotup-za...ster/README.md
    If you have the mentioned configuration file in place (e.g. in /etc/zabbix/zabbix_agentd.conf.d) you might need to add a line in main agent configuration file (e.g. /etc./zabbix/zabbix_agentd.conf) to have the appropriate configuration file included, such as:
    Include=/etc/zabbix/zabbix_agentd.conf.d/*.conf

    Comment

    Working...