-
TcpPinger通过在可配置的端口和间隔上执行“Tcp-pings”来探测主机,并且当它们关闭时,会发送电子邮件通知
资源介绍
TcpPinger
“Tcp-pings”主机在可配置的端口和间隔上,并在它们关闭时发送电子邮件通知。
使用您的设置创建一个 config.js。 例如:
var config = [
{
host : "google.com" ,
port : 80 , //tcp port
notifyEmail : "john.smith@gmail.com" , //or leave it undefined to be notified via console only
interval : 15000 , //delay before "pinging" again (milliseconds)
timeout : 2000 //how long to wait for rep
- 上一篇: live555-latest-20190620.rar
- 下一篇: TCP/IP协议详解卷二:实现