-
Notifications
You must be signed in to change notification settings - Fork 0
/
update_notifyer.xml
65 lines (65 loc) · 2.94 KB
/
update_notifyer.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
<?xml version="1.0" encoding="UTF-8"?>
<zabbix_export>
<version>6.0</version>
<date>2022-03-16T20:28:28Z</date>
<groups>
<group>
<uuid>7df96b18c230490a9a0a9e2307226338</uuid>
<name>Templates</name>
</group>
<group>
<uuid>846977d1dfed4968bc5f8bdb363285bc</uuid>
<name>Templates/Operating systems</name>
</group>
</groups>
<templates>
<template>
<uuid>1a247ddf36b745a8af19ed3728a51fcf</uuid>
<template>Template Application Update-Notifyer</template>
<name>Template Application Update-Notifyer</name>
<description>Adds support to check if there are package updates available.</description>
<groups>
<group>
<name>Templates</name>
</group>
<group>
<name>Templates/Operating systems</name>
</group>
</groups>
<items>
<item>
<uuid>fb9279d86dd4448aa30ec6f7b4d8571f</uuid>
<name>Regular Updates</name>
<key>update-notifyer.regular</key>
<delay>15m</delay>
<triggers>
<trigger>
<uuid>988f49e54f9645ea967dde67262be031</uuid>
<expression>last(/Template Application Update-Notifyer/update-notifyer.regular)>0</expression>
<recovery_mode>RECOVERY_EXPRESSION</recovery_mode>
<recovery_expression>last(/Template Application Update-Notifyer/update-notifyer.regular)=0</recovery_expression>
<name>{ITEM.LASTVALUE} regular updates available on {HOST.NAME}</name>
<priority>WARNING</priority>
</trigger>
</triggers>
</item>
<item>
<uuid>0d9cf3960c3f4d5abfe7b2481b099445</uuid>
<name>Security Updates</name>
<key>update-notifyer.security</key>
<delay>15m</delay>
<triggers>
<trigger>
<uuid>13a3d9763331420fa4100007e3eb0b00</uuid>
<expression>last(/Template Application Update-Notifyer/update-notifyer.security)>0</expression>
<recovery_mode>RECOVERY_EXPRESSION</recovery_mode>
<recovery_expression>last(/Template Application Update-Notifyer/update-notifyer.security)=0</recovery_expression>
<name>{ITEM.LASTVALUE} security updates available on {HOST.NAME}</name>
<priority>HIGH</priority>
</trigger>
</triggers>
</item>
</items>
</template>
</templates>
</zabbix_export>