log-vista
Version:
LogVista Agent - Lightweight system monitoring and log collection for any project/language
39 lines (38 loc) • 1.05 kB
JSON
{
"central_system": {
"url": "http://localhost:3000",
"token": "your-agent-token-here",
"retry_attempts": 3,
"retry_interval": 5000
},
"agent": {
"collection_interval": 30,
"batch_size": 100,
"log_level": "info"
},
"projects": [
{
"project_name": "example-project",
"pwd_path": "C:\\Users\\YourUser\\Projects\\example-project",
"custom_log_paths": [
"C:\\Users\\YourUser\\Projects\\example-project\\logs\\app.log",
"C:\\Users\\YourUser\\Projects\\example-project\\logs\\error.log"
],
"enabled": true
},
{
"project_name": "another-project",
"pwd_path": "C:\\inetpub\\wwwroot\\another-project",
"custom_log_paths": [
"C:\\inetpub\\wwwroot\\another-project\\App_Data\\Logs\\application.log"
],
"enabled": false
}
],
"system": {
"collect_system_metrics": true,
"collect_process_metrics": true,
"collect_network_metrics": true,
"collect_disk_metrics": true
}
}