mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Update ports_purge docs and definitions (#14402)
* Update ports_purge docs and definitions * Translate
This commit is contained in:
@@ -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
|
||||||
|
@@ -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/",
|
||||||
|
@@ -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' => [
|
||||||
|
@@ -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' => [
|
||||||
|
@@ -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' => [
|
||||||
|
@@ -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' => [
|
||||||
|
@@ -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' => [
|
||||||
|
@@ -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' => [
|
||||||
|
@@ -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' => [
|
||||||
|
Reference in New Issue
Block a user