Linux如何设置系统发送告警脚本到邮箱

本次测试版本:centos7.6

第一步安装mailx

bash 复制代码
yum install mailx

安装结果如下:

bash 复制代码
[root@CentOS764 ~]# yum install mailx
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
epel/x86_64/metalink                                                                        |  35 kB  00:00:00     
 * base: mirrors.aliyun.com
 * epel: mirror.nyist.edu.cn
 * extras: mirrors.aliyun.com
 * updates: mirrors.aliyun.com
base                                                                                        | 3.6 kB  00:00:00     
epel                                                                                        | 4.3 kB  00:00:00     
extras                                                                                      | 2.9 kB  00:00:00     
updates                                                                                     | 2.9 kB  00:00:00     
epel/x86_64/primary_db         FAILED                                          
https://ftp.kaist.ac.kr/pub/epel/7/x86_64/repodata/c791872357f7caad8e42d6043268fd6d0fadb243608366829f3097d94a7f3180-primary.sqlite.gz: [Errno 14] curl#35 - "TCP connection reset by peer"
Trying other mirror.
(1/3): epel/x86_64/updateinfo                                                               | 1.0 MB  00:00:02     
(2/3): updates/7/x86_64/primary_db                                                          |  27 MB  00:00:23     
(3/3): epel/x86_64/primary_db                                                               | 8.7 MB  00:01:37     
Resolving Dependencies
--> Running transaction check
---> Package mailx.x86_64 0:12.5-19.el7 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

===================================================================================================================
 Package                  Arch                      Version                          Repository               Size
===================================================================================================================
Installing:
 mailx                    x86_64                    12.5-19.el7                      base                    245 k

Transaction Summary
===================================================================================================================
Install  1 Package

Total download size: 245 k
Installed size: 466 k
Is this ok [y/d/N]: y
Downloading packages:
mailx-12.5-19.el7.x86_64.rpm                                                                | 245 kB  00:00:00     
Running transaction check
Running transaction test
Transaction test succeeded
Running transaction
Warning: RPMDB altered outside of yum.
  Installing : mailx-12.5-19.el7.x86_64                                                                        1/1 
  Verifying  : mailx-12.5-19.el7.x86_64                                                                        1/1 

Installed:
  mailx.x86_64 0:12.5-19.el7                                                                                       

Complete!
[root@CentOS764 ~]# 

第二步用命令打开mail配置文件

bash 复制代码
vi /etc/mail.rc

结果如下:

bash 复制代码
[root@CentOS764 etc]# vi /etc/mail.rc

# See mailx(1) for further options.
# This file is not overwritten when 'make install' is run in
# the mailx build process again.

# Sccsid @(#)nail.rc    2.11 (gritter) 8/2/08

# Do not forward to mbox by default since this is likely to be
# irritating for most users today.
set hold

# Append rather than prepend when writing to mbox automatically.
# This has no effect unless 'hold' is unset again.
set append

# Ask for a message subject.
set ask

# Assume a CRT-like terminal and invoke a pager.
set crt

# Messages may be terminated by a dot.
set dot

# Do not remove empty mail folders in the spool directory.
# This may be relevant for privacy since other users could
# otherwise create them with different permissions.
set keep

# Do not remove empty private mail folders.
set emptybox

# Quote the original message in replies by "> " as usual on the Internet.
set indentprefix="> "
set [email protected] smtp=smtp.163.com
set [email protected] smtp-auth-password=123456 set smtp
-auth=login

连续按两次 i 进入编辑模式,增加如下代码后就变成上面这样

bash 复制代码
set [email protected] smtp=smtp.163.com
set [email protected] smtp-auth-password=123456 set smtp
-auth=login

保存文件并退出::wq

相关推荐
欧先生^_^41 分钟前
docker的文件系统Overlay2
运维·docker·容器
一只小白跳起来1 小时前
重新安装VMware tools为灰色无法点击问题解决|读取电脑文件的共享文件夹方法
运维·ubuntu·vmware
李迟1 小时前
跨系统平台实践:在内网自建kylin服务版系统yum源
linux
长河1 小时前
Kafka系列教程 - Kafka 运维 -8
运维·分布式·kafka
odoo-卜永1 小时前
ubuntu22.04连接爱普生打印机型号L385
linux·经验分享·ubuntu
xyliiiiiL1 小时前
一文总结常见项目排查
java·服务器·数据库
小麦嵌入式2 小时前
Linux驱动开发实战(十一):GPIO子系统深度解析与RGB LED驱动实践
linux·c语言·驱动开发·stm32·嵌入式硬件·物联网·ubuntu
刘若水2 小时前
Linux: 进程信号初识
linux·运维·服务器
chem41113 小时前
Conmon lisp Demo
服务器·数据库·lisp
渗透测试老鸟-九青3 小时前
面试经验分享 | 成都渗透测试工程师二面面经分享
服务器·经验分享·安全·web安全·面试·职场和发展·区块链