mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated Cloud Monitoring (markdown)
parent
eab3a23423
commit
b266fe62d5
|
@ -7,11 +7,11 @@ Currently it has very basic features and all in beta. Later it can charge fees.
|
||||||
To try it out, run these with docker. It should print out a URL which you can visit.
|
To try it out, run these with docker. It should print out a URL which you can visit.
|
||||||
|
|
||||||
```
|
```
|
||||||
docker run -ti chrislusf/seaweed_agent swagent -filer 192.168.2.11:8888 -password=your_password
|
docker run --pull always -ti chrislusf/seaweed_agent swagent -filer 192.168.2.11:8888 -password=your_password
|
||||||
|
|
||||||
# or
|
# or
|
||||||
|
|
||||||
docker run -e SEAWEED_PASSWORD=your_password -ti chrislusf/seaweed_agent swagent -filer 192.168.2.11:8888
|
docker run --pull always -e SEAWEED_PASSWORD=your_password -ti chrislusf/seaweed_agent swagent -filer 192.168.2.11:8888
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@ The Seaweed Agent is still constantly evolving. So better always use the latest
|
||||||
|
|
||||||
The container instance should have similar output, which you can find the Cloud Monitoring URL:
|
The container instance should have similar output, which you can find the Cloud Monitoring URL:
|
||||||
```
|
```
|
||||||
docker run -e SEAWEED_PASSWORD=abc -ti chrislusf/seaweed_agent swagent -filer 192.168.2.10:8888
|
docker run --pull always -e SEAWEED_PASSWORD=abc -ti chrislusf/seaweed_agent swagent -filer 192.168.2.10:8888
|
||||||
2021/09/14 05:35:41 connecting to grpc.seaweedfs.com:4772
|
2021/09/14 05:35:41 connecting to grpc.seaweedfs.com:4772
|
||||||
2021/09/14 05:35:41 read /etc/seaweedfs/filer.conf: ReadEntry: filer: no entry is found in filer store
|
2021/09/14 05:35:41 read /etc/seaweedfs/filer.conf: ReadEntry: filer: no entry is found in filer store
|
||||||
2021/09/14 05:35:41 tracking 192.168.2.10:8888: 1970-01-01 00:00:00 +0000 UTC
|
2021/09/14 05:35:41 tracking 192.168.2.10:8888: 1970-01-01 00:00:00 +0000 UTC
|
||||||
|
|
Loading…
Reference in a new issue