https://bugzilla.novell.com/show_bug.cgi?id=480747 User cschneemann@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=480747#c6 --- Comment #6 from Christian Schneemann <cschneemann@novell.com> 2009-03-03 03:58:29 MST --- Created an attachment (id=276668) --> (https://bugzilla.novell.com/attachment.cgi?id=276668) patched rcnagios to ignore control signs in config files I changed your patch to remove all controll signs. I have tested it and it works. Can you validate that? # grab a config option function get_var() { if [ -n "$2" ]; then set -- `grep ^$1 $2 | sed 's@=@ @' | tr -d '[:cntrl:]'` else set -- `grep ^$1 $NAGIOS_CFG | sed 's@=@ @' | tr -d '[:cntrl:]'` fi shift # remove first ARG => search-string echo $* } -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.