initial commit

This commit is contained in:
Anry Das
2025-02-16 12:38:35 +02:00
commit 954f607c5a
21 changed files with 1793 additions and 0 deletions

13
configs/config_default.json Executable file
View File

@@ -0,0 +1,13 @@
{
"monitor": {
"config": {
"debug": "false",
"print_info": "false",
"interval_seconds": 30,
"uptime_update_seconds": 60,
"port": 15200,
"stop_file_name": "/stop",
"response_path_separator": "|"
}
}
}

13
configs/metrics_default.json Executable file
View File

@@ -0,0 +1,13 @@
{
"monitor": {
"instance_prefix": "",
"metrics": {
"disk": [],
"health": [],
"ping": [],
"iface": [],
"rest_value": [],
"shell_value": []
}
}
}