Create function check status for other system
This commit is contained in:
parent
8c68313d83
commit
e199c6cd72
|
|
@ -704,7 +704,7 @@ const checkMultipleRequest = async () => {
|
|||
type: "stream",
|
||||
to: "networkToolBot",
|
||||
topic: "System Logs",
|
||||
content: JSON.stringify(report),
|
||||
content: JSON.stringify(report, null, 2),
|
||||
};
|
||||
|
||||
let params1 = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue