mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated Cloud Monitoring (markdown)
parent
1c032cb831
commit
6123194003
|
@ -5,7 +5,13 @@ Seaweed Cloud Monitoring is a service provided by seaweedfs.com. It is an attemp
|
|||
```
|
||||
Browser => Seaweed Cloud <==> Seaweed Agent <==> SeaweedFS cluster
|
||||
```
|
||||
The Seaweed Agent is a simple docker image `chrislusf/seaweed_agent`. It subscribes to metadata changes from a SeaweedFS cluster, and build up statistics.
|
||||
The Seaweed Agent is a simple docker image `chrislusf/seaweed_agent`. Just need to run the docker image, setting the filer address and a password. To upgrade, just pull the latest image and restart.
|
||||
|
||||
The docker image should be able to run for recent SeaweedFS clusters since 2.58 or so. There are no specific requirement for the SeaweedFS cluster.
|
||||
|
||||
It subscribes to metadata changes from a SeaweedFS cluster, and build up statistics. When it starts, it may take some time to process existing metadata logs.
|
||||
|
||||
When accessing the monitoring URL, the Seaweed Cloud would proxy the requests to the agent, get the statistics, and render to the web page. There are no data persisted on the Seaweed Cloud. (It is running on a free-tier web server.)
|
||||
|
||||
## Features
|
||||
Currently it has very basic features and all in beta.
|
||||
|
|
Loading…
Reference in a new issue