监控agent的linux主机我们在之前的文章里已经做好了 现在直接安装ftp服务即可
[root@agent ~]# yum install -y vsftpd
[root@agent ~]# systemctl start vsftpd #启动ftp服务
[root@agent ~]# systemctl enable vsftpd #设置ftp服务开机自启
Created symlink from /etc/systemd/system/multi-user.target.wants/vsftpd.service to /usr/lib/systemd/system/vsftpd.service.
为ftp添加模板




为ftp添加图形



查看web出图效果

监控成功



















