|
|
| |
Product / Documentation / Configuration / Items / |
|
|
|
|
|
Aggregate checks |
Aggregate checks does not require any agent running on a host being monitored. ZABBIX server collects
aggregate information by doing direct database queries.
Syntax of aggregate item's key
groupfunc('Host group','Item key','item func','parameter')
Supported group functions
| Group function | Description |
| grpavg | Average value |
| grpmax | Maximum value |
| grpmin | Minimum value |
| grpsum | Sum of values |
Supported item functions
| Item function | Description |
| avg | Average value |
| count | Number of values |
| last | Last value |
| max | Maximum value |
| min | Minimum value |
| sum | Sum of values |
Examples of keys for aggregate items
- Example 1.Total disk space of host group 'MySQL Servers'
grpsum('MySQL Servers','vfs.fs.size[/,total]','last','0')
- Example 2.Average processor load of host group 'MySQL Servers'
grpavg('MySQL Servers','system.cpu.load[,avg1]','last','0')
- Example 3.Average (5min) number of queries per second for host group 'MySQL Servers'
grpavg('MySQL Servers','mysql.qps','avg','300')
|
|
|
|
| | © 2001-2008 by ZABBIX SIA. All rights reserved. Hosting is kindly provided by Clearcut Networks. | |