On Mar 23, 2010, at 9:00 PM, Kyle O'Donnell wrote: > Trying to figure out how to escape an ampersand (&) in one of the email > addresses I need to send notifications to (yes it is RFC compliant). Short > of writing a script with the address hard coded and creating a custom > command what can be done?
Are you sure it needs escaping and not being removed on purpose? check the value of illegal_macro_output_chars in nagios.cfg. & is specified there by default I believe. -- Marc ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Nagios-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagios-users ::: Please include Nagios version, plugin version (-v) and OS when reporting any issue. ::: Messages without supporting info will risk being sent to /dev/null
