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 @@ -59,7 +59,7 @@ const mainSettings = [
when: 'manager'
},
{ field: 'scan_on_start', label: 'Scan on start' },
{ field: 'skip_nfs', label: 'Skip scan on CIFS/NFS mounts' },
{ field: 'skip_nfs', label: 'Skip scan on CephFS/CIFS/NFS mounts' },
{ field: 'skip_dev', label: 'Skip scan of /dev directory' },
{ field: 'skip_sys', label: 'Skip scan of /sys directory' },
{ field: 'skip_proc', label: 'Skip scan of /proc directory' },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const allSettings = [
{ field: 'check_winapps', label: 'Check Windows apps' },
{ field: 'check_winaudit', label: 'Check Windows audit' },
{ field: 'check_winmalware', label: 'Check Windows malware' },
{ field: 'skip_nfs', label: 'Skip scan on CIFS/NFS mounts' },
{ field: 'skip_nfs', label: 'Skip scan on CephFS/CIFS/NFS mounts' },
{ field: 'rootkit_files', label: 'Rootkit files database path' },
{ field: 'rootkit_trojans', label: 'Rootkit trojans database path' },
{ field: 'windows_audit', label: 'Windows audit definition file path' },
Expand Down
4 changes: 2 additions & 2 deletions plugins/main/server/lib/reporting/agent-configuration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ export const AgentConfiguration = {
rootkit_files: 'Rootkit files database path',
rootkit_trojans: 'Rootkit trojans database path',
scanall: 'Scan the entire system',
skip_nfs: 'Skip scan on CIFS/NFS mounts',
skip_nfs: 'Skip scan on CephFS/CIFS/NFS mounts',
frequency: 'Frequency (in seconds) to run the scan',
check_dev: 'Check /dev path',
check_files: 'Check files',
Expand Down Expand Up @@ -246,7 +246,7 @@ export const AgentConfiguration = {
{
disabled: 'Integrity monitoring disabled',
frequency: 'Interval (in seconds) to run the integrity scan',
skip_nfs: 'Skip scan on CIFS/NFS mounts',
skip_nfs: 'Skip scan on CephFS/CIFS/NFS mounts',
scan_on_start: 'Scan on start',
directories: 'Monitored directories',
nodiff: 'No diff directories',
Expand Down