Translation

English
English Italian
Error while parsing the XML of rrdtool dump Errore durante l'analisi dell'XML di rrdtool dump
ERROR while writing XML file: %s ERROR durante la scrittura di un file XML: %s
ERROR: RRDfile %s not writeable ERRORE: RRDDfile %s non scrivibile
Error while parsing the XML of RRDtool dump Errore durante l'analisi dell'XML di RRDtool dump
RRA (CF=%s, ROWS=%d, PDP_PER_ROW=%d, XFF=%1.2f) removed from RRD file RRA (CF=%s, ROWS=%d, PDP_PER_ROW=%d, XFF=%1.2f) rimosso dal file RRD.
RRA (CF=%s, ROWS=%d, PDP_PER_ROW=%d, XFF=%1.2f) adding to RRD file RRA (CF=%s, ROWS=%d, PDP_PER_ROW=%d, XFF=%1.2f) aggiungendo al file RRD.
Website does not have write access to %s, may be unable to create/update RRDs Sito web non ha accesso in scrittura a %s, potrebbe non essere in grado di creare/aggiornare RRDs
(Custom) Personalizzato
Failed to open data file, poller may not have run yet Se non è riuscito ad aprire il file di dati, è possibile che il poller non sia ancora stato eseguito.
RRA Folder Cartella RRA
Root
Unknown RRDtool Error Errore RRDtool sconosciuto
Attempting to Create Graph from Non-Template Creazione di aggregati da Template
Attempting to Create Graph from Removed Graph Template Tentativo di creare un grafico dal modello grafico rimosso
Created: %s Creato: %s
ERROR: Whitelist Validation Failed. Check Data Input Method Convalida Whitelist fallita. Metodo di inserimento dei dati di controllo
Graph Not created for %s due to bad data Creazione di grafici
NOTE: Graph not added for Data Query %s and index %s due to Data Source verification failure
MySQL 5.6+ and MariaDB 10.0+ are great releases, and are very good versions to choose. Make sure you run the very latest release though which fixes a long standing low level networking issue that was causing spine many issues with reliability. MySQL 5.6+ e MariaDB 10.0+ sono ottime versioni da scegliere. Assicuratevi di eseguire l'ultima versione, anche se questo risolve con affidabilità un problema di rete di basso livello che stava causando molti problemi alla colonna vertebrale.
It is STRONGLY recommended that you enable InnoDB in any %s version greater than 5.5.3. Si raccomanda di abilitare InnoDB in qualsiasi versione %s superiore a 5.1.
When using Cacti with languages other than English, it is important to use the utf8mb4_unicode_ci collation type as some characters take more than a single byte. Quando si usa Cacti con lingue diverse dall'inglese, è importante usare il tipo di ordinamento utf8mb4_unicode_ci, dato che alcuni caratteri richiedono più di un singolo byte.
When using Cacti with languages other than English, it is important to use the utf8mb4 character set as some characters take more than a single byte. Quando si utilizza Cacti con lingue diverse dall'inglese, è importante utilizzare il set di caratteri utf8mb4, poiché alcuni caratteri richiedono più di un singolo byte.
It is recommended that you enable InnoDB in any %s version greater than 5.1. Si raccomanda di abilitare InnoDB in qualsiasi versione %s superiore a 5.1.
Depending on the number of logins and use of spine data collector, %s will need many connections. The calculation for spine is: total_connections = total_processes * (total_threads + script_servers + 1), then you must leave headroom for user connections, which will change depending on the number of concurrent login accounts. A seconda del numero di accessi e dell'uso del sistema di raccolta dati sulla colonna vertebrale, %s avrà bisogno di molte connessioni. Il calcolo per la colonna vertebrale è: total_connections = total_processes * (total_threads + script_servers + 1), poi si deve lasciare spazio per le connessioni utente, che cambierà a seconda del numero di account di login simultanei.
Keeping the table cache larger means less file open/close operations when using innodb_file_per_table. Mantenere la cache della tabella più grande significa meno operazioni di apertura/chiusura di file quando si usa innodb_file_per_table.
With Remote polling capabilities, large amounts of data will be synced from the main server to the remote pollers. Therefore, keep this value at or above 16M. Grazie alle funzionalità di polling remoto, grandi quantità di dati saranno sincronizzati dal server principale ai sondaggi remoti. Pertanto, mantenere questo valore a 16M o superiore.
If using the Cacti Performance Booster and choosing a memory storage engine, you have to be careful to flush your Performance Booster buffer before the system runs out of memory table space. This is done two ways, first reducing the size of your output column to just the right size. This column is in the tables poller_output, and poller_output_boost. The second thing you can do is allocate more memory to memory tables. We have arbitrarily chosen a recommended value of 10%% of system memory, but if you are using SSD disk drives, or have a smaller system, you may ignore this recommendation or choose a different storage engine. You may see the expected consumption of the Performance Booster tables under Console -> System Utilities -> View Boost Status. Se si utilizza il Cacti Performance Booster e si sceglie un motore di memoria, è necessario fare attenzione a risciacquare il buffer Performance Booster prima che il sistema esaurisca lo spazio della tabella di memoria. Questo viene fatto in due modi, riducendo prima di tutto la dimensione della colonna di uscita alla dimensione giusta. Questa colonna è nelle tabelle poller_output, e poller_output_boost. La seconda cosa da fare è allocare più memoria alle tabelle di memoria. Abbiamo scelto arbitrariamente un valore raccomandato del 10% della memoria di sistema, ma se si utilizzano unità disco SSD o si dispone di un sistema più piccolo, è possibile ignorare questa raccomandazione o scegliere un motore di archiviazione diverso. È possibile visualizzare il consumo previsto delle tabelle del Performance Booster in Console -> System Utilities -> View Boost Status.
When executing subqueries, having a larger temporary table size, keep those temporary tables in memory. Quando si eseguono delle sottoquery, che hanno una dimensione di tabella temporanea più grande, mantenere in memoria le tabelle temporanee.
If this number is negative, reduce the innodb_buffer_pool_size until the join_buffer_size turns positive, but allocate approximately from between 25%-50% of memory to the innodb_buffer_pool_size if the database is hosted on the Cacti server, or upto 80% of the systems memory if the database is separate from the Cacti web server. However, try to not go below the default of 262,144. When performing joins, if they are below this size, they will be kept in memory and never written to a temporary file. As this is a per connection memory allocation, care must be taken not to increase it too high. The sum of the join_buffer_size + sort_buffer_size + read_buffer_size + read_rnd_buffer_size + thread_stack + binlog_cache_size + Core MySQL/MariaDB memory should be below 80% if the database is hosted on the Cacti web server and less if you intend to have very large RRDfiles or hundreds of thousands to millions long term.
If this number is negative, reduce the innodb_buffer_pool_size until the sort_buffer_size turns positive, but allocate approximately from between 25%-50% of memory to the innodb_buffer_pool_size if the database is hosted on the Cacti server, or upto 80% of the system memory if the database is separate from the Cacti web server. However, try to not go below the default setting of 2,097,152. A sort buffer performs sorts for some queries using ORDER BY or GROUP BY. Configuring sort_buffer_size decides how much memory will be allocated for sort queries. The sort_buffer_size may need to be adjusted from the default if the workload requires a significant number of sort queries. The sort_buffer_size is defined on a per-session variable. Use the same equation as that of the join_buffer_size to determine the per connection possible memory.
When using InnoDB storage it is important to keep your table spaces separate. This makes managing the tables simpler for long time users of %s. If you are running with this currently off, you can migrate to the per file storage by enabling the feature, and then running an alter statement on all InnoDB tables. Quando si utilizza InnoDB storage è importante mantenere separati gli spazi dei tavoli. Questo rende la gestione delle tabelle più semplice per gli utenti di %s per lungo tempo. Se si esegue con questa opzione attualmente disattivata, è possibile migrare alla memorizzazione per file abilitando la funzione e quindi eseguire un'istruzione di modifica su tutte le tabelle di InnoDB.
Component Translation Difference to current string
This translation Propagated Needs editing Cacti/core
The following string has the same context and source.
Propagated Needs editing Cacti/core (v1.2.x)

Loading…

No matching activity found.

Browse all component changes

Glossary

English Italian
No related strings found in the glossary.

String information

Source string location
lib/template.php:2183 lib/template.php:2212
String age
2 years ago
Source string age
2 years ago
Translation file
locales/po/it-IT.po, string 4075