initial commit
This commit is contained in:
13
configs/config_default.json
Executable file
13
configs/config_default.json
Executable 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
13
configs/metrics_default.json
Executable file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"monitor": {
|
||||
"instance_prefix": "",
|
||||
"metrics": {
|
||||
"disk": [],
|
||||
"health": [],
|
||||
"ping": [],
|
||||
"iface": [],
|
||||
"rest_value": [],
|
||||
"shell_value": []
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user