forked from asand3r/zbx-adusers
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTemplate AD Users Expired Passwords.xml
205 lines (205 loc) · 9.01 KB
/
Template AD Users Expired Passwords.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
<?xml version="1.0" encoding="UTF-8"?>
<zabbix_export>
<version>3.4</version>
<date>2018-10-12T11:09:14Z</date>
<groups>
<group>
<name>Templates</name>
</group>
</groups>
<templates>
<template>
<template>Template AD Users Expired Passwords</template>
<name>Template AD Users Expired Passwords</name>
<description>LLD of Active Directory users and ckeck number of days before password will expire.</description>
<groups>
<group>
<name>Templates</name>
</group>
</groups>
<applications>
<application>
<name>AD Users</name>
</application>
</applications>
<items/>
<discovery_rules>
<discovery_rule>
<name>AD Users</name>
<type>0</type>
<snmp_community/>
<snmp_oid/>
<key>ad.users["lld",{$LDAP_FILTER}]</key>
<delay>{$LLD_INTERVAL}</delay>
<status>0</status>
<allowed_hosts/>
<snmpv3_contextname/>
<snmpv3_securityname/>
<snmpv3_securitylevel>0</snmpv3_securitylevel>
<snmpv3_authprotocol>0</snmpv3_authprotocol>
<snmpv3_authpassphrase/>
<snmpv3_privprotocol>0</snmpv3_privprotocol>
<snmpv3_privpassphrase/>
<params/>
<ipmi_sensor/>
<authtype>0</authtype>
<username/>
<password/>
<publickey/>
<privatekey/>
<port/>
<filter>
<evaltype>0</evaltype>
<formula/>
<conditions/>
</filter>
<lifetime>1d</lifetime>
<description>Discover Active Directory users.
Return next macros:
- {#USER.ENABLED}
- {#USER.NAME}
- {#USER.EMAIL}
- {#USER.TITLE}
- {#USER.DEPARTMENT}
- {#USER.NEVEREXPIRES}</description>
<item_prototypes>
<item_prototype>
<name>Days before password will expire for user {#USER.LOGIN}</name>
<type>2</type>
<snmp_community/>
<snmp_oid/>
<key>user.expired.days[{#USER.LOGIN}]</key>
<delay>0</delay>
<history>{$HISTORY}</history>
<trends>{$TRENDS}</trends>
<status>0</status>
<value_type>3</value_type>
<allowed_hosts/>
<units/>
<snmpv3_contextname/>
<snmpv3_securityname/>
<snmpv3_securitylevel>0</snmpv3_securitylevel>
<snmpv3_authprotocol>0</snmpv3_authprotocol>
<snmpv3_authpassphrase/>
<snmpv3_privprotocol>0</snmpv3_privprotocol>
<snmpv3_privpassphrase/>
<params/>
<ipmi_sensor/>
<authtype>0</authtype>
<username/>
<password/>
<publickey/>
<privatekey/>
<port/>
<description>Number of days before password expiration for AD user {#USER.LOGIN} ({#USER.NAME}, {#USER.EMAIL}).</description>
<inventory_link>0</inventory_link>
<applications>
<application>
<name>AD Users</name>
</application>
</applications>
<valuemap/>
<logtimefmt/>
<preprocessing/>
<jmx_endpoint/>
<application_prototypes/>
<master_item_prototype/>
</item_prototype>
</item_prototypes>
<trigger_prototypes>
<trigger_prototype>
<expression>{Template AD Users Expired Passwords:user.expired.days[{#USER.LOGIN}].avg(#3)}<{$EXPIRED_DAYS_INFO} and {#USER.NEVEREXPIRES}<>1</expression>
<recovery_mode>0</recovery_mode>
<recovery_expression/>
<name>Password of AD user {#USER.LOGIN} expire in {ITEM.VALUE} days</name>
<correlation_mode>0</correlation_mode>
<correlation_tag/>
<url>https://zabbix.company.com/tr_status.php?hostid={HOST.ID}</url>
<status>0</status>
<priority>1</priority>
<description>Password of {#USER.LOGIN} will expire in {ITEM.VALUE} days.
User information:
- Name: {#USER.NAME}
- Email: {#USER.EMAIL}
- Title: {#USER.TITLE}
- Department: {#USER.DEPARTMENT}
- Is enabled: {#USER.ENABLED}</description>
<type>0</type>
<manual_close>0</manual_close>
<dependencies>
<dependency>
<name>Password of AD user {#USER.LOGIN} has been expired</name>
<expression>{Template AD Users Expired Passwords:user.expired.days[{#USER.LOGIN}].avg(#3)}=0 and {#USER.NEVEREXPIRES}<>1</expression>
<recovery_expression/>
</dependency>
</dependencies>
<tags>
<tag>
<tag>active directory</tag>
<value>users</value>
</tag>
</tags>
</trigger_prototype>
<trigger_prototype>
<expression>{Template AD Users Expired Passwords:user.expired.days[{#USER.LOGIN}].avg(#3)}=0 and {#USER.NEVEREXPIRES}<>1</expression>
<recovery_mode>0</recovery_mode>
<recovery_expression/>
<name>Password of AD user {#USER.LOGIN} has been expired</name>
<correlation_mode>0</correlation_mode>
<correlation_tag/>
<url>https://zabbix.company.com/tr_status.php?hostid={HOST.ID}</url>
<status>0</status>
<priority>2</priority>
<description>Password of {#USER.LOGIN} expired!
User information:
- Name: {#USER.NAME}
- Email: {#USER.EMAIL}
- Title: {#USER.TITLE}
- Department: {#USER.DEPARTMENT}
- Is enabled: {#USER.ENABLED}</description>
<type>0</type>
<manual_close>0</manual_close>
<dependencies/>
<tags>
<tag>
<tag>active directory</tag>
<value>users</value>
</tag>
</tags>
</trigger_prototype>
</trigger_prototypes>
<graph_prototypes/>
<host_prototypes/>
<jmx_endpoint/>
</discovery_rule>
</discovery_rules>
<httptests/>
<macros>
<macro>
<macro>{$EXPIRED_DAYS_INFO}</macro>
<value>5</value>
</macro>
<macro>
<macro>{$HISTORY}</macro>
<value>14d</value>
</macro>
<macro>
<macro>{$LDAP_FILTER}</macro>
<value>(&(objectClass=Person)(objectClass=User))</value>
</macro>
<macro>
<macro>{$LLD_INTERVAL}</macro>
<value>1m</value>
</macro>
<macro>
<macro>{$TRENDS}</macro>
<value>180d</value>
</macro>
</macros>
<templates/>
<screens/>
</template>
</templates>
</zabbix_export>