2016-12-19 15:51:36 -05:00
{
"x-b" : "%1 b" ,
2017-07-04 09:22:47 +00:00
"x-mb" : "%1 megabajt" ,
"x-gb" : "%1 gigabajt" ,
2016-12-19 15:51:36 -05:00
"uptime-seconds" : "Uptime in Seconds" ,
"uptime-days" : "Uptime in Days" ,
"mongo" : "Mongo" ,
2017-07-04 09:22:47 +00:00
"mongo.version" : "MongoDB verzija" ,
2016-12-19 15:51:36 -05:00
"mongo.storage-engine" : "Storage Engine" ,
2017-07-04 09:22:47 +00:00
"mongo.collections" : "Kolekcije" ,
"mongo.objects" : "Objekti" ,
"mongo.avg-object-size" : "Prosečna veličina objekta" ,
"mongo.data-size" : "Veličina podatka" ,
2016-12-19 15:51:36 -05:00
"mongo.storage-size" : "Storage Size" ,
2017-07-04 09:22:47 +00:00
"mongo.index-size" : "Veličina Index-a" ,
"mongo.file-size" : "Veličina Fajla" ,
2016-12-19 15:51:36 -05:00
"mongo.resident-memory" : "Resident Memory" ,
2017-07-04 09:22:47 +00:00
"mongo.virtual-memory" : "Virtuelna memorija" ,
"mongo.mapped-memory" : "Mapirana Memorija" ,
2018-12-07 00:18:11 +00:00
"mongo.bytes-in" : "Bytes In" ,
"mongo.bytes-out" : "Bytes Out" ,
"mongo.num-requests" : "Number of Requests" ,
2017-07-04 09:22:47 +00:00
"mongo.raw-info" : "Sirove informacije o MongoDB" ,
2019-02-22 09:25:47 +00:00
"mongo.unauthorized" : "NodeBB was unable to query the MongoDB database for relevant statistics. Please ensure that the user in use by NodeBB contains the "clusterMonitor" role for the "admin" database." ,
2016-12-19 15:51:36 -05:00
"redis" : "Redis" ,
2017-07-04 09:22:47 +00:00
"redis.version" : "Redis verzija" ,
2018-12-07 00:18:11 +00:00
"redis.keys" : "Keys" ,
"redis.expires" : "Expires" ,
"redis.avg-ttl" : "Average TTL" ,
2017-07-04 09:22:47 +00:00
"redis.connected-clients" : "Klijenata povezano" ,
"redis.connected-slaves" : "Povezano \"robova\"" ,
"redis.blocked-clients" : "Klijenata blokirano" ,
"redis.used-memory" : "Iskorišćena memorija" ,
"redis.memory-frag-ratio" : "Odnos fragmentisane memorije" ,
"redis.total-connections-recieved" : "Ukupno primljeno konekcija" ,
"redis.total-commands-processed" : "Ukupno komandi procesuirano" ,
"redis.iops" : "Trenutno operacija po sekundi" ,
2018-12-07 00:18:11 +00:00
"redis.iinput" : "Instantaneous Input Per Second" ,
"redis.ioutput" : "Instantaneous Output Per Second" ,
"redis.total-input" : "Total Input" ,
"redis.total-output" : "Total Ouput" ,
2016-12-19 15:51:36 -05:00
"redis.keyspace-hits" : "Keyspace Hits" ,
"redis.keyspace-misses" : "Keyspace Misses" ,
2018-08-25 09:31:07 +00:00
"redis.raw-info" : "Sirove informacije o Redis-u" ,
"postgres" : "Postgres" ,
"postgres.version" : "PostgreSQL Version" ,
"postgres.raw-info" : "Postgres Raw Info"
}