Translation components API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/translations/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/id/changes/?format=api&page=7
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 790,
    "next": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/id/changes/?format=api&page=8",
    "previous": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/id/changes/?format=api&page=6",
    "results": [
        {
            "unit": "https://translate.fedoraproject.org/api/units/2961038/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/id/?format=api",
            "user": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "timestamp": "2022-05-18T07:27:19.865361Z",
            "action": 9,
            "target": "Seluruh daftar kode untuk contoh ini Plug-in Perl adalah sebagai berikut:",
            "old": "",
            "details": {
                "state": 10,
                "source": "The entire code listing for this example Perl plug-in is as follows:",
                "old_state": 0
            },
            "id": 4957446,
            "action_name": "Translation uploaded",
            "url": "https://translate.fedoraproject.org/api/changes/4957446/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/2961037/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/id/?format=api",
            "user": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "timestamp": "2022-05-18T07:27:17.789370Z",
            "action": 9,
            "target": "Jenis variabel diatur menggunakan konstanta dari 'NetSNMP::ASN'. Lihat [command]#perldoc# untuk 'NetSNMP::ASN' untuk daftar lengkap konstanta yang tersedia.",
            "old": "",
            "details": {
                "state": 10,
                "source": "The type of the variable is set using constants from `NetSNMP::ASN`. See the [command]#perldoc# for `NetSNMP::ASN` for a full list of available constants.",
                "old_state": 0
            },
            "id": 4957434,
            "action_name": "Translation uploaded",
            "url": "https://translate.fedoraproject.org/api/changes/4957434/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/2961035/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/id/?format=api",
            "user": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "timestamp": "2022-05-18T07:27:15.022446Z",
            "action": 9,
            "target": "for($request = $requests; $request; $request = $request->next()) {\n  $oid saya = $request->getOID();\n  if ($request_info->getMode() == MODE_GET) {\n    if ($oid == NetSNMP baru::OID(\".1.3.6.1.1.4.1.8072.9999.9999.1.0\")) {\n      $request->setValue(ASN_OCTET_STR, $string_value);\n    }\n    elsif ($oid == NetSNMP baru::OID(\".1.3.6.1.1.4.1.8072.9999.9999.9999.1.1\")) {\n      $request->setValue(ASN_INTEGER, $integer_value);\n    }\n  } elsif ($request_info->getMode() == MODE_GETNEXT) {\n    if ($oid == NetSNMP baru::OID(\".1.3.6.1.1.4.1.8072.9999.9999.1.0\")) {\n      $request->setOID(\".1.3.6.1.4.1.1.8072.9999.9999.1.1\");\n      $request->setValue(ASN_INTEGER, $integer_value);\n    }\n    elsif ($oid < NetSNMP baru::OID(\".1.3.6.1.1.4.1.8072.9999.9999.1.0\")) { $request->setOID(\".1.3.6.1.1.4.1.8072.9999.9999.1.0\");\n      $request->setValue(ASN_OCTET_STR, $string_value);\n    }\n  }\n}\n",
            "old": "",
            "details": {
                "state": 10,
                "source": "for($request = $requests; $request; $request = $request->next()) {\n  my $oid = $request->getOID();\n  if ($request_info->getMode() == MODE_GET) {\n    if ($oid == new NetSNMP::OID(\".1.3.6.1.4.1.8072.9999.9999.1.0\")) {\n      $request->setValue(ASN_OCTET_STR, $string_value);\n    }\n    elsif ($oid == new NetSNMP::OID(\".1.3.6.1.4.1.8072.9999.9999.1.1\")) {\n      $request->setValue(ASN_INTEGER, $integer_value);\n    }\n  } elsif ($request_info->getMode() == MODE_GETNEXT) {\n    if ($oid == new NetSNMP::OID(\".1.3.6.1.4.1.8072.9999.9999.1.0\")) {\n      $request->setOID(\".1.3.6.1.4.1.8072.9999.9999.1.1\");\n      $request->setValue(ASN_INTEGER, $integer_value);\n    }\n    elsif ($oid < new NetSNMP::OID(\".1.3.6.1.4.1.8072.9999.9999.1.0\")) {\n      $request->setOID(\".1.3.6.1.4.1.8072.9999.9999.1.0\");\n      $request->setValue(ASN_OCTET_STR, $string_value);\n    }\n  }\n}\n",
                "old_state": 0
            },
            "id": 4957419,
            "action_name": "Translation uploaded",
            "url": "https://translate.fedoraproject.org/api/changes/4957419/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/2961034/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/id/?format=api",
            "user": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "timestamp": "2022-05-18T07:27:12.883294Z",
            "action": 9,
            "target": "my $request;\nmy $string_value = \"hello world\";\nmy $integer_value = \"8675309\";\n",
            "old": "",
            "details": {
                "state": 20,
                "source": "my $request;\nmy $string_value = \"hello world\";\nmy $integer_value = \"8675309\";\n",
                "old_state": 0
            },
            "id": 4957407,
            "action_name": "Translation uploaded",
            "url": "https://translate.fedoraproject.org/api/changes/4957407/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/2961033/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/id/?format=api",
            "user": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "timestamp": "2022-05-18T07:27:10.797722Z",
            "action": 9,
            "target": "Fungsi handler harus menanggapi dua jenis permintaan SNMP: permintaan GET dan permintaan GETNEXT. Jenis permintaan ditentukan dengan memanggil metode 'getMode' pada objek 'request_info' yang diteruskan sebagai parameter ketiga ke fungsi handler. Jika permintaan adalah permintaan GET, pemanggil akan mengharapkan penangan untuk mengatur 'nilai' dari objek 'permintaan', tergantung pada OID permintaan. Jika permintaan adalah permintaan GETNEXT, penelepon juga akan mengharapkan penangan untuk mengatur OID permintaan ke OID berikutnya yang tersedia di pohon. Ini diilustrasikan dalam contoh kode berikut:",
            "old": "",
            "details": {
                "state": 10,
                "source": "The handler function should respond to two types of SNMP requests: the GET request and the GETNEXT request. The type of request is determined by calling the `getMode` method on the `request_info` object passed as the third parameter to the handler function. If the request is a GET request, the caller will expect the handler to set the `value` of the `request` object, depending on the OID of the request. If the request is a GETNEXT request, the caller will also expect the handler to set the OID of the request to the next available OID in the tree. This is illustrated in the following code example:",
                "old_state": 0
            },
            "id": 4957395,
            "action_name": "Translation uploaded",
            "url": "https://translate.fedoraproject.org/api/changes/4957395/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/2961032/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/id/?format=api",
            "user": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "timestamp": "2022-05-18T07:27:08.608196Z",
            "action": 9,
            "target": "$request->setValue(ASN_OCTET_STR, \"hello world\");\n",
            "old": "",
            "details": {
                "state": 20,
                "source": "$request->setValue(ASN_OCTET_STR, \"hello world\");\n",
                "old_state": 0
            },
            "id": 4957383,
            "action_name": "Translation uploaded",
            "url": "https://translate.fedoraproject.org/api/changes/4957383/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/2961030/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/id/?format=api",
            "user": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "timestamp": "2022-05-18T07:27:06.163555Z",
            "action": 9,
            "target": "OID '.1.3.6.1.1.4.1.8072.9999.9999' ('NET-SNMP-MIB::netSnmpPlaypen') biasanya digunakan untuk tujuan demonstrasi saja. Jika organisasi Anda belum memiliki root OID, Anda dapat memperolehnya dengan menghubungi Otoritas Pendaftaran Nama Anda (ANSI di Amerika Serikat).",
            "old": "",
            "details": {
                "state": 10,
                "source": "The OID `.1.3.6.1.4.1.8072.9999.9999` (`NET-SNMP-MIB::netSnmpPlaypen`) is typically used for demonstration purposes only. If your organization does not already have a root OID, you can obtain one by contacting your Name Registration Authority (ANSI in the United States).",
                "old_state": 0
            },
            "id": 4957368,
            "action_name": "Translation uploaded",
            "url": "https://translate.fedoraproject.org/api/changes/4957368/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/2961029/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/id/?format=api",
            "user": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "timestamp": "2022-05-18T07:27:04.143257Z",
            "action": 9,
            "target": "Mendapatkan akar OID",
            "old": "",
            "details": {
                "state": 10,
                "source": "Obtaining a root OID",
                "old_state": 0
            },
            "id": 4957356,
            "action_name": "Translation uploaded",
            "url": "https://translate.fedoraproject.org/api/changes/4957356/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/2961028/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/id/?format=api",
            "user": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "timestamp": "2022-05-18T07:27:01.904998Z",
            "action": 9,
            "target": "$agent->register(\"hello_world\", \".1.3.6.1.4.1.8072.9999.9999\",\n                 \\&hello_handler);\n",
            "old": "",
            "details": {
                "state": 20,
                "source": "$agent->register(\"hello_world\", \".1.3.6.1.4.1.8072.9999.9999\",\n                 \\&hello_handler);\n",
                "old_state": 0
            },
            "id": 4957344,
            "action_name": "Translation uploaded",
            "url": "https://translate.fedoraproject.org/api/changes/4957344/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/2961027/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/id/?format=api",
            "user": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "timestamp": "2022-05-18T07:26:59.857620Z",
            "action": 9,
            "target": "Objek 'agen' memiliki metode 'register' yang digunakan untuk mendaftarkan fungsi callback dengan OID tertentu. Fungsi 'register' mengambil nama, OID, dan pointer ke fungsi callback. Contoh berikut akan mendaftarkan fungsi callback bernama 'hello_handler' dengan Agen SNMP yang akan menangani permintaan di bawah OID '.1.3.6.1.1.4.1.8072.9999.9999':",
            "old": "",
            "details": {
                "state": 10,
                "source": "The `agent` object has a `register` method which is used to register a callback function with a particular OID. The `register` function takes a name, OID, and pointer to the callback function. The following example will register a callback function named `hello_handler` with the SNMP Agent which will handle requests under the OID `.1.3.6.1.4.1.8072.9999.9999`:",
                "old_state": 0
            },
            "id": 4957332,
            "action_name": "Translation uploaded",
            "url": "https://translate.fedoraproject.org/api/changes/4957332/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/2961026/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/id/?format=api",
            "user": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "timestamp": "2022-05-18T07:26:57.775831Z",
            "action": 9,
            "target": "my $agent = new NetSNMP::agent();\n",
            "old": "",
            "details": {
                "state": 20,
                "source": "my $agent = new NetSNMP::agent();\n",
                "old_state": 0
            },
            "id": 4957320,
            "action_name": "Translation uploaded",
            "url": "https://translate.fedoraproject.org/api/changes/4957320/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/2961025/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/id/?format=api",
            "user": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "timestamp": "2022-05-18T07:26:55.710933Z",
            "action": 9,
            "target": "use NetSNMP::agent (':all');\n",
            "old": "",
            "details": {
                "state": 20,
                "source": "use NetSNMP::agent (':all');\n",
                "old_state": 0
            },
            "id": 4957308,
            "action_name": "Translation uploaded",
            "url": "https://translate.fedoraproject.org/api/changes/4957308/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/2961024/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/id/?format=api",
            "user": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "timestamp": "2022-05-18T07:26:53.563127Z",
            "action": 9,
            "target": "Modul Perl 'NetSNMP::agent' menyediakan objek 'agen' yang digunakan untuk menangani permintaan untuk bagian dari pohon OID agen. Konstruktor objek 'agen' memiliki opsi untuk menjalankan agen sebagai sub-agen 'snmpd' atau agen mandiri. Tidak ada argumen yang diperlukan untuk membuat agen tertanam:",
            "old": "",
            "details": {
                "state": 10,
                "source": "The `NetSNMP::agent` Perl module provides an `agent` object which is used to handle requests for a part of the agent's OID tree. The `agent` object's constructor has options for running the agent as a sub-agent of `snmpd` or a standalone agent. No arguments are necessary to create an embedded agent:",
                "old_state": 0
            },
            "id": 4957296,
            "action_name": "Translation uploaded",
            "url": "https://translate.fedoraproject.org/api/changes/4957296/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/2961023/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/id/?format=api",
            "user": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "timestamp": "2022-05-18T07:26:51.545857Z",
            "action": 9,
            "target": "Mengeksekusi skrip shell menggunakan direktif [option]'extend' adalah metode yang cukup terbatas untuk mengekspos metrik aplikasi kustom melalui SNMP. Agen Net-SNMP juga menyediakan antarmuka Perl tertanam untuk mengekspos objek kustom. Paket [package]*net-snmp-perl* menyediakan modul Perl 'NetSNMP::agent' yang digunakan untuk menulis plug-in Perl tertanam di {MAJOROS}.",
            "old": "",
            "details": {
                "state": 10,
                "source": "Executing shell scripts using the [option]`extend` directive is a fairly limited method for exposing custom application metrics over SNMP. The Net-SNMP Agent also provides an embedded Perl interface for exposing custom objects. The [package]*net-snmp-perl* package provides the `NetSNMP::agent` Perl module that is used to write embedded Perl plug-ins on {MAJOROS}.",
                "old_state": 0
            },
            "id": 4957284,
            "action_name": "Translation uploaded",
            "url": "https://translate.fedoraproject.org/api/changes/4957284/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/2961021/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/id/?format=api",
            "user": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "timestamp": "2022-05-18T07:26:47.601983Z",
            "action": 9,
            "target": "~]$ snmpget localhost \\\n    'NET-SNMP-EXTEND-MIB::nsExtendResult.\"httpd_pids\"' \\\n    UCD-SNMP-MIB::memAvailReal.0\nNET-SNMP-EXTEND-MIB::nsExtendResult.\"httpd_pids\" = INTEGER: 8\nUCD-SNMP-MIB::memAvailReal.0 = INTEGER: 799664 kB\n",
            "old": "",
            "details": {
                "state": 20,
                "source": "~]$ snmpget localhost \\\n    'NET-SNMP-EXTEND-MIB::nsExtendResult.\"httpd_pids\"' \\\n    UCD-SNMP-MIB::memAvailReal.0\nNET-SNMP-EXTEND-MIB::nsExtendResult.\"httpd_pids\" = INTEGER: 8\nUCD-SNMP-MIB::memAvailReal.0 = INTEGER: 799664 kB\n",
                "old_state": 0
            },
            "id": 4957262,
            "action_name": "Translation uploaded",
            "url": "https://translate.fedoraproject.org/api/changes/4957262/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/2961020/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/id/?format=api",
            "user": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "timestamp": "2022-05-18T07:26:45.550140Z",
            "action": 9,
            "target": "Contoh terakhir ini menunjukkan kueri untuk memori gratis sistem dan jumlah proses 'httpd'. Kueri ini dapat digunakan selama uji kinerja untuk menentukan dampak jumlah proses pada tekanan memori:",
            "old": "",
            "details": {
                "state": 10,
                "source": "This last example shows a query for the free memory of the system and the number of `httpd` processes. This query could be used during a performance test to determine the impact of the number of processes on memory pressure:",
                "old_state": 0
            },
            "id": 4957250,
            "action_name": "Translation uploaded",
            "url": "https://translate.fedoraproject.org/api/changes/4957250/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/2961019/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/id/?format=api",
            "user": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "timestamp": "2022-05-18T07:26:43.544306Z",
            "action": 9,
            "target": "Kode keluar integer terbatas pada kisaran 0-255. Untuk nilai yang cenderung melebihi 256, gunakan output standar skrip (yang akan diketik sebagai string) atau metode yang berbeda untuk memperluas agen.",
            "old": "",
            "details": {
                "state": 10,
                "source": "Integer exit codes are limited to a range of 0–255. For values that are likely to exceed 256, either use the standard output of the script (which will be typed as a string) or a different method of extending the agent.",
                "old_state": 0
            },
            "id": 4957238,
            "action_name": "Translation uploaded",
            "url": "https://translate.fedoraproject.org/api/changes/4957238/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/2961018/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/id/?format=api",
            "user": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "timestamp": "2022-05-18T07:26:41.625527Z",
            "action": 9,
            "target": "Kode keluar integer terbatas",
            "old": "",
            "details": {
                "state": 10,
                "source": "Integer exit codes are limited",
                "old_state": 0
            },
            "id": 4957226,
            "action_name": "Translation uploaded",
            "url": "https://translate.fedoraproject.org/api/changes/4957226/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/2961017/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/id/?format=api",
            "user": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "timestamp": "2022-05-18T07:26:39.449840Z",
            "action": 9,
            "target": "~]$ snmpwalk localhost NET-SNMP-EXTEND-MIB::nsExtendObjects\nNET-SNMP-EXTEND-MIB::nsExtendNumEntries.0 = INTEGER: 2\nNET-SNMP-EXTEND-MIB::nsExtendCommand.\"httpd_pids\" = STRING: /bin/sh\nNET-SNMP-EXTEND-MIB::nsExtendCommand.\"snmpd_pids\" = STRING: /bin/sh\nNET-SNMP-EXTEND-MIB::nsExtendArgs.\"httpd_pids\" = STRING: /usr/local/bin/check_proc.sh httpd\nNET-SNMP-EXTEND-MIB::nsExtendArgs.\"snmpd_pids\" = STRING: /usr/local/bin/check_proc.sh snmpd\nNET-SNMP-EXTEND-MIB::nsExtendInput.\"httpd_pids\" = STRING:\nNET-SNMP-EXTEND-MIB::nsExtendInput.\"snmpd_pids\" = STRING:\n...\nNET-SNMP-EXTEND-MIB::nsExtendResult.\"httpd_pids\" = INTEGER: 8\nNET-SNMP-EXTEND-MIB::nsExtendResult.\"snmpd_pids\" = INTEGER: 1\nNET-SNMP-EXTEND-MIB::nsExtendOutLine.\"httpd_pids\".1 = STRING: There are 8 httpd processes.\nNET-SNMP-EXTEND-MIB::nsExtendOutLine.\"snmpd_pids\".1 = STRING: There are 1 snmpd processes.\n",
            "old": "",
            "details": {
                "state": 20,
                "source": "~]$ snmpwalk localhost NET-SNMP-EXTEND-MIB::nsExtendObjects\nNET-SNMP-EXTEND-MIB::nsExtendNumEntries.0 = INTEGER: 2\nNET-SNMP-EXTEND-MIB::nsExtendCommand.\"httpd_pids\" = STRING: /bin/sh\nNET-SNMP-EXTEND-MIB::nsExtendCommand.\"snmpd_pids\" = STRING: /bin/sh\nNET-SNMP-EXTEND-MIB::nsExtendArgs.\"httpd_pids\" = STRING: /usr/local/bin/check_proc.sh httpd\nNET-SNMP-EXTEND-MIB::nsExtendArgs.\"snmpd_pids\" = STRING: /usr/local/bin/check_proc.sh snmpd\nNET-SNMP-EXTEND-MIB::nsExtendInput.\"httpd_pids\" = STRING:\nNET-SNMP-EXTEND-MIB::nsExtendInput.\"snmpd_pids\" = STRING:\n...\nNET-SNMP-EXTEND-MIB::nsExtendResult.\"httpd_pids\" = INTEGER: 8\nNET-SNMP-EXTEND-MIB::nsExtendResult.\"snmpd_pids\" = INTEGER: 1\nNET-SNMP-EXTEND-MIB::nsExtendOutLine.\"httpd_pids\".1 = STRING: There are 8 httpd processes.\nNET-SNMP-EXTEND-MIB::nsExtendOutLine.\"snmpd_pids\".1 = STRING: There are 1 snmpd processes.\n",
                "old_state": 0
            },
            "id": 4957214,
            "action_name": "Translation uploaded",
            "url": "https://translate.fedoraproject.org/api/changes/4957214/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/2961016/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/id/?format=api",
            "user": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "timestamp": "2022-05-18T07:26:37.436650Z",
            "action": 9,
            "target": "Contoh berikut menunjukkan output dari [command]#snmpwalk# dari OID 'nsExtendObjects':",
            "old": "",
            "details": {
                "state": 10,
                "source": "The following example shows the output of an [command]#snmpwalk# of the `nsExtendObjects` OID:",
                "old_state": 0
            },
            "id": 4957202,
            "action_name": "Translation uploaded",
            "url": "https://translate.fedoraproject.org/api/changes/4957202/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/2961015/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/id/?format=api",
            "user": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "timestamp": "2022-05-18T07:26:35.144689Z",
            "action": 9,
            "target": "extend httpd_pids /bin/sh /usr/local/bin/check_proc.sh httpd\nextend snmpd_pids /bin/sh /usr/local/bin/check_proc.sh snmpd\n",
            "old": "",
            "details": {
                "state": 10,
                "source": "extend httpd_pids /bin/sh /usr/local/bin/check_proc.sh httpd\nextend snmpd_pids /bin/sh /usr/local/bin/check_proc.sh snmpd\n",
                "old_state": 0
            },
            "id": 4957190,
            "action_name": "Translation uploaded",
            "url": "https://translate.fedoraproject.org/api/changes/4957190/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/2961014/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/id/?format=api",
            "user": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "timestamp": "2022-05-18T07:26:33.116854Z",
            "action": 9,
            "target": "Arahan '/etc/snmp/snmpd.conf' berikut akan memberikan jumlah LED 'httpd' serta jumlah LED 'snmpd' berikut ketika skrip di atas disalin ke '/usr/local/bin/check_proc.sh':",
            "old": "",
            "details": {
                "state": 10,
                "source": "The following `/etc/snmp/snmpd.conf` directives will give both the number of `httpd` PIDs as well as the number of `snmpd` PIDs when the above script is copied to `/usr/local/bin/check_proc.sh`:",
                "old_state": 0
            },
            "id": 4957178,
            "action_name": "Translation uploaded",
            "url": "https://translate.fedoraproject.org/api/changes/4957178/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/2961013/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/id/?format=api",
            "user": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "timestamp": "2022-05-18T07:26:31.120040Z",
            "action": 9,
            "target": "echo \"Ada proses $NUMPIDS $PATTERN.\"\nkeluar $NUMPIDS\n",
            "old": "",
            "details": {
                "state": 10,
                "source": "echo \"There are $NUMPIDS $PATTERN processes.\"\nexit $NUMPIDS\n",
                "old_state": 0
            },
            "id": 4957166,
            "action_name": "Translation uploaded",
            "url": "https://translate.fedoraproject.org/api/changes/4957166/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/2961012/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/id/?format=api",
            "user": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "timestamp": "2022-05-18T07:26:28.963145Z",
            "action": 9,
            "target": "PATTERN=$1\nNUMPIDS=`pgrep $PATTERN | wc -l`\n",
            "old": "",
            "details": {
                "state": 20,
                "source": "PATTERN=$1\nNUMPIDS=`pgrep $PATTERN | wc -l`\n",
                "old_state": 0
            },
            "id": 4957154,
            "action_name": "Translation uploaded",
            "url": "https://translate.fedoraproject.org/api/changes/4957154/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/2961010/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/id/?format=api",
            "user": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "timestamp": "2022-05-18T07:26:26.248307Z",
            "action": 9,
            "target": "~]$ snmpwalk localhost NET-SNMP-EXTEND-MIB::nsExtendObjects\nNET-SNMP-EXTEND-MIB::nsExtendNumEntries.0 = INTEGER: 1\nNET-SNMP-EXTEND-MIB::nsExtendCommand.\"httpd_pids\" = STRING: /bin/sh\nNET-SNMP-EXTEND-MIB::nsExtendArgs.\"httpd_pids\" = STRING: /usr/local/bin/check_apache.sh\nNET-SNMP-EXTEND-MIB::nsExtendInput.\"httpd_pids\" = STRING:\nNET-SNMP-EXTEND-MIB::nsExtendCacheTime.\"httpd_pids\" = INTEGER: 5\nNET-SNMP-EXTEND-MIB::nsExtendExecType.\"httpd_pids\" = INTEGER: exec(1)\nNET-SNMP-EXTEND-MIB::nsExtendRunType.\"httpd_pids\" = INTEGER: run-on-read(1)\nNET-SNMP-EXTEND-MIB::nsExtendStorage.\"httpd_pids\" = INTEGER: permanent(4)\nNET-SNMP-EXTEND-MIB::nsExtendStatus.\"httpd_pids\" = INTEGER: active(1)\nNET-SNMP-EXTEND-MIB::nsExtendOutput1Line.\"httpd_pids\" = STRING:\nNET-SNMP-EXTEND-MIB::nsExtendOutputFull.\"httpd_pids\" = STRING:\nNET-SNMP-EXTEND-MIB::nsExtendOutNumLines.\"httpd_pids\" = INTEGER: 1\nNET-SNMP-EXTEND-MIB::nsExtendResult.\"httpd_pids\" = INTEGER: 8\nNET-SNMP-EXTEND-MIB::nsExtendOutLine.\"httpd_pids\".1 = STRING:\n",
            "old": "",
            "details": {
                "state": 20,
                "source": "~]$ snmpwalk localhost NET-SNMP-EXTEND-MIB::nsExtendObjects\nNET-SNMP-EXTEND-MIB::nsExtendNumEntries.0 = INTEGER: 1\nNET-SNMP-EXTEND-MIB::nsExtendCommand.\"httpd_pids\" = STRING: /bin/sh\nNET-SNMP-EXTEND-MIB::nsExtendArgs.\"httpd_pids\" = STRING: /usr/local/bin/check_apache.sh\nNET-SNMP-EXTEND-MIB::nsExtendInput.\"httpd_pids\" = STRING:\nNET-SNMP-EXTEND-MIB::nsExtendCacheTime.\"httpd_pids\" = INTEGER: 5\nNET-SNMP-EXTEND-MIB::nsExtendExecType.\"httpd_pids\" = INTEGER: exec(1)\nNET-SNMP-EXTEND-MIB::nsExtendRunType.\"httpd_pids\" = INTEGER: run-on-read(1)\nNET-SNMP-EXTEND-MIB::nsExtendStorage.\"httpd_pids\" = INTEGER: permanent(4)\nNET-SNMP-EXTEND-MIB::nsExtendStatus.\"httpd_pids\" = INTEGER: active(1)\nNET-SNMP-EXTEND-MIB::nsExtendOutput1Line.\"httpd_pids\" = STRING:\nNET-SNMP-EXTEND-MIB::nsExtendOutputFull.\"httpd_pids\" = STRING:\nNET-SNMP-EXTEND-MIB::nsExtendOutNumLines.\"httpd_pids\" = INTEGER: 1\nNET-SNMP-EXTEND-MIB::nsExtendResult.\"httpd_pids\" = INTEGER: 8\nNET-SNMP-EXTEND-MIB::nsExtendOutLine.\"httpd_pids\".1 = STRING:\n",
                "old_state": 0
            },
            "id": 4957139,
            "action_name": "Translation uploaded",
            "url": "https://translate.fedoraproject.org/api/changes/4957139/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/2961009/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/id/?format=api",
            "user": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "timestamp": "2022-05-18T07:26:24.313651Z",
            "action": 9,
            "target": "Skrip kemudian dapat dikueri di 'NET-SNMP-EXTEND-MIB::nsExtendObjects':",
            "old": "",
            "details": {
                "state": 10,
                "source": "The script can then be queried at `NET-SNMP-EXTEND-MIB::nsExtendObjects`:",
                "old_state": 0
            },
            "id": 4957127,
            "action_name": "Translation uploaded",
            "url": "https://translate.fedoraproject.org/api/changes/4957127/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/2961008/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/id/?format=api",
            "user": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "timestamp": "2022-05-18T07:26:22.259063Z",
            "action": 9,
            "target": "httpd_pids /bin/sh /usr/local/bin/check_apache.sh\n",
            "old": "",
            "details": {
                "state": 10,
                "source": "extend httpd_pids /bin/sh /usr/local/bin/check_apache.sh\n",
                "old_state": 0
            },
            "id": 4957115,
            "action_name": "Translation uploaded",
            "url": "https://translate.fedoraproject.org/api/changes/4957115/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/2961005/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/id/?format=api",
            "user": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "timestamp": "2022-05-18T07:26:20.246299Z",
            "action": 9,
            "target": "... di mana _name_ adalah string identifikasi untuk ekstensi, _prog_ adalah program yang akan dijalankan, dan _args_ adalah argumen untuk memberikan program. Misalnya, jika skrip shell di atas disalin ke '/usr/local/bin/check_apache.sh', direktif berikut akan menambahkan skrip ke pohon SNMP:",
            "old": "",
            "details": {
                "state": 10,
                "source": "… where _name_ is an identifying string for the extension, _prog_ is the program to run, and _args_ are the arguments to give the program. For instance, if the above shell script is copied to `/usr/local/bin/check_apache.sh`, the following directive will add the script to the SNMP tree:",
                "old_state": 0
            },
            "id": 4957103,
            "action_name": "Translation uploaded",
            "url": "https://translate.fedoraproject.org/api/changes/4957103/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/2961003/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/id/?format=api",
            "user": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "timestamp": "2022-05-18T07:26:18.025108Z",
            "action": 9,
            "target": "[option]`extend` _name_ _prog_ _args_\n",
            "old": "",
            "details": {
                "state": 20,
                "source": "[option]`extend` _name_ _prog_ _args_\n",
                "old_state": 0
            },
            "id": 4957091,
            "action_name": "Translation uploaded",
            "url": "https://translate.fedoraproject.org/api/changes/4957091/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/2961001/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/id/?format=api",
            "user": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "timestamp": "2022-05-18T07:26:15.780446Z",
            "action": 9,
            "target": "Untuk membuat skrip ini tersedia melalui SNMP, salin skrip ke lokasi di jalur sistem, atur bit yang dapat dieksekusi, dan tambahkan direktif [option]'extend' ke file '/etc/snmp/snmp/snmpd.conf'. Format direktif [option]'extend' adalah sebagai berikut:",
            "old": "",
            "details": {
                "state": 10,
                "source": "To make this script available over SNMP, copy the script to a location on the system path, set the executable bit, and add an [option]`extend` directive to the `/etc/snmp/snmpd.conf` file. The format of the [option]`extend` directive is the following:",
                "old_state": 0
            },
            "id": 4957079,
            "action_name": "Translation uploaded",
            "url": "https://translate.fedoraproject.org/api/changes/4957079/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/2960999/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/id/?format=api",
            "user": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "timestamp": "2022-05-18T07:26:13.873263Z",
            "action": 9,
            "target": "keluar $NUMPIDS\n",
            "old": "",
            "details": {
                "state": 10,
                "source": "exit $NUMPIDS\n",
                "old_state": 0
            },
            "id": 4957067,
            "action_name": "Translation uploaded",
            "url": "https://translate.fedoraproject.org/api/changes/4957067/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/2960997/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/id/?format=api",
            "user": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "timestamp": "2022-05-18T07:26:11.825029Z",
            "action": 9,
            "target": "NUMPIDS=`pgrep httpd | wc -l`\n",
            "old": "",
            "details": {
                "state": 20,
                "source": "NUMPIDS=`pgrep httpd | wc -l`\n",
                "old_state": 0
            },
            "id": 4957055,
            "action_name": "Translation uploaded",
            "url": "https://translate.fedoraproject.org/api/changes/4957055/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/2960994/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/id/?format=api",
            "user": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "timestamp": "2022-05-18T07:26:09.837913Z",
            "action": 9,
            "target": "Tak bisa memulai /bin/sh\n",
            "old": "",
            "details": {
                "state": 10,
                "source": "#!/bin/sh\n",
                "old_state": 0
            },
            "id": 4957043,
            "action_name": "Translation uploaded",
            "url": "https://translate.fedoraproject.org/api/changes/4957043/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/2960992/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/id/?format=api",
            "user": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "timestamp": "2022-05-18T07:26:07.875237Z",
            "action": 9,
            "target": "Kode keluar dari skrip shell berikut adalah jumlah proses [command]#httpd# yang berjalan pada sistem pada titik waktu tertentu:",
            "old": "",
            "details": {
                "state": 10,
                "source": "The exit code of the following shell script is the number of [command]#httpd# processes running on the system at a given point in time:",
                "old_state": 0
            },
            "id": 4957031,
            "action_name": "Translation uploaded",
            "url": "https://translate.fedoraproject.org/api/changes/4957031/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/2960990/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/id/?format=api",
            "user": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "timestamp": "2022-05-18T07:26:05.223694Z",
            "action": 9,
            "target": "Agen Net-SNMP juga menyediakan mekanisme bawaan untuk memeriksa tabel proses melalui arahan [option]'proc'. Lihat halaman manual *snmpd.conf*(5) untuk informasi lebih lanjut.",
            "old": "",
            "details": {
                "state": 10,
                "source": "The Net-SNMP Agent also provides a built-in mechanism for checking the process table via the [option]`proc` directive. See the *snmpd.conf*(5) manual page for more information.",
                "old_state": 0
            },
            "id": 4957019,
            "action_name": "Translation uploaded",
            "url": "https://translate.fedoraproject.org/api/changes/4957019/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/2960989/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/id/?format=api",
            "user": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "timestamp": "2022-05-18T07:26:03.208046Z",
            "action": 9,
            "target": "Menggunakan arahan proc",
            "old": "",
            "details": {
                "state": 20,
                "source": "Using the proc directive",
                "old_state": 0
            },
            "id": 4957007,
            "action_name": "Translation uploaded",
            "url": "https://translate.fedoraproject.org/api/changes/4957007/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/2960988/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/id/?format=api",
            "user": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "timestamp": "2022-05-18T07:26:01.239661Z",
            "action": 9,
            "target": "Agen Net-SNMP menyediakan ekstensi MIB ('NET-SNMP-EXTEND-MIB') yang dapat digunakan untuk mengkueri skrip shell arbitrer. Untuk menentukan skrip shell yang akan dijalankan, gunakan direktif [option]'extend' di file '/etc/snmp/snmpd.conf'. Setelah didefinisikan, Agen akan memberikan kode keluar dan output apa pun dari perintah atas SNMP. Contoh di bawah ini menunjukkan mekanisme ini dengan skrip yang menentukan jumlah proses 'httpd' dalam tabel proses.",
            "old": "",
            "details": {
                "state": 10,
                "source": "The Net-SNMP Agent provides an extension MIB (`NET-SNMP-EXTEND-MIB`) that can be used to query arbitrary shell scripts. To specify the shell script to run, use the [option]`extend` directive in the `/etc/snmp/snmpd.conf` file. Once defined, the Agent will provide the exit code and any output of the command over SNMP. The example below demonstrates this mechanism with a script which determines the number of `httpd` processes in the process table.",
                "old_state": 0
            },
            "id": 4956995,
            "action_name": "Translation uploaded",
            "url": "https://translate.fedoraproject.org/api/changes/4956995/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/2960986/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/id/?format=api",
            "user": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "timestamp": "2022-05-18T07:25:57.573958Z",
            "action": 9,
            "target": "Sejumlah aplikasi yang dikirimkan dengan {MAJOROS} memperluas Agen Net-SNMP untuk memberikan metrik aplikasi melalui SNMP. Ada beberapa cara untuk memperluas agen untuk aplikasi khusus juga. Bagian ini menjelaskan memperluas agen dengan skrip shell dan plug-in Perl. Ini mengasumsikan bahwa paket [package]*net-snmp-utils* dan [package]*net-snmp-perl* sudah terinstal, dan bahwa pengguna diberikan akses ke pohon SNMP seperti yang dijelaskan dalam xref:System_Monitoring_Tools.adoc#sect-System_Monitoring_Tools-Net-SNMP-Configuring-Authentication[Configuring Authentication].",
            "old": "",
            "details": {
                "state": 10,
                "source": "A number of the applications that ship with {MAJOROS} extend the Net-SNMP Agent to provide application metrics over SNMP. There are several ways to extend the agent for custom applications as well. This section describes extending the agent with shell scripts and Perl plug-ins. It assumes that the [package]*net-snmp-utils* and [package]*net-snmp-perl* packages are installed, and that the user is granted access to the SNMP tree as described in xref:System_Monitoring_Tools.adoc#sect-System_Monitoring_Tools-Net-SNMP-Configuring-Authentication[Configuring Authentication].",
                "old_state": 0
            },
            "id": 4956973,
            "action_name": "Translation uploaded",
            "url": "https://translate.fedoraproject.org/api/changes/4956973/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/2960985/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/id/?format=api",
            "user": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "timestamp": "2022-05-18T07:25:55.578745Z",
            "action": 9,
            "target": "Agen Net-SNMP dapat diperluas untuk menyediakan metrik aplikasi selain metrik sistem mentah. Hal ini memungkinkan untuk perencanaan kapasitas serta pemecahan masalah kinerja. Misalnya, mungkin akan membantu untuk mengetahui bahwa sistem email memiliki rata-rata beban 5 menit 15 saat sedang diuji, tetapi lebih membantu untuk mengetahui bahwa sistem email memiliki rata-rata beban 15 saat memproses 80.000 pesan per detik. Ketika metrik aplikasi tersedia melalui antarmuka yang sama dengan metrik sistem, ini juga memungkinkan visualisasi dampak skenario beban yang berbeda pada kinerja sistem (misalnya, setiap tambahan 10.000 pesan meningkatkan rata-rata beban secara linier hingga 100.000).",
            "old": "",
            "details": {
                "state": 10,
                "source": "The Net-SNMP Agent can be extended to provide application metrics in addition to raw system metrics. This allows for capacity planning as well as performance issue troubleshooting. For example, it may be helpful to know that an email system had a 5-minute load average of 15 while being tested, but it is more helpful to know that the email system has a load average of 15 while processing 80,000 messages a second. When application metrics are available via the same interface as the system metrics, this also allows for the visualization of the impact of different load scenarios on system performance (for example, each additional 10,000 messages increases the load average linearly until 100,000).",
                "old_state": 0
            },
            "id": 4956961,
            "action_name": "Translation uploaded",
            "url": "https://translate.fedoraproject.org/api/changes/4956961/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/2960984/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/id/?format=api",
            "user": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "timestamp": "2022-05-18T07:25:53.552985Z",
            "action": 9,
            "target": "Memperluas Net-SNMP",
            "old": "",
            "details": {
                "state": 10,
                "source": "Extending Net-SNMP",
                "old_state": 0
            },
            "id": 4956949,
            "action_name": "Translation uploaded",
            "url": "https://translate.fedoraproject.org/api/changes/4956949/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/2960983/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/id/?format=api",
            "user": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "timestamp": "2022-05-18T07:25:51.352878Z",
            "action": 9,
            "target": "~]$ [command]#snmpwalk localhost IF-MIB::ifDescr#\nIF-MIB::ifDescr.1 = STRING: lo\nIF-MIB::ifDescr.2 = STRING: eth0\nIF-MIB::ifDescr.3 = STRING: eth1\n~]$ [command]#snmpwalk localhost IF-MIB::ifOutOctets#\nIF-MIB::ifOutOctets.1 = Counter32: 10060699\nIF-MIB::ifOutOctets.2 = Counter32: 650\nIF-MIB::ifOutOctets.3 = Counter32: 0\n~]$ [command]#snmpwalk localhost IF-MIB::ifInOctets#\nIF-MIB::ifInOctets.1 = Counter32: 10060699\nIF-MIB::ifInOctets.2 = Counter32: 78650\nIF-MIB::ifInOctets.3 = Counter32: 0\n",
            "old": "",
            "details": {
                "state": 20,
                "source": "~]$ [command]#snmpwalk localhost IF-MIB::ifDescr#\nIF-MIB::ifDescr.1 = STRING: lo\nIF-MIB::ifDescr.2 = STRING: eth0\nIF-MIB::ifDescr.3 = STRING: eth1\n~]$ [command]#snmpwalk localhost IF-MIB::ifOutOctets#\nIF-MIB::ifOutOctets.1 = Counter32: 10060699\nIF-MIB::ifOutOctets.2 = Counter32: 650\nIF-MIB::ifOutOctets.3 = Counter32: 0\n~]$ [command]#snmpwalk localhost IF-MIB::ifInOctets#\nIF-MIB::ifInOctets.1 = Counter32: 10060699\nIF-MIB::ifInOctets.2 = Counter32: 78650\nIF-MIB::ifInOctets.3 = Counter32: 0\n",
                "old_state": 0
            },
            "id": 4956937,
            "action_name": "Translation uploaded",
            "url": "https://translate.fedoraproject.org/api/changes/4956937/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/2960982/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/id/?format=api",
            "user": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "timestamp": "2022-05-18T07:25:49.415187Z",
            "action": 9,
            "target": "Lalu lintas jaringan tersedia di bawah OIDs 'IF-MIB::ifOutOctets' dan 'IF-MIB::ifInOctets'. Kueri SNMP berikut akan mengambil lalu lintas jaringan untuk setiap antarmuka pada sistem ini:",
            "old": "",
            "details": {
                "state": 10,
                "source": "Network traffic is available under the OIDs `IF-MIB::ifOutOctets` and `IF-MIB::ifInOctets`. The following SNMP queries will retrieve network traffic for each of the interfaces on this system:",
                "old_state": 0
            },
            "id": 4956925,
            "action_name": "Translation uploaded",
            "url": "https://translate.fedoraproject.org/api/changes/4956925/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/2960981/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/id/?format=api",
            "user": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "timestamp": "2022-05-18T07:25:47.398645Z",
            "action": 9,
            "target": " Indeks Descr Type Mtu Speed PhysAddress AdminStatus\n     1 lo softwareLoopback 16436 10000000 up\n     2 eth0 ethernetCsmacd 1500 0 52:54:0:c7:69:58 naik\n     3 eth1 ethernetCsmacd 1500 0 52:54:0:a7:a3:24 turun\n",
            "old": "",
            "details": {
                "state": 10,
                "source": " Index Descr             Type   Mtu    Speed      PhysAddress AdminStatus\n     1    lo softwareLoopback 16436 10000000                           up\n     2  eth0   ethernetCsmacd  1500        0 52:54:0:c7:69:58          up\n     3  eth1   ethernetCsmacd  1500        0 52:54:0:a7:a3:24        down\n",
                "old_state": 0
            },
            "id": 4956913,
            "action_name": "Translation uploaded",
            "url": "https://translate.fedoraproject.org/api/changes/4956913/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/2960980/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/id/?format=api",
            "user": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "timestamp": "2022-05-18T07:25:45.112974Z",
            "action": 9,
            "target": "~]$ [command]#snmptable -Cb localhost IF-MIB::ifTable#\nSNMP table: IF-MIB::ifTable\n",
            "old": "",
            "details": {
                "state": 20,
                "source": "~]$ [command]#snmptable -Cb localhost IF-MIB::ifTable#\nSNMP table: IF-MIB::ifTable\n",
                "old_state": 0
            },
            "id": 4956901,
            "action_name": "Translation uploaded",
            "url": "https://translate.fedoraproject.org/api/changes/4956901/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/2960979/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/id/?format=api",
            "user": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "timestamp": "2022-05-18T07:25:43.056547Z",
            "action": 9,
            "target": "Informasi tentang perangkat jaringan disediakan oleh Antarmuka MIB. 'IF-MIB::ifTable' menyediakan tabel SNMP dengan entri untuk setiap antarmuka pada sistem, konfigurasi antarmuka, dan berbagai penghitung paket untuk antarmuka. Contoh berikut menunjukkan beberapa kolom pertama 'ifTable' pada sistem dengan dua antarmuka jaringan fisik:",
            "old": "",
            "details": {
                "state": 10,
                "source": "Information on network devices is provided by the Interfaces MIB. `IF-MIB::ifTable` provides an SNMP table with an entry for each interface on the system, the configuration of the interface, and various packet counters for the interface. The following example shows the first few columns of `ifTable` on a system with two physical network interfaces:",
                "old_state": 0
            },
            "id": 4956889,
            "action_name": "Translation uploaded",
            "url": "https://translate.fedoraproject.org/api/changes/4956889/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/2960977/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/id/?format=api",
            "user": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "timestamp": "2022-05-18T07:25:39.449745Z",
            "action": 9,
            "target": " Perangkat Indeks NRead N Written Membaca Menulis LA1 LA5 LA15 NReadX NWrittenX\n...\n    25 sda 216886272 139109376 16409 4894 ?   ?    ? 216886272 139109376\n    26 sda1 2455552 5120 613 2 ?   ?    ?   2455552      5120\n    27 sda2 1486848 0 332 0 ?   ?    ?   1486848         0\n    28 sda3 212321280 139104256 15312 4871 ?   ?    ? 212321280 139104256\n",
            "old": "",
            "details": {
                "state": 10,
                "source": " Index Device     NRead  NWritten Reads Writes LA1 LA5 LA15    NReadX NWrittenX\n...\n    25    sda 216886272 139109376 16409   4894   ?   ?    ? 216886272 139109376\n    26   sda1   2455552      5120   613      2   ?   ?    ?   2455552      5120\n    27   sda2   1486848         0   332      0   ?   ?    ?   1486848         0\n    28   sda3 212321280 139104256 15312   4871   ?   ?    ? 212321280 139104256\n",
                "old_state": 0
            },
            "id": 4956867,
            "action_name": "Translation uploaded",
            "url": "https://translate.fedoraproject.org/api/changes/4956867/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/2960976/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/id/?format=api",
            "user": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "timestamp": "2022-05-18T07:25:37.279136Z",
            "action": 9,
            "target": "~]$ [command]#snmptable -Cb localhost UCD-DISKIO-MIB::diskIOTable#\nSNMP table: UCD-DISKIO-MIB::diskIOTable\n",
            "old": "",
            "details": {
                "state": 20,
                "source": "~]$ [command]#snmptable -Cb localhost UCD-DISKIO-MIB::diskIOTable#\nSNMP table: UCD-DISKIO-MIB::diskIOTable\n",
                "old_state": 0
            },
            "id": 4956855,
            "action_name": "Translation uploaded",
            "url": "https://translate.fedoraproject.org/api/changes/4956855/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/2960975/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/id/?format=api",
            "user": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "timestamp": "2022-05-18T07:25:35.278858Z",
            "action": 9,
            "target": "Data I/O tersedia baik di 'UCD-SNMP-MIB::systemStats' ('ssIORawSent.0' dan 'ssIORawRecieved.0') dan di 'UCD-DISKIO-MIB::d iskIOTable'. Yang terakhir ini menyediakan data yang jauh lebih terperinci. Di bawah tabel ini adalah OIDs untuk 'diskIONReadX' dan 'diskIONWrittenX', yang menyediakan penghitung untuk jumlah byte yang dibaca dan ditulis ke perangkat blok yang dimaksud sejak sistem boot:",
            "old": "",
            "details": {
                "state": 10,
                "source": "I/O data is available both in `UCD-SNMP-MIB::systemStats` (`ssIORawSent.0` and `ssIORawRecieved.0`) and in `UCD-DISKIO-MIB::diskIOTable`. The latter provides much more granular data. Under this table are OIDs for `diskIONReadX` and `diskIONWrittenX`, which provide counters for the number of bytes read from and written to the block device in question since the system boot:",
                "old_state": 0
            },
            "id": 4956843,
            "action_name": "Translation uploaded",
            "url": "https://translate.fedoraproject.org/api/changes/4956843/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/2960974/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/id/?format=api",
            "user": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "timestamp": "2022-05-18T07:25:33.267054Z",
            "action": 9,
            "target": "OID di bawah 'HOST-RESOURCES-MIB::hrStorageSize' dan 'HOST-RESOURCES-MIB::hrStorageUsed' dapat digunakan untuk menghitung kapasitas yang tersisa dari setiap sistem file yang dipasang.",
            "old": "",
            "details": {
                "state": 10,
                "source": "The OIDs under `HOST-RESOURCES-MIB::hrStorageSize` and `HOST-RESOURCES-MIB::hrStorageUsed` can be used to calculate the remaining capacity of each mounted file system.",
                "old_state": 0
            },
            "id": 4956831,
            "action_name": "Translation uploaded",
            "url": "https://translate.fedoraproject.org/api/changes/4956831/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/2960973/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-system-administrat/f26pagesmonitoring-and-automationsystem_monitoring_tools/id/?format=api",
            "user": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/atriwidada/?format=api",
            "timestamp": "2022-05-18T07:25:31.278978Z",
            "action": 9,
            "target": " Descr Tipe Indeks\nAllocationUnits Size Used AllocationFailures\n     1 HOST-RESOURCES-TYPES::hrStorageRam Memori fisik\n1024 Byte 1021588 388064 ?\n     3 HOST-RESOURCES-TYPES::hrStorageVirtualMemory Memori virtual\n1024 Byte 2045580 388064 ?\n     6 HOST-RESOURCES-TYPES::hrStorageOther Buffer memori lainnya\n1024 Byte 1021588 31048 ?\n     7 HOST-RESOURCES-TYPES::hrStorageOther Memori cached lainnya\n1024 Byte 216604 216604 ?\n    10 HOST-RESOURCES-TYPES::hrStorageVirtualMemory Menukar ruang\n1024 Byte 1023992 0 ?\n    31 HOST-RESOURCES-TYPES::hrStorageFixedDisk /\n4096 Byte 2277614 250391 ?\n    35 HOST-RESOURCES-TYPES::hrStorageFixedDisk /dev/shm\n4096 Byte 127698 0 ?\n    36 HOST-RESOURCES-TYPES::hrStorageFixedDisk /boot\n1024 Byte 198337 26694 ?\n",
            "old": "",
            "details": {
                "state": 10,
                "source": " Index                                         Type           Descr\nAllocationUnits    Size   Used AllocationFailures\n     1           HOST-RESOURCES-TYPES::hrStorageRam Physical memory\n1024 Bytes 1021588 388064                  ?\n     3 HOST-RESOURCES-TYPES::hrStorageVirtualMemory  Virtual memory\n1024 Bytes 2045580 388064                  ?\n     6         HOST-RESOURCES-TYPES::hrStorageOther  Memory buffers\n1024 Bytes 1021588  31048                  ?\n     7         HOST-RESOURCES-TYPES::hrStorageOther   Cached memory\n1024 Bytes  216604 216604                  ?\n    10 HOST-RESOURCES-TYPES::hrStorageVirtualMemory      Swap space\n1024 Bytes 1023992      0                  ?\n    31     HOST-RESOURCES-TYPES::hrStorageFixedDisk               /\n4096 Bytes 2277614 250391                  ?\n    35     HOST-RESOURCES-TYPES::hrStorageFixedDisk        /dev/shm\n4096 Bytes  127698      0                  ?\n    36     HOST-RESOURCES-TYPES::hrStorageFixedDisk           /boot\n1024 Bytes  198337  26694                  ?\n",
                "old_state": 0
            },
            "id": 4956819,
            "action_name": "Translation uploaded",
            "url": "https://translate.fedoraproject.org/api/changes/4956819/?format=api"
        }
    ]
}