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
- Host: GitHub
- URL: https://github.com/uts58/python_redhat7_monitoring_with_api
- Owner: uts58
- Created: 2019-12-17T17:24:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-19T18:16:10.000Z (over 6 years ago)
- Last Synced: 2025-02-16T21:46:02.546Z (over 1 year ago)
- Language: Python
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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"
}
}