pinger:node.js的Cron作业ping模块

节拍后台进程模块来ping您的网站。安装npm install cron-ping用法var cronPing = require ( 'cron-ping' ) ; var sites = [ 'http://www.google.com' , 'http://www.yahoo.com' , 'http://www.bing.com' ] ; var cb = function ( res , site ) { console . log ( 'Got ' + res . statusCode + ' for ' + site ) ; } ) ; var stop = function ( ) { console . log ( 'Monitoring has stopped' ) ; } ; cronPing . monitor ( '0,10,20,30,
zip 文件大小:5.3KB