Skip to content

Commit

Permalink
Excludes tracefs type from check_disk
Browse files Browse the repository at this point in the history
  • Loading branch information
drn05r committed Jan 11, 2025
1 parent 60993c4 commit 29a1f7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/monitored/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,4 @@ nrpe_checks: # noqa var-naming[no-role-prefix]
arguments: -w 2:2 -c 1:2 -C keepalived
disks:
check: /usr/lib/nagios/plugins/check_disk
arguments: -w 20% -c 10% -X tmpfs -X overlay -X devtmpfs -X nsfs -X squashfs -x /tmp -x /var/tmp -x /run/lxd_config/9p
arguments: -w 20% -c 10% -X tmpfs -X overlay -X devtmpfs -X nsfs -X squashfs -X tracefs -x /tmp -x /var/tmp -x /run/lxd_config/9p

0 comments on commit 29a1f7d

Please sign in to comment.