Is it possible to aggregate items with wildcards e.g:
ITEM keys on group of hosts:
filesystem_free[/usr/local,ext3]
filesystem_free[/usr,ext4]
filesystem_free[/var,ext3]
count all filesystems with mountpoint like /usr* and fs type like ext*
groupfunc["Host group","filesystem_free[/usr*,ext*]",itemfunc,timeperiod]
P.S.
don't worry about item's function - this is example
ITEM keys on group of hosts:
filesystem_free[/usr/local,ext3]
filesystem_free[/usr,ext4]
filesystem_free[/var,ext3]
count all filesystems with mountpoint like /usr* and fs type like ext*
groupfunc["Host group","filesystem_free[/usr*,ext*]",itemfunc,timeperiod]
P.S.
don't worry about item's function - this is example
Comment