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",
 | 
					      type: "stream",
 | 
				
			||||||
      to: "networkToolBot",
 | 
					      to: "networkToolBot",
 | 
				
			||||||
      topic: "System Logs",
 | 
					      topic: "System Logs",
 | 
				
			||||||
      content: JSON.stringify(report),
 | 
					      content: JSON.stringify(report, null, 2),
 | 
				
			||||||
    };
 | 
					    };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    let params1 = {
 | 
					    let params1 = {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue