Hello,
I am creating a template to monitor Hard Drives performances but I'm facing the problem that there could be more than one disk on a computer.
So I created 1 template:
Template_Linux_Disk
with items : disk_stats[{$DEVICE},await] ...
Then I created 2 templates linked to the first one with just 1 macro :
Template_Linux_Disk_SDA
{$DEVICE}=sda
Template_Linux_Disk_SDB
{$DEVICE}=sdb
The problem I have is when I try to link Template_Linux_Disk_SDA and Template_Linux_Disk_SDB to an host:
Template with item key [disk_stats[{$DEVICE},await]] already linked to host
Template with application [Disk] already linked to host
Maybe I should try another trick but I haven't found.
Does anyone has an idea about how I could solve it?
I am creating a template to monitor Hard Drives performances but I'm facing the problem that there could be more than one disk on a computer.
So I created 1 template:
Template_Linux_Disk
with items : disk_stats[{$DEVICE},await] ...
Then I created 2 templates linked to the first one with just 1 macro :
Template_Linux_Disk_SDA
{$DEVICE}=sda
Template_Linux_Disk_SDB
{$DEVICE}=sdb
The problem I have is when I try to link Template_Linux_Disk_SDA and Template_Linux_Disk_SDB to an host:
Template with item key [disk_stats[{$DEVICE},await]] already linked to host
Template with application [Disk] already linked to host
Maybe I should try another trick but I haven't found.
Does anyone has an idea about how I could solve it?
Comment