This commit is contained in:
2026-02-08 19:31:09 +01:00
parent 0b03fed798
commit e727f37c27
3 changed files with 373 additions and 168 deletions

View File

@ -4,10 +4,31 @@
"telnet": {
"read_timeout_sec": 25,
"connect_timeout_sec": 10,
"command": "ostatus"
"command": "ostatus",
"prompt_timeout_sec": 25
},
"report": {
"write_markdown": true,
"write_html": true,
"write_pdf": false,
"report_name_prefix": "report"
},
"devices": [
{ "name": "mmp17-1", "host": "192.168.252.155", "port": 20108, "enabled": true, "username": null, "password": null },
{ "name": "mmp17-2", "host": "192.168.252.156", "port": 20108, "enabled": false, "username": null, "password": null }
{
"name": "mmp17-1",
"host": "192.168.252.155",
"port": 20108,
"enabled": true,
"username": null,
"password": null
},
{
"name": "mmp17-2",
"host": "192.168.252.156",
"port": 20108,
"enabled": false,
"username": null,
"password": null
}
]
}