Giter Site home page Giter Site logo

vpnmonitor's Introduction

vpnmonitor

author :jijue

项目介绍

该工具用于检测vpn流量使用情况,当流量在短时间内使用情况超过某个阈值的时候会自动发邮件告警

该工具是本人基于目前正在使用的hkjss vpn平台的个例写的,所以不具备普适性,受众较小,有兴趣可以自行读一遍代码

工具可以定期监控流量已使用情况,并例行发邮件通知 email-show
(原谅我令人发笑的打码水平)

还有日志记录 log-show

配置项

  • vpnmonitor通过deamon实现守护进程,所以需要将vpnmonitor.service文件复制到/etc/systemd/system/目录下,并用systemctl start vpnmonitor命令启动vpnmonitor,如果要停用工具,请用systemctl stop vpnmonitor

  • 邮件发送,通过修改send_mail函数中收件邮箱、发件邮箱账号、发件邮箱授权码三个变量的值即可使用

  • vpn账号,通过修改dict_hkjss字典的auth键的值改为自己的账号密码即可

  • 三方模块,vpnmonitor只用了一个bs4用于html解析,其余的都是标准库,就不单独写require文件了

  • vpnmonitor运行于python2.7

vpnmonitor's People

Contributors

bigblackhat avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.