fzaninotto / uptime

A remote monitoring application using Node.js, MongoDB, and Twitter Bootstrap.
http://fzaninotto.github.com/uptime/
MIT License
3.62k stars 706 forks source link

ICMP Support #314

Closed petakcm8 closed 9 years ago

petakcm8 commented 9 years ago

Hello,

I came across this wonderful tool a few days ago, and I noticed the ICMP support has been removed.

I tried adding ICMP support via commit 9696271194820865307a3bfe6f3ec8c9f2485660 but after editing files in my 3.2 version I get an error related to node module:

BasePoller = require ('./base');

Error: Cannot find module './base' at Function.Module._resolveFilename (module.js:338:15) at Function.Module._load (module.js:280:25) at Module.require (module.js:364:17) at require (module.js:380:17) at Object. (/home/uptime/lib/pollers/icmp/icmpPoller.js:9:18)

What is this module ?

Tried to do npm install base but didn t help

Thanks

pk-pranshu commented 7 years ago

var BasePoller = require ('../basePoller'); It should be basePoller