I need to send notifications to an email address that has a “#” character in it. I have been unable to find a way to escape this character so that Nagios doesn’t interpret this as a comment. Any suggestions?
define contact {
use gen-contact
contact_name test-case
service_notification_commands send-by-email
alias test-case
email #[email protected]
}