Source: https://git.zabbix.com/projects/ZBX/repos/zabbix/browse/templates/os/windows_agent?at=release/7.0
Windows by Zabbix agent
Overview
This is an official Windows template. It requires Zabbix agent 7.0 or newer.
Requirements
Zabbix version: 7.0 and higher.
Tested versions
This template has been tested on:
- Windows 7 and newer.
- Windows Server 2008 R2 and newer.
Configuration
Zabbix should be configured according to the instructions in the Templates out of the box section.
Setup
Install Zabbix agent on Windows OS according to Zabbix documentation.
Macros used
Name | Description | Default |
---|---|---|
{$AGENT.TIMEOUT} | Timeout after which agent is considered unavailable. Works only for agents reachable from Zabbix server/proxy (passive mode). |
3m |
{$CPU.INTERRUPT.CRIT.MAX} | The critical threshold of the % Interrupt Time counter. |
50 |
{$CPU.PRIV.CRIT.MAX} | The threshold of the % Privileged Time counter. |
30 |
{$CPU.QUEUE.CRIT.MAX} | The threshold of the Processor Queue Length counter. |
3 |
{$CPU.UTIL.CRIT} | The critical threshold of the CPU utilization expressed in %. |
90 |
{$MEM.PAGE_TABLE_CRIT.MIN} | The warning threshold of the Free System Page Table Entries counter. |
5000 |
{$MEM.PAGE_SEC.CRIT.MAX} | The warning threshold of the Memory Pages/sec counter. |
1000 |
{$MEMORY.UTIL.MAX} | The warning threshold of the Memory util item. |
90 |
{$SWAP.PFREE.MIN.WARN} | The warning threshold of the minimum free swap. |
20 |
{$VFS.FS.FSNAME.MATCHES} | Used in filesystem discovery. Can be overridden on the host or linked template level. |
.* |
{$VFS.FS.FSNAME.NOT_MATCHES} | Used in filesystem discovery. Can be overridden on the host or linked template level. |
^(?:/dev|/sys|/run|/proc|.+/shm$) |
{$VFS.FS.FSTYPE.MATCHES} | Used in filesystem discovery. Can be overridden on the host or linked template level. |
.* |
{$VFS.FS.FSTYPE.NOT_MATCHES} | Used in filesystem discovery. Can be overridden on the host or linked template level. |
^\s$ |
{$VFS.FS.FSDRIVETYPE.MATCHES} | Used in filesystem discovery. Can be overridden on the host or linked template level. |
fixed |
{$VFS.FS.FSDRIVETYPE.NOT_MATCHES} | Used in filesystem discovery. Can be overridden on the host or linked template level. |
^\s$ |
{$VFS.FS.PUSED.MAX.CRIT} | The critical threshold of the filesystem utilization. |
90 |
{$VFS.FS.PUSED.MAX.WARN} | The warning threshold of the filesystem utilization. |
80 |
{$VFS.DEV.DEVNAME.MATCHES} | Used in physical disk discovery. Can be overridden on the host or linked template level. |
.* |
{$VFS.DEV.DEVNAME.NOT_MATCHES} | Used in physical disk discovery. Can be overridden on the host or linked template level. |
_Total |
{$VFS.DEV.UTIL.MAX.WARN} | The warning threshold of disk time utilization in percent. |
95 |
{$VFS.DEV.READ.AWAIT.WARN} | Disk read average response time (in s) before the trigger fires. |
0.02 |
{$VFS.DEV.WRITE.AWAIT.WARN} | Disk write average response time (in s) before the trigger fires. |
0.02 |
{$SYSTEM.FUZZYTIME.MAX} | The upper threshold for difference of system time. |
60s |
{$SYSTEM.FUZZYTIME.MIN} | The lower threshold for difference of system time. Used in recovery expression to avoid trigger flapping. |
10s |
{$IFCONTROL} | Macro for the interface operational state for the "link down" trigger. Can be used with interface name as context. |
1 |
{$NET.IF.IFNAME.MATCHES} | Used in Network interface discovery. Can be overridden on the host or linked template level. |
.* |
{$NET.IF.IFNAME.NOT_MATCHES} | Used in Network interface discovery. Can be overridden on the host or linked template level. |
Macro too long. Please see the template. |
{$NET.IF.IFALIAS.MATCHES} | Used in Network interface discovery. Can be overridden on the host or linked template level. |
.* |
{$NET.IF.IFALIAS.NOT_MATCHES} | Used in Network interface discovery. Can be overridden on the host or linked template level. |
CHANGE_THIS |
{$NET.IF.IFDESCR.MATCHES} | Used in Network interface discovery. Can be overridden on the host or linked template level. |
.* |
{$NET.IF.IFDESCR.NOT_MATCHES} | Used in Network interface discovery. Can be overridden on the host or linked template level. |
CHANGE_THIS |
{$IF.UTIL.MAX} | Used as a threshold in the interface utilization trigger. |
90 |
{$IF.ERRORS.WARN} | Warning threshold of error packet rate. Can be used with interface name as context. |
2 |
{$SERVICE.NAME.MATCHES} | Used in Service discovery. Can be overridden on the host or linked template level. |
^.*$ |
{$SERVICE.NAME.NOT_MATCHES} | Used in Service discovery. Can be overridden on the host or linked template level. |
Macro too long. Please see the template. |
{$SERVICE.STARTUPNAME.MATCHES} | Used in Service discovery. Can be overridden on the host or linked template level. |
^(?:automatic|automatic delayed)$ |
{$SERVICE.STARTUPNAME.NOT_MATCHES} | Used in Service discovery. Can be overridden on the host or linked template level. |
^(?:manual|disabled)$ |
Items
Name | Description | Type | Key and additional info |
---|---|---|---|
Version of Zabbix agent running | Zabbix agent | agent.version Preprocessing
|
|
Host name of Zabbix agent running | Zabbix agent | agent.hostname Preprocessing
|
|
Zabbix agent ping | The agent always returns "1" for this item. May be used in combination with |
Zabbix agent | agent.ping |
Zabbix agent availability | Used for monitoring the availability status of the agent. |
Zabbix internal | zabbix[host,agent,available] |
CPU utilization | CPU utilization expressed in %. |
Zabbix agent | system.cpu.util |
CPU interrupt time | The processor information |
Zabbix agent | perf_counter_en["\Processor Information(_total)% Interrupt Time"] |
Context switches per second | Context Switches/sec is the combined rate at which all processors on the computer are switched from one thread to another. Context switches occur when a running thread voluntarily relinquishes the processor, is preempted by a higher priority ready thread, or switches between user-mode and privileged (kernel) mode to use an Executive or subsystem service. It is the sum of Thread\Context Switches/sec for all threads running on all processors in the computer and is measured in numbers of switches. There are context switch counters on the System and Thread objects. This counter displays the difference between the values observed in the last two samples, divided by the duration of the sample interval. |
Zabbix agent | perf_counter_en["\System\Context Switches/sec"] |
CPU privileged time | The processor information |
Zabbix agent | perf_counter_en["\Processor Information(_total)% Privileged Time"] |
CPU DPC time | Processor DPC time is the time that a single processor spent receiving and servicing deferred procedure calls (DPCs). DPCs are interrupts that run at a lower priority than standard interrupts. |
Zabbix agent | perf_counter_en["\Processor Information(_total)% DPC Time"] |
CPU user time | The processor information |
Zabbix agent | perf_counter_en["\Processor Information(_total)% User Time"] |
Number of cores | The number of logical processors available on the computer. |
Zabbix agent | wmi.get[root/cimv2,"Select NumberOfLogicalProcessors from Win32_ComputerSystem"] |
CPU queue length | The Processor Queue Length shows the number of threads that are observed as delayed in the processor Ready Queue and are waiting to be executed. |
Zabbix agent | perf_counter_en["\System\Processor Queue Length"] |
Used memory | Used memory in bytes. |
Zabbix agent | vm.memory.size[used] |
Total memory | Total memory expressed in bytes. |
Zabbix agent | vm.memory.size[total] |
Memory utilization | Memory utilization in %. |
Calculated | vm.memory.util |
Cache bytes | Cache Bytes is the sum of the Memory\System Cache Resident Bytes, Memory\System Driver Resident Bytes, Memory\System Code Resident Bytes, and Memory\Pool Paged Resident Bytes counters. This counter displays the last observed value only; it is not an average. |
Zabbix agent | perf_counter_en["\Memory\Cache Bytes"] |
Free swap space | The free space of the swap volume/file expressed in bytes. |
Calculated | system.swap.free |
Free swap space in % | The free space of the swap volume/file expressed in %. |
Dependent item | system.swap.pfree Preprocessing
|
Used swap space in % | The used space of swap volume/file in percent. |
Zabbix agent | perf_counter_en["\Paging file(_Total)% Usage"] |
Total swap space | The total space of the swap volume/file expressed in bytes. |
Zabbix agent | system.swap.size[,total] |
Free system page table entries | This indicates the number of page table entries not currently in use by the system. If the number is less than 5,000, there may be a memory leak or you running out of memory. |
Zabbix agent | perf_counter_en["\Memory\Free System Page Table Entries"] |
Memory page faults per second | Page Faults/sec is the average number of pages faulted per second. It is measured in number of pages faulted per second because only one page is faulted in each fault operation, hence this is also equal to the number of page fault operations. This counter includes both hard faults (those that require disk access) and soft faults (where the faulted page is found elsewhere in physical memory.) Most processors can handle large numbers of soft faults without significant consequence. However, hard faults, which require disk access, can cause significant delays. |
Zabbix agent | perf_counter_en["\Memory\Page Faults/sec"] |
Memory pages per second | This measures the rate at which pages are read from or written to disk to resolve hard page faults. If the value is greater than 1,000, as a result of excessive paging, there may be a memory leak. |
Zabbix agent | perf_counter_en["\Memory\Pages/sec"] |
Memory pool non-paged | This measures the size, in bytes, of the non-paged pool. This is an area of system memory for objects that cannot be written to disk but instead must remain in physical memory as long as they are allocated. There is a possible memory leak if the value is greater than 175MB (or 100MB with the /3GB switch). Consequently, Event ID 2019 is recorded in the system event log. |
Zabbix agent | perf_counter_en["\Memory\Pool Nonpaged Bytes"] |
Get filesystems | The |
Zabbix agent | vfs.fs.get |
Uptime | The system uptime expressed in the following format: "N days, hh:mm:ss". |
Zabbix agent | system.uptime |
System local time | The local system time of the host. |
Zabbix agent | system.localtime |
System name | The host name of the system. |
Zabbix agent | system.hostname Preprocessing
|
System description | System description of the host. |
Zabbix agent | system.uname Preprocessing
|
Number of processes | The number of processes. |
Zabbix agent | proc.num[] |
Number of threads | The number of threads used by all running processes. |
Zabbix agent | perf_counter_en["\System\Threads"] |
Operating system architecture | The architecture of the operating system. |
Zabbix agent | system.sw.arch Preprocessing
|
Operating system | Zabbix agent | system.sw.os Preprocessing
|
|
Windows: Network interfaces WMI get | Raw data of |
Zabbix agent | wmi.getall[root\cimv2,"select Name,Description,NetConnectionID,Speed,AdapterTypeId,NetConnectionStatus,GUID from win32_networkadapter where PhysicalAdapter=True and NetConnectionStatus>0"] Preprocessing
|
Triggers
Name | Description | Expression | Severity | Dependencies and additional info |
---|---|---|---|---|
Zabbix agent is not available | For passive agents only, host availability is used with |
max(/Windows by Zabbix agent/zabbix[host,agent,available],{$AGENT.TIMEOUT})=0 |
Average | Manual close: Yes |
High CPU utilization | CPU utilization is too high. The system might be slow to respond. |
min(/Windows by Zabbix agent/system.cpu.util,5m)>{$CPU.UTIL.CRIT} |
Warning | |
CPU interrupt time is too high | The CPU Interrupt Time in the last 5 minutes exceeds |
min(/Windows by Zabbix agent/perf_counter_en["\Processor Information(_total)\% Interrupt Time"],5m)>{$CPU.INTERRUPT.CRIT.MAX} |
Warning | Depends on:
|
CPU privileged time is too high | The CPU privileged time in the last 5 minutes exceeds {$CPU.PRIV.CRIT.MAX}%. |
min(/Windows by Zabbix agent/perf_counter_en["\Processor Information(_total)\% Privileged Time"],5m)>{$CPU.PRIV.CRIT.MAX} |
Warning | Depends on:
|
CPU queue length is too high | The CPU Queue Length in the last 5 minutes exceeds |
min(/Windows by Zabbix agent/perf_counter_en["\System\Processor Queue Length"],5m) - last(/Windows by Zabbix agent/wmi.get[root/cimv2,"Select NumberOfLogicalProcessors from Win32_ComputerSystem"]) * 2 > {$CPU.QUEUE.CRIT.MAX} |
Warning | Depends on:
|
High memory utilization | The system is running out of free memory. |
min(/Windows by Zabbix agent/vm.memory.util,5m)>{$MEMORY.UTIL.MAX} |
Average | |
High swap space usage | This trigger is ignored, if there is no swap configured |
max(/Windows by Zabbix agent/system.swap.pfree,5m)<{$SWAP.PFREE.MIN.WARN} and last(/Windows by Zabbix agent/system.swap.size[,total])>0 |
Warning | Depends on:
|
Number of free system page table entries is too low |
|
max(/Windows by Zabbix agent/perf_counter_en["\Memory\Free System Page Table Entries"],5m)<{$MEM.PAGE_TABLE_CRIT.MIN} |
Warning | Depends on:
|
The Memory Pages/sec is too high | The Memory Pages/sec in the last 5 minutes exceeds |
min(/Windows by Zabbix agent/perf_counter_en["\Memory\Pages/sec"],5m)>{$MEM.PAGE_SEC.CRIT.MAX} |
Warning | Depends on:
|
Host has been restarted | The device uptime is less than 10 minutes. |
last(/Windows by Zabbix agent/system.uptime)<10m |
Warning | Manual close: Yes |
System time is out of sync | The host's system time is different from Zabbix server time. |
fuzzytime(/Windows by Zabbix agent/system.localtime,{$SYSTEM.FUZZYTIME.MAX})=0 |
Warning | Manual close: Yes |
System name has changed | The name of the system has changed. Acknowledge to close the problem manually. |
change(/Windows by Zabbix agent/system.hostname) and length(last(/Windows by Zabbix agent/system.hostname))>0 |
Info | Manual close: Yes |
Operating system description has changed | The description of the operating system has changed. Possible reasons are that the system has been updated or replaced. Acknowledge to close the problem manually. |
change(/Windows by Zabbix agent/system.sw.os) and length(last(/Windows by Zabbix agent/system.sw.os))>0 |
Info | Manual close: Yes Depends on:
|
LLD rule Mounted filesystem discovery
Name | Description | Type | Key and additional info |
---|---|---|---|
Mounted filesystem discovery | Discovery of filesystems of different types. |
Dependent item | vfs.fs.dependent.discovery Preprocessing
|
Item prototypes for Mounted filesystem discovery
Name | Description | Type | Key and additional info |
---|---|---|---|
FS [{#FSLABEL}({#FSNAME})]: Get data | Intermediate data of |
Dependent item | vfs.fs.dependent[{#FSNAME},data] Preprocessing
|
FS [{#FSLABEL}({#FSNAME})]: Space: Used | Used storage expressed in bytes. |
Dependent item | vfs.fs.dependent.size[{#FSNAME},used] Preprocessing
|
FS [{#FSLABEL}({#FSNAME})]: Space: Total | Total space expressed in bytes. |
Dependent item | vfs.fs.dependent.size[{#FSNAME},total] Preprocessing
|
FS [{#FSLABEL}({#FSNAME})]: Space: Used, in % | Calculated as the percentage of currently used space compared to the maximum available space. |
Dependent item | vfs.fs.dependent.size[{#FSNAME},pused] Preprocessing
|
FS [{#FSLABEL}({#FSNAME})]: Space: Available | Available storage space expressed in bytes. |
Dependent item | vfs.fs.dependent.size[{#FSNAME},free] Preprocessing
|
Trigger prototypes for Mounted filesystem discovery
Name | Description | Expression | Severity | Dependencies and additional info |
---|---|---|---|---|
FS [{#FSLABEL}({#FSNAME})]: Space is critically low | The volume's space usage exceeds the |
min(/Windows by Zabbix agent/vfs.fs.dependent.size[{#FSNAME},pused],5m)>{$VFS.FS.PUSED.MAX.CRIT:"{#FSLABEL}({#FSNAME})"} |
Average | Manual close: Yes |
FS [{#FSLABEL}({#FSNAME})]: Space is low | The volume's space usage exceeds the |
min(/Windows by Zabbix agent/vfs.fs.dependent.size[{#FSNAME},pused],5m)>{$VFS.FS.PUSED.MAX.WARN:"{#FSLABEL}({#FSNAME})"} |
Warning | Manual close: Yes Depends on:
|
LLD rule Physical disks discovery
Name | Description | Type | Key and additional info |
---|---|---|---|
Physical disks discovery | Discovery of installed physical disks. |
Zabbix agent | perf_instance_en.discovery[PhysicalDisk] Preprocessing
|
Item prototypes for Physical disks discovery
Name | Description | Type | Key and additional info |
---|---|---|---|
{#DEVNAME}: Disk read rate | Rate of read operations on the disk. |
Zabbix agent | perf_counter_en["\PhysicalDisk({#DEVNAME})\Disk Reads/sec",60] |
{#DEVNAME}: Disk write rate | Rate of write operations on the disk. |
Zabbix agent | perf_counter_en["\PhysicalDisk({#DEVNAME})\Disk Writes/sec",60] |
{#DEVNAME}: Disk average queue size (avgqu-sz) | The current average disk queue; the number of requests outstanding on the disk while the performance data is being collected. |
Zabbix agent | perf_counter_en["\PhysicalDisk({#DEVNAME})\Current Disk Queue Length",60] |
{#DEVNAME}: Disk utilization by idle time | This item is the percentage of elapsed time that the selected disk drive was busy servicing read or writes requests based on idle time. |
Zabbix agent | perf_counter_en["\PhysicalDisk({#DEVNAME})% Idle Time",60] Preprocessing
|
{#DEVNAME}: Disk read request avg waiting time | The average time for read requests issued to the device to be served. This includes the time spent by the requests in queue and the time spent servicing them. |
Zabbix agent | perf_counter_en["\PhysicalDisk({#DEVNAME})\Avg. Disk sec/Read",60] |
{#DEVNAME}: Disk write request avg waiting time | The average time for write requests issued to the device to be served. This includes the time spent by the requests in queue and the time spent servicing them. |
Zabbix agent | perf_counter_en["\PhysicalDisk({#DEVNAME})\Avg. Disk sec/Write",60] |
{#DEVNAME}: Average disk read queue length | Average disk read queue, the number of requests outstanding on the disk at the time the performance data is collected. |
Zabbix agent | perf_counter_en["\PhysicalDisk({#DEVNAME})\Avg. Disk Read Queue Length",60] |
{#DEVNAME}: Average disk write queue length | Average disk write queue, the number of requests outstanding on the disk at the time the performance data is collected. |
Zabbix agent | perf_counter_en["\PhysicalDisk({#DEVNAME})\Avg. Disk Write Queue Length",60] |
Trigger prototypes for Physical disks discovery
Name | Description | Expression | Severity | Dependencies and additional info |
---|---|---|---|---|
{#DEVNAME}: Disk is overloaded | The disk appears to be under heavy load. |
min(/Windows by Zabbix agent/perf_counter_en["\PhysicalDisk({#DEVNAME})\% Idle Time",60],15m)>{$VFS.DEV.UTIL.MAX.WARN} |
Warning | Manual close: Yes Depends on:
|
{#DEVNAME}: Disk read request responses are too high | This trigger might indicate the disk {#DEVNAME} saturation. |
min(/Windows by Zabbix agent/perf_counter_en["\PhysicalDisk({#DEVNAME})\Avg. Disk sec/Read",60],15m) > {$VFS.DEV.READ.AWAIT.WARN:"{#DEVNAME}"} |
Warning | Manual close: Yes |
{#DEVNAME}: Disk write request responses are too high | This trigger might indicate the disk {#DEVNAME} saturation. |
min(/Windows by Zabbix agent/perf_counter_en["\PhysicalDisk({#DEVNAME})\Avg. Disk sec/Write",60],15m) > {$VFS.DEV.WRITE.AWAIT.WARN:"{#DEVNAME}"} |
Warning | Manual close: Yes |
LLD rule Network interfaces discovery
Name | Description | Type | Key and additional info |
---|---|---|---|
Network interfaces discovery | Discovery of installed network interfaces. |
Dependent item | net.if.discovery Preprocessing
|
Item prototypes for Network interfaces discovery
Name | Description | Type | Key and additional info |
---|---|---|---|
Interface {#IFNAME}({#IFALIAS}): Bits received | Incoming traffic on the network interface. |
Zabbix agent | net.if.in["{#IFGUID}"] Preprocessing
|
Interface {#IFNAME}({#IFALIAS}): Bits sent | Outgoing traffic on the network interface. |
Zabbix agent | net.if.out["{#IFGUID}"] Preprocessing
|
Interface {#IFNAME}({#IFALIAS}): Inbound packets discarded | The number of incoming packets dropped on the network interface. |
Zabbix agent | net.if.in["{#IFGUID}",dropped] Preprocessing
|
Interface {#IFNAME}({#IFALIAS}): Outbound packets discarded | The number of outgoing packets dropped on the network interface. |
Zabbix agent | net.if.out["{#IFGUID}",dropped] Preprocessing
|
Interface {#IFNAME}({#IFALIAS}): Inbound packets with errors | The number of incoming packets with errors on the network interface. |
Zabbix agent | net.if.in["{#IFGUID}",errors] Preprocessing
|
Interface {#IFNAME}({#IFALIAS}): Outbound packets with errors | The number of outgoing packets with errors on the network interface. |
Zabbix agent | net.if.out["{#IFGUID}",errors] Preprocessing
|
Interface {#IFNAME}({#IFALIAS}): Speed | Estimated bandwidth of the network interface if any. |
Dependent item | net.if.speed["{#IFGUID}"] Preprocessing
|
Interface {#IFNAME}({#IFALIAS}): Interface type | The type of the network interface. |
Dependent item | net.if.type["{#IFGUID}"] Preprocessing
|
Interface {#IFNAME}({#IFALIAS}): Operational status | The operational status of the network interface. |
Dependent item | net.if.status["{#IFGUID}"] Preprocessing
|
Trigger prototypes for Network interfaces discovery
Name | Description | Expression | Severity | Dependencies and additional info |
---|---|---|---|---|
Interface {#IFNAME}({#IFALIAS}): High bandwidth usage | The utilization of the network interface is close to its estimated maximum bandwidth. |
(avg(/Windows by Zabbix agent/net.if.in["{#IFGUID}"],15m)>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*last(/Windows by Zabbix agent/net.if.speed["{#IFGUID}"]) or avg(/Windows by Zabbix agent/net.if.out["{#IFGUID}"],15m)>({$IF.UTIL.MAX:"{#IFNAME}"}/100)*last(/Windows by Zabbix agent/net.if.speed["{#IFGUID}"])) and last(/Windows by Zabbix agent/net.if.speed["{#IFGUID}"])>0 |
Warning | Manual close: Yes Depends on:
|
Interface {#IFNAME}({#IFALIAS}): High error rate | It recovers when it is below 80% of the |
min(/Windows by Zabbix agent/net.if.in["{#IFGUID}",errors],5m)>{$IF.ERRORS.WARN:"{#IFNAME}"} or min(/Windows by Zabbix agent/net.if.out["{#IFGUID}",errors],5m)>{$IF.ERRORS.WARN:"{#IFNAME}"} |
Warning | Manual close: Yes Depends on:
|
Interface {#IFNAME}({#IFALIAS}): Ethernet has changed to lower speed than it was before | This Ethernet connection has transitioned down from its known maximum speed. This might be a sign of autonegotiation issues. Acknowledge to close the problem manually. |
change(/Windows by Zabbix agent/net.if.speed["{#IFGUID}"])<0 and last(/Windows by Zabbix agent/net.if.speed["{#IFGUID}"])>0 and last(/Windows by Zabbix agent/net.if.status["{#IFGUID}"])=2 |
Info | Manual close: Yes Depends on:
|
Interface {#IFNAME}({#IFALIAS}): Link down | This trigger expression works as follows: |
{$IFCONTROL:"{#IFNAME}"}=1 and last(/Windows by Zabbix agent/net.if.status["{#IFGUID}"])<>2 and (last(/Windows by Zabbix agent/net.if.status["{#IFGUID}"],#1)<>last(/Windows by Zabbix agent/net.if.status["{#IFGUID}"],#2)) |
Average | Manual close: Yes |
LLD rule Windows services discovery
Name | Description | Type | Key and additional info |
---|---|---|---|
Windows services discovery | Used for the discovery of Windows services of different types as defined in the template's macros. |
Zabbix agent | service.discovery |
Item prototypes for Windows services discovery
Name | Description | Type | Key and additional info |
---|---|---|---|
State of service "{#SERVICE.NAME}" ({#SERVICE.DISPLAYNAME}) | Zabbix agent | service.info["{#SERVICE.NAME}",state] |
Trigger prototypes for Windows services discovery
Name | Description | Expression | Severity | Dependencies and additional info |
---|---|---|---|---|
"{#SERVICE.NAME}" ({#SERVICE.DISPLAYNAME}) is not running | The service has a state other than "Running" for the last three times. |
min(/Windows by Zabbix agent/service.info["{#SERVICE.NAME}",state],#3)<>0 |
Average |
Feedback
Please report any issues with the template at https://support.zabbix.com
You can also provide feedback, discuss the template, or ask for help at ZABBIX forums