Commit 351c3c235ee4e001db269cbdccb7dde4d5b2a418
1 parent
a5775002
Exists in
master
and in
1 other branch
Enviando tamanho do filesystem
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
rn/MdEstatisticasColetarRN.php
... | ... | @@ -39,7 +39,8 @@ class MdEstatisticasColetarRN extends InfraRN { |
39 | 39 | 'quantidadeUnidades' => $this->obterQuantidadeUnidades(), |
40 | 40 | 'quantidadeProcedimentos' => $this->obterQuantidadeProcessosAdministrativos(), |
41 | 41 | 'navegadores' => $this->obterNavegadores(), |
42 | - 'modulos' => $this->obterPlugins() | |
42 | + 'modulos' => $this->obterPlugins(), | |
43 | + 'tamanhoFilesystem' => $this->obterTamanhoFileSystem() | |
43 | 44 | ); |
44 | 45 | |
45 | 46 | return $indicadores; | ... | ... |