@hadesz/monitor
Version:
A complete server monitoring system with agents, server and dashboard
21 lines • 386 B
JSON
{
"agent": {
"defaultInterval": 10000,
"maxRetries": 3,
"retryDelay": 2000
},
"server": {
"httpPort": 3100,
"udpPort": 41234,
"dashboardPort": 4000
},
"database": {
"mongoUri": "mongodb://localhost:27017/monitoring",
"collection": "metrics",
"dataRetentionDays": 30
},
"dashboard": {
"port": 4000,
"refreshInterval": 10000
}
}