I was able to make it quiet on my system by changing this line in nut-monitor.pl: open(SENS, "upsc ".quotemeta($_[0])." |"); To this: open(SENS, "upsc ".quotemeta($_[0])." 2>/dev/null |");
monitor.pl NUT UPS stderr messages in mail from cron