| Cheshire Cat Computing http://www.steveshipway.org/forum/ |
|
| More detail in email notification? http://www.steveshipway.org/forum/viewtopic.php?f=22&t=1197 |
Page 1 of 1 |
| Author: | lhenkel [ Sat Aug 04, 2007 5:15 am ] |
| Post subject: | More detail in email notification? |
| Author: | stevesh [ Mon Aug 06, 2007 11:55 am ] |
| Post subject: | |
| Author: | lhenkel [ Mon Aug 06, 2007 4:26 pm ] |
| Post subject: | More detail in email notification? |
| Author: | lhenkel [ Tue Aug 07, 2007 4:02 pm ] |
| Post subject: | Solved |
Well, it was a problem with (version 3.0a4) Nagios config, but in case anyone comes across a similar issue: The example misccommands.cfg seems to have errors. changing define command{ command_name notify-by-email command_line /usr/bin/printf "%b" "***** Nagios *****\n\nNotification Type: $NOTIFICATIONTYPE$\n\nService: $SERVICEDESC$\nHost: $HOSTALIAS$ \nAddress: $HOSTADDRESS$\nState: $SERVICESTATE$\n\nDate/Time: $DATETIME$\n\nAdditional Info:\n\n$OUTPUT$" | /usr/bin/mail -s "** $NOTIFICATIONTYPE$ ale rt - $HOSTALIAS$/$SERVICEDESC$ is $SERVICESTATE$ **" $CONTACTEMAIL$ } to define command{ command_name notify-by-email command_line /usr/bin/printf "%b" "***** Nagios *****\n\nNotification Type: $NOTIFICATIONTYPE$\n\nService: $SERVICEDESC$\nHost: $HOSTALIAS$ \nAddress: $HOSTADDRESS$\n State: $SERVICESTATE$\n Message: $SERVICEOUTPUT$ \nDateTime: $SHORTDATETIME$ \n\nAdditional Info:\n\n $OUTPUT$ \n" | /usr/bi n/mail -s "** $NOTIFICATIONTYPE$ alert - $HOSTALIAS$/$SERVICEDESC$ is $SERVICESTATE$ **" $CONTACTEMAIL$ } It was bombing on the previous variables and not doing $SERVICEOUTPUT$[ Sorry to post in the wrong forum.. |
|
| Page 1 of 1 | All times are UTC + 12 hours [ DST ] |
| Powered by phpBB® Forum Software © phpBB Group http://www.phpbb.com/ |
|