Skip to content

Commit

Permalink
Add ZFS file systems support
Browse files Browse the repository at this point in the history
  • Loading branch information
itoussies committed Dec 18, 2024
1 parent fcd86b4 commit e097282
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/os/freebsd/snmp/mode/storage.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/os/freebsd/snmp/plugin.pm
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit e097282

Please sign in to comment.