All Projects → s57445560 → Host_report

s57445560 / Host_report

主机巡检报表发送,salt来统计后定时发送邮件。

Labels

Projects that are alternatives of or similar to Host report

Waveboxapp
Wavebox Classic has been updated to Wavebox 10. Learn more Wavebox.io
Stars: ✭ 1,198 (+1202.17%)
Mutual labels:  email
Mailchecker
📫 Cross-language temporary (disposable/throwaway) email detection library. Covers 33600 fake email providers.
Stars: ✭ 1,252 (+1260.87%)
Mutual labels:  email
Contextio Node
[DEPRECATED] - Official Node.js client library for the Context.IO Email API
Stars: ✭ 86 (-6.52%)
Mutual labels:  email
Django Amazon Ses
A Django email backend that uses Boto3 to interact with Amazon Simple Email Service (SES).
Stars: ✭ 77 (-16.3%)
Mutual labels:  email
Email Extractor
The main functionality is to extract all the emails from one or several URLs - La funcionalidad principal es extraer todos los correos electrónicos de una o varias Url
Stars: ✭ 81 (-11.96%)
Mutual labels:  email
Sendgrid Php
The Official Twilio SendGrid Led, Community Driven PHP API Library
Stars: ✭ 1,257 (+1266.3%)
Mutual labels:  email
Msgkit
A .NET library to make MSG files without the need for Outlook
Stars: ✭ 74 (-19.57%)
Mutual labels:  email
Inbrief
InBrief is a personal briefing app and dashboard powered by Electron and React
Stars: ✭ 90 (-2.17%)
Mutual labels:  email
Mailgun
📧 Service to assist with sending emails from Vapor apps
Stars: ✭ 82 (-10.87%)
Mutual labels:  email
Jaromail
A commandline tool to easily and privately handle your e-mail
Stars: ✭ 86 (-6.52%)
Mutual labels:  email
Mimekit
A .NET MIME creation and parser library with support for S/MIME, PGP, DKIM, TNEF and Unix mbox spools.
Stars: ✭ 1,214 (+1219.57%)
Mutual labels:  email
Acmailer
Mail sending module for Mezzio and Laminas MVC with support for file attachment and template email composition
Stars: ✭ 80 (-13.04%)
Mutual labels:  email
Mjml Utils
The utility belt for MJML developers
Stars: ✭ 85 (-7.61%)
Mutual labels:  email
Mrml
Implementation of mjml in rust
Stars: ✭ 76 (-17.39%)
Mutual labels:  email
Python Sparkpost
SparkPost client library for Python
Stars: ✭ 87 (-5.43%)
Mutual labels:  email
Serverless Node Simple Messaging
Simple email AWS lambda function
Stars: ✭ 75 (-18.48%)
Mutual labels:  email
Tcpbin
Very crude and poorly written HTTP(s) and SMTP bin
Stars: ✭ 85 (-7.61%)
Mutual labels:  email
Opaquemail
.NET email library and proxy supporting IMAP, POP3, and SMTP with S/MIME and PGP.
Stars: ✭ 91 (-1.09%)
Mutual labels:  email
Aws Lambda Ses Forwarder
Serverless email forwarding using AWS Lambda and SES
Stars: ✭ 1,290 (+1302.17%)
Mutual labels:  email
Bomberthon
Best Bombing Tool with WhatsApp, Instagram, SMS bomber
Stars: ✭ 84 (-8.7%)
Mutual labels:  email

每日报表生成邮件发送

需要部署到salt服务器上,如果路径不同需要修改 run.sh内的路径
安装salt,sar命令,python的依赖包

安装sar
yum install sysstat -y

拷贝脚本到salt目录

mkdir -p /srv/salt/scripts/
cp /root/put/host_Report/check.sh /srv/salt/scripts/

设置crontab (添加)
cronta -e
40 23 * * * /bin/bash /root/put/host_Report/run.sh >> /tmp/salt_ip.log 2>&1

阀值设置,在check.sh脚本内 修改以下变量即可,根据自己需求
iowait=1
cpuirq=5
load=5
memfree=20
membuffer=0
memcache=0
IOtps=0
IOrtps=0
IOwtps=0
IObread=0
IObwrtn=0
PPS=0
bandwidth=0

正常情况 image

如果超过阈值则会标红 image

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].