diff --git a/zabbix_scripts/disco_zfs b/zabbix_scripts/disco_zfs index f5bb56d..761000d 100644 --- a/zabbix_scripts/disco_zfs +++ b/zabbix_scripts/disco_zfs @@ -70,7 +70,7 @@ if ($pools){ push @{$json->{data}}, { '{#ZFS_SNAP}' => $_ }; } } elsif ($sanoidmon){ - push @{$json->{data}}, { '{#ZFS_SANOID}' => $_ } foreach (qw(snapshot capacity health)); + push @{$json->{data}}, { '{#ZFS_SANOID}' => $_ } foreach (qw(snapshot)); } elsif ($arcstats){ push @{$json->{data}}, { '{#ZFS_STATS}' => 'arcstats' }; }