Skip to content

Commit

Permalink
Merge pull request #7 from enolfc/poetry
Browse files Browse the repository at this point in the history
Move to poetry
  • Loading branch information
enolfc authored Apr 10, 2024
2 parents d546347 + 3bf995b commit 83475f4
Show file tree
Hide file tree
Showing 5 changed files with 1,727 additions and 27 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,12 @@ included in the default OS distribution, if you find SSL errors, please
## Running the monitor

For running the tool, you just need a
[valid Check-in token](https://docs.egi.eu/users/aai/check-in/obtaining-tokens/):
[valid Check-in token](https://docs.egi.eu/users/aai/check-in/obtaining-tokens/),
the tool leverages
[FedCloudClient Authentication](https://fedcloudclient.fedcloud.eu/usage.html#authentication):

```shell
fedcloud-vo-monitor --token <your token>
fedcloud-vo-monitor
```

You can tune the behavior with the following parameters:
Expand All @@ -58,7 +60,7 @@ usage of LDAP, but should work for most cases without changes.
### Sample output

```shell
$ fedcloud-vo-monitor --token $ACCESS_TOKEN --vo cloud.egi.eu
$ fedcloud-vo-monitor --vo cloud.egi.eu
[.] Checking VO cloud.egi.eu at 100IT
[-] WARNING: VO cloud.egi.eu is not available at 100IT in AppDB
[-] WARNING: VO cloud.egi.eu is not available at 100IT in fedcloudclient
Expand Down
Loading

0 comments on commit 83475f4

Please sign in to comment.