Skip to content

uts58/python_redhat7_monitoring_with_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RedHat7 Server Monitoring tool

Project Overview:
1. Server automation
2. Pull server status (FS status, net status, system status etc.)
3. Compare old and new server status to identify problems
4. Save info as JSON/ binary stream

Monitoring Tool REST API

Project Overview:
1. REST api using Flask
2. Return JSON data via api
3. Authentication using Firebase
4. User ACL

id={
"test" : {
"ip" : "172.16.23.213",
"auth_token" : "null"
},
"uts" : {
"ip" : "127.0.0.1",
"auth_token" : "32540709fc5bd1b0478a6bfc2ecdc55b.1572952677"
}
}

About

Redhat 7 server status monitoring tool

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages