Translation

English
English Swedish
Error while parsing the XML of RRDtool dump Ett fel uppstod när du analyserade XML-filen av RRDtool-dumpning
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) borttagen från RRD-fil
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) lägger till RRD-fil
Website does not have write access to %s, may be unable to create/update RRDs Webbplatsen har inte skrivåtkomst till %s, kan inte skapa / uppdatera RRDs
(Custom) Anpassad
Failed to open data file, poller may not have run yet Misslyckades med att öppna datafilen, pollen har kanske inte kört än
RRA Folder RRA-mapp
Root Rot
Unknown RRDtool Error Okänt RRDtool-fel
Attempting to Create Graph from Non-Template Skapa aggregat från mall
Attempting to Create Graph from Removed Graph Template Försök att skapa graf från den borttagna grafmallen
Created: %s Skapat: %s
ERROR: Whitelist Validation Failed. Check Data Input Method FEL: Validering av vitlistan misslyckades. Kontrollera datainmatningsmetod
Graph Not created for %s due to bad data Graph Creation
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+ och MariaDB 10.0 + är bra utgåvor, och är mycket bra versioner att välja. Se till att du kör den allra senaste versionen men som fixar en långvarig nätverksproblem med låg nivå som orsakade ryggraden många problem med tillförlitlighet.
It is STRONGLY recommended that you enable InnoDB in any %s version greater than 5.5.3. Vi rekommenderar att du aktiverar InnoDB i någon %s-version som är större än 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. När man använder Cacti med andra språk än engelska, är det viktigt att använda utf8mb4_unicode_ci-sorteringstypen eftersom vissa tecken tar mer än en enda 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. När du använder Cacti med andra språk än engelska, är det viktigt att använda utf8mb4 teckenuppsättningen eftersom vissa tecken tar mer än en enda byte.
It is recommended that you enable InnoDB in any %s version greater than 5.1. Vi rekommenderar att du aktiverar InnoDB i någon %s-version som är större än 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. Beroende på antalet inloggningar och användning av ryggradsdatasamlare behöver %s många anslutningar. Beräkningen för ryggraden är: total_connections = total_processes * (total_threads + script_servers + 1), då måste du lämna huvudrummet för användaranslutningar, vilket kommer att ändras beroende på antalet samtidiga inloggningskonton.
Keeping the table cache larger means less file open/close operations when using innodb_file_per_table. Att hålla tabellen cache större innebär mindre fil öppna / stänga operationer när du använder 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. Med fjärrkontrollfunktioner synkroniseras stora mängder data från huvudservern till fjärrkontrollerna. Varför behåll detta värde vid eller över 16M.
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. Om du använder Cacti Performance Booster och väljer en minneslagringsmotor måste du vara försiktig med att spola din Performance Booster-buffert innan systemet går ur minnetabellutrymmet. Detta görs på två sätt, först reducerar storleken på din utmatningskolumn till rätt storlek. Denna kolumn finns i tabeller poller_output och poller_output_boost. Det andra du kan göra är att ge mer minne till minnetabeller. Vi har valfritt valt ett rekommenderat värde på 10 % %systemminne, men om du använder SSD-hårddiskar eller har ett mindre system kan du ignorera denna rekommendation eller välja en annan lagringsmotor. Du kan se den förväntade konsumtionen av Performance Booster-tabellerna under Console -> System Utilities -> View Boost Status.
When executing subqueries, having a larger temporary table size, keep those temporary tables in memory. När du utför en undersökning med en större temporär tabellstorlek, behåll de tillfälliga tabellerna i minnet.
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. När du använder InnoDB-lagring är det viktigt att du håller dina bordsutrymmen separerade. Detta gör hanteringen av tabeller enklare för användare av lång tid av %s. Om du kör med det här för tillfället kan du migrera till per fillagring genom att aktivera funktionen och sedan köra ett alter-uttalande på alla InnoDB-tabeller.
When using innodb_file_per_table, it is important to set the innodb_file_format to Barracuda. This setting will allow longer indexes important for certain Cacti tables. När du använder innodb_file_per_table är det viktigt att ställa in innodb_file_format till Barracuda. Denna inställning tillåter längre index viktiga för vissa Cacti tabeller.
If your tables have very large indexes, you must operate with the Barracuda innodb_file_format and the innodb_large_prefix equal to 1. Failure to do this may result in plugins that can not properly create tables. Om dina tabeller har mycket stora index måste du arbeta med Barracuda innodb_file_format och innodb_large_prefix lika med 1. Om du inte gör det kan det leda till plugins som inte kan skapa tabeller korrekt.
InnoDB will hold as much tables and indexes in system memory as is possible. Therefore, you should make the innodb_buffer_pool large enough to hold as much of the tables and index in memory. Checking the size of the /var/lib/mysql/cacti directory will help in determining this value. We are recommending 25%% of your systems total memory, but your requirements will vary depending on your systems size. If you database is very large or remote, you can consider increasing this size. If remote, it can by as high as 80% of the systems memory. However, cautions must be taken to reduce the swapiness of the system, or to remove swap to keep the system from swapping. InnoDB kommer att hålla så mycket tabeller och index i systemminnet som möjligt. Därför borde du göra innodb_buffer_pool stor nog att hålla så mycket av tabellerna och indexera i minnet. Att kontrollera storleken på katalogen / var / lib / mysql / cacti hjälper till att bestämma detta värde. Vi rekommenderar 25 %% av systemets totala minne, men dina krav varierar beroende på din systemstorlek.
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 Swedish
No related strings found in the glossary.

String information

Source string location
lib/utility.php:961
String age
2 years ago
Source string age
2 years ago
Translation file
locales/po/sv-SE.po, string 4078