Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ $ossec_rootcheck_rootkit_trojans
`Type String`

$ossec_rootcheck_skip_nfs
Enable or disable the scanning of network mounted filesystems (Works on Linux and FreeBSD). Currently, skip_nfs will exclude checking files on CIFS or NFS mounts.
Enable or disable the scanning of network mounted filesystems (Works on Linux and FreeBSD). Currently, skip_nfs will exclude checking files on CephFS, CIFS or NFS mounts.

`Default yes`

Expand Down Expand Up @@ -445,7 +445,7 @@ $sca_amazon_interval
Depends on **configure_sca and apply_template_os**

$sca_amazon_skip_nfs
Enable or disable the scanning of network mounted filesystems (Works on Linux and FreeBSD). Currently, skip_nfs will exclude checking files on CIFS or NFS mounts.
Enable or disable the scanning of network mounted filesystems (Works on Linux and FreeBSD). Currently, skip_nfs will exclude checking files on CephFS, CIFS or NFS mounts.

`Default yes`

Expand Down Expand Up @@ -484,7 +484,7 @@ $sca_rhel_interval
Depends on **configure_sca and apply_template_os**

$sca_rhel_skip_nfs
Enable or disable the scanning of network mounted filesystems (Works on Linux and FreeBSD). Currently, skip_nfs will exclude checking files on CIFS or NFS mounts.
Enable or disable the scanning of network mounted filesystems (Works on Linux and FreeBSD). Currently, skip_nfs will exclude checking files on CephFS, CIFS or NFS mounts.

`Default yes`

Expand Down Expand Up @@ -517,7 +517,7 @@ $sca_else_interval
Depends on **configure_sca and apply_template_os**

$sca_else_skip_nfs
Enable or disable the scanning of network mounted filesystems (Works on Linux and FreeBSD). Currently, `skip_nfs` will exclude checking files on CIFS or NFS mounts.
Enable or disable the scanning of network mounted filesystems (Works on Linux and FreeBSD). Currently, `skip_nfs` will exclude checking files on CephFS, CIFS or NFS mounts.

`Default yes`

Expand Down Expand Up @@ -736,7 +736,7 @@ $ossec_syscheck_synchronization_max_eps
`Type String`

$ossec_syscheck_skip_nfs
Specifies if syscheck should scan network mounted filesystems. This option works on Linux and FreeBSD systems. Currently, `skip_nfs` will exclude checking files on CIFS or NFS mounts.
Specifies if syscheck should scan network mounted filesystems. This option works on Linux and FreeBSD systems. Currently, `skip_nfs` will exclude checking files on CephFS, CIFS or NFS mounts.

`Default yes`

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ $ossec_rootcheck_rootkit_trojans
`Type String`

$ossec_rootcheck_skip_nfs
Enable or disable the scanning of network mounted filesystems (Works on Linux and FreeBSD). Currently, skip_nfs will exclude checking files on CIFS or NFS mounts.
Enable or disable the scanning of network mounted filesystems (Works on Linux and FreeBSD). Currently, skip_nfs will exclude checking files on CephFS, CIFS or NFS mounts.

`Default yes`

Expand Down Expand Up @@ -453,7 +453,7 @@ $sca_interval
Depends on **configure_sca**

$sca_skip_nfs
On Linux and FreeBSD, enables or disables scanning of network-mounted filesystems. This excludes CIFS and NFS mounts.
On Linux and FreeBSD, enables or disables scanning of network-mounted filesystems. This excludes CephFS, CIFS and NFS mounts.

`Default yes`

Expand Down Expand Up @@ -673,7 +673,7 @@ $ossec_syscheck_synchronization_max_eps
`Type String`

$ossec_syscheck_skip_nfs
Specifies if syscheck should scan network mounted filesystems. This option works on Linux and FreeBSD systems. Currently, `skip_nfs` will exclude checking files on CIFS or NFS mounts.
Specifies if syscheck should scan network mounted filesystems. This option works on Linux and FreeBSD systems. Currently, `skip_nfs` will exclude checking files on CephFS, CIFS or NFS mounts.

`Default yes`

Expand Down
2 changes: 1 addition & 1 deletion source/user-manual/reference/ossec-conf/rootcheck.rst
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ skip_nfs
^^^^^^^^

Enable or disable the scanning of network mounted filesystems (Works on Linux and FreeBSD).
Currently, skip_nfs will exclude checking files on CIFS or NFS mounts.
Currently, skip_nfs will exclude checking files on CephFS, CIFS or NFS mounts.

+--------------------+---------+
| **Default value** | yes |
Expand Down
2 changes: 1 addition & 1 deletion source/user-manual/reference/ossec-conf/sca.rst
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ skip_nfs
.. deprecated:: 5.0.0

Enable or disable the scanning of network mounted filesystems (Works on Linux and FreeBSD).
Currently, ``skip_nfs`` will exclude checking files on CIFS or NFS mounts.
Currently, ``skip_nfs`` will exclude checking files on CephFS, CIFS or NFS mounts.

+--------------------+---------+
| **Default value** | yes |
Expand Down
2 changes: 1 addition & 1 deletion source/user-manual/reference/ossec-conf/syscheck.rst
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ Example:
skip_nfs
--------

Specifies if syscheck should scan network mounted filesystems. This option works on Linux and FreeBSD systems. Currently, ``skip_nfs`` will exclude checking files on CIFS or NFS mounts.
Specifies if syscheck should scan network mounted filesystems. This option works on Linux and FreeBSD systems. Currently, ``skip_nfs`` will exclude checking files on CephFS, CIFS or NFS mounts.

+--------------------+----------+
| **Default value** | yes |
Expand Down