Update ports_purge docs and definitions (#14402)

* Update ports_purge docs and definitions
* Translate
This commit is contained in:
Kayck Matias
2022-09-30 13:48:39 -03:00
committed by GitHub
parent 0faaee0ac6
commit 1f54fc786a
9 changed files with 10 additions and 11 deletions

View File

@@ -21,7 +21,7 @@ $config['authlog_purge'] = 30;
$config['ports_fdb_purge'] = 10; $config['ports_fdb_purge'] = 10;
$config['device_perf_purge'] = 7; $config['device_perf_purge'] = 7;
$config['rrd_purge'] = 0; $config['rrd_purge'] = 0;
$config['ports_purge'] = 10; $config['ports_purge'] = true;
``` ```
These options will ensure data within LibreNMS over X days old is These options will ensure data within LibreNMS over X days old is

View File

@@ -4781,9 +4781,8 @@
"group": "system", "group": "system",
"section": "cleanup", "section": "cleanup",
"order": 9, "order": 9,
"units": "days", "default": true,
"default": "10", "type": "boolean"
"type": "integer"
}, },
"project_home": { "project_home": {
"default": "https://www.librenms.org/", "default": "https://www.librenms.org/",

View File

@@ -595,7 +595,7 @@ return [
'help' => 'Bereinigung wird erledigt durch daily.sh', 'help' => 'Bereinigung wird erledigt durch daily.sh',
], ],
'ports_purge' => [ 'ports_purge' => [
'description' => 'Ports älter als', 'description' => 'Purge Ports gelöscht',
'help' => 'Bereinigung wird erledigt durch daily.sh', 'help' => 'Bereinigung wird erledigt durch daily.sh',
], ],
'public_status' => [ 'public_status' => [

View File

@@ -1203,7 +1203,7 @@ return [
'help' => 'Cleanup done by daily.sh', 'help' => 'Cleanup done by daily.sh',
], ],
'ports_purge' => [ 'ports_purge' => [
'description' => 'Ports older than', 'description' => 'Purge ports deleted',
'help' => 'Cleanup done by daily.sh', 'help' => 'Cleanup done by daily.sh',
], ],
'prometheus' => [ 'prometheus' => [

View File

@@ -925,7 +925,7 @@ return [
'help' => 'Nettoyage effectué par daily.sh', 'help' => 'Nettoyage effectué par daily.sh',
], ],
'ports_purge' => [ 'ports_purge' => [
'description' => 'Interfaces, entrées plus anciennes que', 'description' => 'Purger les ports supprimés',
'help' => 'Nettoyage effectué par daily.sh', 'help' => 'Nettoyage effectué par daily.sh',
], ],
'public_status' => [ 'public_status' => [

View File

@@ -1185,7 +1185,7 @@ return [
'help' => 'Cleanup done by daily.sh', 'help' => 'Cleanup done by daily.sh',
], ],
'ports_purge' => [ 'ports_purge' => [
'description' => 'Ports older than', 'description' => 'Elimina le porte',
'help' => 'Cleanup done by daily.sh', 'help' => 'Cleanup done by daily.sh',
], ],
'prometheus' => [ 'prometheus' => [

View File

@@ -1176,7 +1176,7 @@ return [
'help' => 'Очистка виконується daily.sh', 'help' => 'Очистка виконується daily.sh',
], ],
'ports_purge' => [ 'ports_purge' => [
'description' => 'Записи портів старші за', 'description' => 'Порти очищення видалено',
'help' => 'Очистка виконується daily.sh', 'help' => 'Очистка виконується daily.sh',
], ],
'prometheus' => [ 'prometheus' => [

View File

@@ -602,7 +602,7 @@ return [
'help' => 'Cleanup done by daily.sh', 'help' => 'Cleanup done by daily.sh',
], ],
'ports_purge' => [ 'ports_purge' => [
'description' => '连接埠大于', 'description' => '清除端口已删除',
'help' => 'Cleanup done by daily.sh', 'help' => 'Cleanup done by daily.sh',
], ],
'public_status' => [ 'public_status' => [

View File

@@ -729,7 +729,7 @@ return [
'help' => 'Cleanup done by daily.sh', 'help' => 'Cleanup done by daily.sh',
], ],
'ports_purge' => [ 'ports_purge' => [
'description' => '連接埠大於', 'description' => '清除端口已刪除',
'help' => 'Cleanup done by daily.sh', 'help' => 'Cleanup done by daily.sh',
], ],
'prometheus' => [ 'prometheus' => [