Settings API - Disk options schema table
Disk options (builtin:disk.options
)
Disk options settings control the visibility of local disks on your hosts.
Schema ID | Schema groups | Scope |
---|---|---|
builtin:disk.options |
| HOST - HostHOST_GROUP - Host Groupenvironment |
Parameters
Property | Label | Type | Description | Required |
---|---|---|---|---|
nfsShowAll | Show all NFS disks | boolean | When disabled OneAgent will try to deduplicate some of nfs disks. Disabled by default, applies only to Linux hosts. Requires OneAgent 1.209 or later | required |
exclusions | Exclude disks | list | OneAgent automatically detects and monitors all your mount points, however you can create exception rules to remove disks from the monitoring list. Certain filesystems are always excluded as monitoring of them is not useful. For example, autofs, proc, cgroup, tmpfs. | required |
Request body objects
The DiskComplex
object
Property | Label | Type | Description | Required |
---|---|---|---|---|
os | Operating system | enum | - | required |
mountpoint | Disk or mount point path | text | Disk or mount point path field: the path to where the disk to be excluded from monitoring is mounted. Examples:
⚠️ Mount point paths are case sensitive! The wildcard in /staff/* means to exclude every child folder of /staff. The wildcard in /disk* means to exclude every mount point starting with /disk, for example /disk1, /disk99, /diskabc | optional |
filesystem | File system type | text | File system type field: the type of the file system to be excluded from monitoring. Examples:
⚠️ File system types are case sensitive! The wildcard in the last example means to exclude matching file systems such as types ext4 and ext3 | optional |