Ticket #56 (new defect)
nagios-okplugin-check_disks has problems with SELinux enabled
| Reported by: | tommi | Owned by: | tommi |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | nagios-plugins | Version: | |
| Keywords: | Cc: |
Description
bug description
Return Code is 1 if selinux is enabled
bug analysis
Basicly df returns 1 when run by nrpe on a selinux enabled machine
fix recommendation
Either ship semodule with the package or get it accepted upstream
Note: See
TracTickets for help on using
tickets.

Temporary fix is returning OK for return code 0 or 1, but this is a tempoary fix.
I have implemented this but leaving bug open.