phonetop
Version:
A node.js application to text your phone automatically about resource usage.
30 lines (29 loc) • 560 B
JSON
{
"events": {
"critical1": {
"value": 0.2,
"message": "Over CPU load average for 1 minute."
},
"critical5": {
"value": 0.2,
"message": "Over CPU load average for 5 minutes."
},
"critical15": {
"value": 0.2,
"message": "Over CPU load average for 15 minutes."
},
"freemem": {
"value": 40000000000,
"message": "Free memory is very low."
},
"uptime": {
"value": 6000,
"message": "Congrats - your uptime is over threshold."
}
},
"twilio": {
"fromnumber": "",
"tonumber": "",
"maxmessages": 0
}
}