......@@ -549,6 +549,34 @@ EOF
```
#### Monitoring : applications
Le script [[monitoring/nextcloud/app-list.sh|https://gitlab.inubo.ch/luca.capello/monitoring/-/blob/master/nextcloud/app-list.sh?ref_type=heads]] retourne la liste de toutes les applications installées :
```
local:~$ ssh -A cloud.neonomia.ch
remote:~$ git clone git@git.inubo.ch:luca.capello/monitoring.git
remote:~$ ~/monitoring/nextcloud/app-list.sh cloud/occ
Enabled activity 2.19.0
[...]
Disabled user_ldap 1.17.0
remote:~$
```
La commande peut être exécutée directement via SSH :
```
local:~$ ssh -A nuage.uvcoop.ch
remote:~$ git clone git@git.inubo.ch:luca.capello/monitoring.git
remote:~$ exit
local:~$ ssh -t nuage.uvcoop.ch 'su -c "su -s /bin/sh -c \"~rescue/monitoring/nextcloud/app-list.sh /srv/nextcloud/occ\" www-data" root'
Password:
Enabled activity 2.20.0
[...]
Disabled user_ldap 1.19.0
Connection to nuage.uvcoop.ch closed.
local:~$
```
### TOTP
- Configurer le TOTP
......
......