An open API service indexing awesome lists of open source software.

https://github.com/uts58/python_redhat7_monitoring_with_api

Redhat 7 server status monitoring tool
https://github.com/uts58/python_redhat7_monitoring_with_api

Last synced: about 1 year ago
JSON representation

Redhat 7 server status monitoring tool

Awesome Lists containing this project

README

          

# 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"
}
}