Skip to content

Commit

Permalink
Merge pull request #67 from drn05r/main
Browse files Browse the repository at this point in the history
Adds NRPE disks check
  • Loading branch information
drn05r committed Feb 26, 2024
2 parents c9f2420 + cbf02fd commit 9123199
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions roles/monitored/vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,6 @@ nrpe_checks:
keepalived:
check: "/usr/lib/nagios/plugins/check_procs"
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 /tmp -x /var/tmp"

0 comments on commit 9123199

Please sign in to comment.