cacti-host-updown-monitor
Version:
If use cacti, this node module will send alarm email when server down
21 lines (20 loc) • 595 B
JSON
{
"name": "cacti-host-updown-monitor",
"version": "0.0.2",
"preferGlobal": true,
"description": "If use cacti, this node module will send alarm email when server down",
"author": "JasonCheng <info@JasonCheng.tw>",
"homepage": "http://jasoncheng.tw",
"keywords": ["cacti", "monitor", "updown", "alarm"],
"dependencies": {
"flow": ">=0.2.2",
"sequelize": ">=1.3.7",
"mailer": ">=0.6.7"
},
"main": "cacti",
"repository": {
"type": "git",
"url": "https://github.com/jasoncheng/cacti-host-updown-monitor.git"
},
"engines": ">=0.6.x"
}