TheTinkerGnome / zabbix

A Collection of Zabbix scripts, templates and other useful stuff
MIT License
22 stars 36 forks source link

Domain Controller template is broken on Zabbix 3.2 #5

Closed adamstadnick closed 7 years ago

adamstadnick commented 7 years ago

FYI, the Domain Controller template fails on import to Zabbix 3.2 (probably all 3.x versions) with the following:

Incorrect item value type "Numeric (unsigned)" provided for trigger function "str(OK)".

I am trying a few things to fix it, if I figure it out will post the solution.

adamstadnick commented 7 years ago

Got all the items working for 3.2, pulling data from Server 2012 R2 hosts:

new-ad-template.txt

May still need some tweaking as I'm kind of stabbing in the dark for some of these. Changed triggers for all the DCDiag script checks as well as the performance counter keys for NTLM and Kerberos authentication.

At least for me, it's working 100% now. Hope this helps someone.