You are not logged in.
I just upgraded monitoring-plugins to 2.3.2-1 and a few of my nagios services have the rather cryptic status (No output on stdout) stderr:.
I tried running the command manually on the command line and it fails.
$ /usr/lib/monitoring-plugins/check_disk -w '204800' -c '102400' -e -r '^/media/.*' --exclude-type=tracefs --exclude-type=cgroup
[1] 2118 segmentation fault (core dumped) /usr/lib/monitoring-plugins/check_disk -w '204800' -c '102400' -e -r
I tried downgrading back to monitoring-plugins 2.3.1-2 and it works fine.
$ /usr/lib/monitoring-plugins/check_disk -w '204800' -c '102400' -e -r '^/media/.*' --exclude-type=tracefs --exclude-type=cgroup
DISK OK| /media/disk1=4070657MB;5472158;5574558;0;5676958 /media/disk2=2081119MB;2610755;2713155;0;2815555 /media/disk3=4906715MB;5427446;5529846;0;5632246 /media/disk4=3626035MB;5377947;5480347;0;5582747
Anyone else experiencing this and/or know of a fix?
Offline