forked from zeus911/Zabbix-Templates-1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTemplate OS Windows SNMPv2.xml
77 lines (77 loc) · 2.82 KB
/
Template OS Windows SNMPv2.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
<?xml version="1.0" encoding="UTF-8"?>
<zabbix_export>
<version>3.4</version>
<groups>
<group>
<name>Templates/Operating Systems</name>
</group>
</groups>
<templates>
<template>
<template>Template OS Windows SNMPv2</template>
<name>Template OS Windows SNMPv2</name>
<description>Template OS Windows version: 0.14
Known Issues:
description : Doesn't support In/Out 64 bit counters even thoug1h IfxTable is present:
Currently, Windows gets it’s interface status from MIB-2. Since these 64bit SNMP counters (ifHCInOctets, ifHCOutOctets, etc.) are defined as an extension to IF-MIB, Microsoft has not implemented it.
https://social.technet.microsoft.com/Forums/windowsserver/en-US/07b62ff0-94f6-40ca-a99d-d129c1b33d70/windows-2008-r2-snmp-64bit-counters-support?forum=winservergen
version : Win2008, Win2012R2
device : description : Doesn't support ifXTable at all
version : WindowsXP
device : description : EtherLike MIB is not supported
version : *
device : *</description>
<groups>
<group>
<name>Templates/Operating Systems</name>
</group>
</groups>
<applications/>
<items/>
<discovery_rules/>
<httptests/>
<macros>
<macro>
<macro>{$CPU_UTIL_MAX}</macro>
<value>90</value>
</macro>
<macro>
<macro>{$MEMORY_UTIL_MAX}</macro>
<value>90</value>
</macro>
<macro>
<macro>{$STORAGE_UTIL_CRIT}</macro>
<value>90</value>
</macro>
<macro>
<macro>{$STORAGE_UTIL_WARN}</macro>
<value>80</value>
</macro>
<macro>
<macro>{$TEMP_CRIT}</macro>
<value>60</value>
</macro>
<macro>
<macro>{$TEMP_CRIT_LOW}</macro>
<value>5</value>
</macro>
<macro>
<macro>{$TEMP_WARN}</macro>
<value>50</value>
</macro>
</macros>
<templates>
<template>
<name>Template Module Generic SNMPv2</name>
</template>
<template>
<name>Template Module HOST-RESOURCES-MIB SNMPv2</name>
</template>
<template>
<name>Template Module Interfaces Windows SNMPv2</name>
</template>
</templates>
<screens/>
</template>
</templates>
</zabbix_export>