Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-luna-valero committed Feb 5, 2025
1 parent f7e2d64 commit 8f382bf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,20 +218,20 @@ Without optional arguments, the monitor will show information about the SLA
per site:
```shell
$ fedcloud-sla-monitor --user-cert /path/to/x509.pem
fedcloud-sla-monitor --user-cert /path/to/x509.pem
```
The monitoring can be restricted to a specific site as follows:
```shell
$ fedcloud-sla-monitor --site SITE-NAME --user-cert /path/to/x509.pem
fedcloud-sla-monitor --site SITE-NAME --user-cert /path/to/x509.pem
```
Additionally, rather than per site it is also possible to show SLA information
per Virtual Organization:
```shell
$ fedcloud-sla-monitor --vo vo.name.eu --user-cert /path/to/x509.pem
fedcloud-sla-monitor --vo vo.name.eu --user-cert /path/to/x509.pem
```
## Useful links
Expand Down
2 changes: 1 addition & 1 deletion fedcloud_monitoring_tools/appdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def get_vo_for_site(self, site):
return [i["VO"] for i in data]

def all_vos(self):
r = requests.get(restful_url + "vos/")
r = requests.get(self.restful_url + "vos/")
r.raise_for_status()
result = []
for vo in xmltodict.parse(r.text)["appdb:appdb"]["vo:vo"]:
Expand Down
2 changes: 0 additions & 2 deletions fedcloud_monitoring_tools/data/vos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,6 @@ OIPUB:
- vo.oipub.com
DECIDO:
- vo.decido-project.eu
AI4PUBLICPOLICY:
- vo.ai4publicpolicy.eu
PSMA:
- vo.radiotracers4psma.eu
EUREKA3D:
Expand Down

0 comments on commit 8f382bf

Please sign in to comment.