python ping监控

Posted 好好学习运维

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python ping监控相关的知识,希望对你有一定的参考价值。

#!/usr/bin/python
# coding=utf-8
importos,sys,time
importlogging
host=114.114.114.114
logging.basicConfig(level=logging.DEBUG,
    format=%(asctime)-30s%(message)s,
    datefmt=%Y-%m-%d%H:%M:%S,
    filename=host+.log,
    filemode=a)
aping=os.popen(ping+host)
whileTrue:
    logging.info(aping.readline().rstrip())

启动直接 nohup python filename > /dev/null & 就可以了,kill的时候注意要kill两个进程,一个python 一个ping

以上是关于python ping监控的主要内容,如果未能解决你的问题,请参考以下文章

python2写ping监控,自动发现ip

Python写一个网络监控小程序

BMC手册—具体工作内容。——添加ping监控

prometheus的网络ping监控exporter

ping监控与http监控区别

prometheus的网络ping监控exporter