Skip to content

techops01/QA-devmon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to use

Edit field "mac": "PASTE_YOUR_MAC_HERE", in config.json

"interval": 2700000, #ms

"timezone": 2, #UTC

"ssh": {       #gateway
    "host": "192.168.0.1",

    "port": 22,
 
    "user": "root",
    
    "passwd": "password"
},

"subnets": [
"192.168.0.1",
"192.168.1.0"
], #empty [] or 192.168.2.0 etc

"devices": [

How to run

pip3 install --upgrade pip

nohup python3 main.py --config config.json --ssh &

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published