Add ZFS file systems support

This commit is contained in:
itoussies 2024-12-18 17:43:25 +01:00
parent fcd86b448f
commit e09728273d
2 changed files with 3 additions and 3 deletions

View File

@ -124,8 +124,8 @@ Filter duplicate storages (in used size and total size).
=item B<--filter-storage-type>
Filter storage types with a regexp (default: '^(hrStorageFixedDisk|hrStorageNetworkDisk|hrFSBerkeleyFFS|hrFSOther)$').
'hrFSOther' is needed when the default file system is ZFS.
Filter storage types with a regexp (default: C<'^(hrStorageFixedDisk|hrStorageNetworkDisk|hrFSBerkeleyFFS|hrFSOther)$'>).
C<hrFSOther> is needed when the default file system is ZFS.
=back

View File

@ -60,7 +60,7 @@ __END__
=head1 PLUGIN DESCRIPTION
Check Freebsd operating systems in SNMP.
Check FreeBSD operating systems in SNMP.
Some modes (C<cpu>, C<load>, C<swap>, C<memory>) need C<bsnmp-ucd>.
=cut