ssh tunnel to staging storage, using the staging webapp api, up the code worked or being
rate limited, whatever came first:
```
$ swh icinga_plugins check-savecodenow --swh-storage-url http://localhost:5002/ --swh-web-url https://webapp.staging.swh.network origin
WARNING:swh.core.cli:Could not load subcommand scanner: swh-scanner
^GSAVECODENOW WARNING - Save code now request for https://github.com/BRGM/map2loop-2 took 51.18s and succeeded.
| 'total_time' = 51.18s
$ swh icinga_plugins check-savecodenow --swh-storage-url http://localhost:5002/ --swh-web-url https://webapp.staging.swh.network origin
ork origin
WARNING:swh.core.cli:Could not load subcommand scanner: swh-scanner
SAVECODENOW OK - Save code now request for https://github.com/divnix/devos took 32.28s and succeeded.
| 'total_time' = 32.28s
```