A Web-GUI Monitor for Academic Linux Servers
Project description
Cloud Monitor
Quick Start
- Install Cloud Monitor by running the command
pip install cloudmonitor. - Create a
config.yamlfile, assuming it is saved in\home\user\config.yaml. The format is as follows. Please modify, add or delete the contents according to the specific situation:
# Parameter settings
refresh: 10 # Server information refresh interval. Please leave enough refresh time, default is 60
workers: 4 # Number of threads for pulling server information, default is 4
port: 8088 # The port on which the Web service runs, default is 8899
# Server list
servers:
Server-1: # Server nickname (unique)
host: 192.168.31.1 # IP address of the server
password: password # Password of the server
username: root # Username of the server
rank: 1 # Display Priority (1-999)
Server-2: # Server nickname (unique)
host: 192.168.31.2 # IP address of the server
password: password # Password of the server
username: root # Username of the server
rank: 1 # Display Priority (1-999)
port: 21599 # The port of the server, default is 22
- Start Cloud Monitor by running the command
cloudmonitor -c \home\user\config.yaml, and you can use the created configuration file to start a server monitoring web service.
快速开始
- 安装 Cloud Monitor,运行命令
pip install cloudmonitor。 - 请创建
config.yaml,假设保存于\home\user\config.yaml。格式如下,内容请按照具体情况修改、添加或删除:
# 参数设置
refresh: 10 # 服务器信息刷新间隔。请留出足够的刷新时间,缺省为 60
workers: 4 # 拉去服务器信息的线程数量,缺省为 4
port: 8088 # Web服务运行的端口,缺省为 8899
# 服务器列表
servers:
Server-1: # 服务器昵称(唯一)
host: 192.168.31.1 # 服务器的IP地址
password: password # 服务器的密码
username: root # 服务器的用户名
rank: 999 # 服务器的显示顺序(1-999)
Server-2: # 服务器昵称(唯一)
host: 192.168.31.2 # 服务器的IP地址
password: password # 服务器的密码
username: root # 服务器的用户名
rank: 1 # 服务器的显示顺序(1-999)
port: 21599 # 服务器的端口,缺省为 22
- 启动 Cloud Monitor,运行命令
cloudmonitor -c \home\user\config.yaml,即可使用配置文件创建服务器监控网页。
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cloudmonitor-1.0.0.0.tar.gz
(10.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file cloudmonitor-1.0.0.0.tar.gz.
File metadata
- Download URL: cloudmonitor-1.0.0.0.tar.gz
- Upload date:
- Size: 10.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1e2534bd08d5328577415bff36b759aef2d5fe506d54e3b9219680c8b8b199dc
|
|
| MD5 |
f0fbfc2893939373e2502eff19d2a9b6
|
|
| BLAKE2b-256 |
858c36420c6c5b6a998285a72ec69b710fccd9ef92aaa50e15c34b4c2a3b926b
|
File details
Details for the file cloudmonitor-1.0.0.0-py3-none-any.whl.
File metadata
- Download URL: cloudmonitor-1.0.0.0-py3-none-any.whl
- Upload date:
- Size: 12.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.16
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9146334cdfe48a46944b89260e19bafb2718562f7277dbd573390e34377aed80
|
|
| MD5 |
1c82df280cedae079e0bfb60af4607d1
|
|
| BLAKE2b-256 |
8f96c7243dec8357f65f46eb2f83d818693ea79d2a2b66801c7cc08359cb6c20
|