[[email protected] ~]# tar jxvf msmtp-1.4.30.tar.bz2[[email protected] ~]# cd msmtp-1.4.30cd msmtp-1.4.30[[email protected] msmtp-1.4.30]# ./configure --prefix=/usr/local/msmtp[[email protected] msmtp-1.4.30]# make[[email protected] msmtp-1.4.30]# make install[[email protected] ~]# mkdir /usr/local/msmtp/ log[[email protected] ~]# mkdir /usr/local/msmtp/etc[[email protected] ~]# cd /usr/local/msmtp/etc[[email protected] etc]# vi msmtprcdefaultslogfile /usr/ local/msmtp/log/msmtp.logaccount 263host smtp.263.netfrom [email protected]auth Loginuser [email protected]password abcd.1234account default:263[[email protected] ~]# yum install -y mutt[[email protected] ~]# vi /etc/muttrcset sendmail= "/usr/local/msMtp/bin/msmtp "set from=" [email protected] "set realname=" Nagios "set use_from=yesset charset= "Utf-8" set send_charset= "Us-ascii:gb2312:utf-8" set locale= "ZH_CN" [[email protected] ~]# echo message content | mutt -s Message title [email protected][[email protected] ~]# cd /usr/local/msmtp/log[[email protected] log]# cat msmtp.log aug 09 15:57:34 host=smtp.263.net tls=off auth=on [email protected] [email protected] [email protected] mailsize=342 smtpstatus=250 smtpmsg= ' 250 2.0.0 ok: queued as 7b6d439f ' exitcode=ex_ok[[email protected] ~]# cd /usr/local/icinga/etc/objects[[email protected] objects]# vi commands.cfg define command{ command_name notify-host-by-email command_line /usr/bin/printf "%b" "\nHost: $HOSTNAME $\n\nstate: $HOSTSTATE $\n\naddress: $HOSTADDRESS $\n\ninfo: $HOSTOUTPUT $\n " | mutt -s "host alert: $HOSTNAME $ is $HOSTSTATE $" $CONTACTEMAIL $ }define command{ command_name notify-service-by-email command_line /usr/bin/printf "%b" "\nservice: $SERVICEDESC $\n\nhost: $HOSTNAME $\n\nstate: $SERVICESTATE $\n\naddress: $ hostaddress$\n\ninfo: $SERVICEOUTPUT $\n " | mutt -s " service alert: $ hostname$/$SERVICEDESC $ is $SERVICESTATE $ " $CONTACTEMAIL $ } [[email protected] objects]# vi contacts.cfg define contact{ contact_name icingaadmin ; Short name of user use generic-contact ; Inherit default values from generic-contact template (Defined above) alias Icinga Admin ; Full name of user email [email protected] ; <<***** CHANGE THIS TO YOUR EMAIL ADDRESS ****** }
Open Source Monitoring solutions: ICINGA (Nagios) Email Notification