1.0.3 • Published 2 years ago

groove-monitor v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

groove-monitor

a simple monitor package

Getting Started

npm i groove-monitor
yarn add groove-monitor
new Monitor(options)

you can set options to change the monitor function ;

// you can rewirte options to upload error  or  alarm error
export const defaultConfig = {
    errorCount: 5,
    clearTimer: 10000,
    showTimeReport: true,
    
    errorStore : function(errorObj)  {
        
    },
    falseAlarms: function(errorObj){
        
    }
}
1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago