-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
microstats.on('memory', function(value) { console.log('MEMORY:', memory )}) this is right
microstats.on('cpu', function(value) { console.log('CPU:', memory } this is not right
let options = {
frequency: 'onalert'
memoryalert: { used: '>60%' }
cpualert: { load: '>80%' }
}
This option is to trigger all the events? Or triggered to meet the conditions of the event?
Metadata
Metadata
Assignees
Labels
No labels