Hi Jeff, You should post the version of Nagios you have questions about. > I am having an issue where nagios is not sending the $SERVICENOTES$ > variable in emails when a service goes down.
You should not be using quotes in your definition. These are normally defined as illegal macro characters (along with `~$^&"|'<> ) in your main config. This may fix your problem. Check out the docs on "understanding macros" for your specific version of nagios. For 3.x http://nagios.sourceforge.net/docs/3_0/macros.html . define serviceextinfo{ host_name Router service_description Check_eth1/2 notes this is the Ethernet interface } Mark Young ------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08 _______________________________________________ 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
