{"id":35888,"date":"2019-10-31T22:07:25","date_gmt":"2019-10-31T19:07:25","guid":{"rendered":"https:\/\/prohoster.info\/blog\/dvizhok-otchetov-v-satellite-6-5-chto-eto-i-zachem\/"},"modified":"2019-10-31T22:07:25","modified_gmt":"2019-10-31T19:07:25","slug":"dvizhok-otchetov-v-satellite-6-5-chto-eto-i-zachem","status":"publish","type":"post","link":"https:\/\/prohoster.info\/en\/blog\/administrirovanie\/dvizhok-otchetov-v-satellite-6-5-chto-eto-i-zachem","title":{"rendered":"Reporting Engine in Satellite 6.5: What It Is and Why It Matters","gt_translate_keys":[{"key":"rendered","format":"text"}]},"content":{"rendered":"<p>Red Hat Satellite is a system management solution that simplifies the deployment, scaling, and management of Red Hat infrastructure in physical, virtual, and cloud environments. Satellite enables users to configure and update systems to ensure their effective and secure operation according to various standards. By automating most tasks related to system maintenance, Satellite helps organizations enhance efficiency, reduce operational costs, and respond more readily to strategic business requests.<\/p>\n<p><img decoding=\"async\" alt=\"Reporting Engine in Satellite 6.5: What It Is and Why It Matters\" src=\"\/wp-content\/uploads\/2019\/07\/0b324a20bd4b5275b621d345e93455df.jpg\" style=\"display:block;margin: 0 auto;\" \/><br \/>\n<br \/>\nWhile you can perform basic administrative tasks with the Red Hat services included in the Red Hat Enterprise Linux subscription, Red Hat Satellite adds extensive capabilities to manage the entire lifecycle.<br \/>\n<noindex><a rel=\"nofollow\" name=\"habracut\"><\/a><\/noindex><br \/>\nSome of these capabilities include:<\/p>\n<ul>\n<li>Patch management;<\/li>\n<li>Subscription management;<\/li>\n<li>Initialization;<\/li>\n<li>Configuration management.<\/li>\n<\/ul>\n<p>\nFrom a single console, you can manage thousands of systems as easily as one, which increases availability, reliability, and provides auditing capabilities. <\/p>\n<p><b>And now we have the new Red Hat Satellite 6.5!<\/b><\/p>\n<p>One of the cool things introduced in Red Hat Satellite 6.5 is the new reporting engine. <\/p>\n<p>Satellite Server often serves as the hub where all information about corporate Red Hat systems converges, and this new engine allows for creating and exporting reports containing information about Satellite client hosts, software subscriptions, applicable errata, and more. Reports are programmed in the built-in Ruby language (ERB). <\/p>\n<p>Satellite 6.5 comes with ready-made reports, and the engine gives users the ability to customize these reports or create their own. Built-in reports from Satellite 6.5 are generated in CSV format, but in this post, we will show how to create reports in HTML format as well.<\/p>\n<h3>Built-in Reports of Satellite 6.5<\/h3>\n<p>\nSatellite 6.5 includes four built-in reports: <\/p>\n<ul>\n<li><b>Applicable errata<\/b> \u2013 a list of software defects (errata) that need to be addressed on content hosts (optionally filtered by hosts or defects);<\/li>\n<li><b>Host statuses<\/b> \u2013 a report on the status of Satellite hosts (optionally filtered by hosts);<\/li>\n<li><b>Registered hosts<\/b> \u2013 Information about Satellite hosts: IP address, OS version, software subscriptions (optionally filtered by hosts);<\/li>\n<li><b>Subscriptions<\/b> \u2013 Information about software subscriptions: total number of subscriptions, number of free ones, SKU codes (optionally filtered by subscription parameters).<\/li>\n<\/ul>\n<p>\nTo generate a report, open the menu <b>Monitor<\/b>, select <b>Report Templates<\/b> and click the Generate button to the right of the report you need. Leave the filter field empty to include all data in the report, or enter something to limit the results. For example, if the report for Registered Hosts should display only RHEL 8 hosts, specify the filter <b>os = RedHat and os_major = 8<\/b>, as shown in the screenshot below:<\/p>\n<p><img decoding=\"async\" alt=\"Reporting Engine in Satellite 6.5: What It Is and Why It Matters\" src=\"\/wp-content\/uploads\/2019\/07\/1d2552d0e1e57bce88d55b3c35c2cca6.jpg\" style=\"display:block;margin: 0 auto;\" \/><\/p>\n<p>After generating the report, it can be downloaded and opened in a spreadsheet program like LibreOffice Calc, which imports data from CSV and distributes it into columns, for example, as shown in the screenshot below: <b>Applicable errata<\/b> Notice that the properties of built-in reports have the option enabled<\/p>\n<p><img decoding=\"async\" alt=\"Reporting Engine in Satellite 6.5: What It Is and Why It Matters\" src=\"\/wp-content\/uploads\/2019\/07\/bd8feff47cda914e78197dccc765ba83.jpg\" style=\"display:block;margin: 0 auto;\" \/> <\/p>\n<p>(Default), so they are automatically added to all new organizations and locations you create in Satellite. <b>the net\/http<\/b> Customization of built-in reports<\/p>\n<h3>Let's discuss customization using the example of a built-in report.<\/h3>\n<p>\nBy default, this report reflects the total number of subscriptions (1), as well as the number available, that is, free subscriptions (2). We will add a column for the number of used subscriptions, which is defined as (1) - (2). For example, if we have a total of 50 RHEL subscriptions and 10 of them are free, then 40 subscriptions are used. <b>Subscriptions<\/b>Since editing built-in reports is blocked and modifying them is not recommended, you will need to clone the built-in report, give it a new name, and then modify this cloned copy.<\/p>\n<p>So, if we want to modify the report<\/p>\n<p>, we first need to clone it. Therefore, open the menu <b>Subscriptions<\/b>, select <b>Monitor<\/b>and in the dropdown menu to the right of the template <b>Report Templates<\/b> choose <b>Subscriptions<\/b> Clone <b>. Then enter the name of the cloned report (let's call it<\/b>Custom Subscriptions <b>) and between the lines<\/b>Quantity <b>Available<\/b> and <b>add the line<\/b> \u2018Used\u2019: pool.quantity \u2014 pool.available, <b>'Used': pool.quantity \u2014 pool.available,<\/b> Then click the button<\/p>\n<p><img decoding=\"async\" alt=\"Reporting Engine in Satellite 6.5: What It Is and Why It Matters\" src=\"\/wp-content\/uploads\/2019\/07\/eb3ef0629e0bb74f49a2add3eb90c713.jpg\" style=\"display:block;margin: 0 auto;\" \/><\/p>\n<p>Submit <b>, which takes us back to the page<\/b>. There, click the button <b>Report Templates<\/b>Generate <b>to the right of the report just created<\/b> . Leave the Subscriptions filter field empty and click <b>) and between the lines<\/b>We leave the Subscriptions filter field empty and click. <b>, which takes us back to the page<\/b>After that, a report is created and uploaded, including the column we added. <b>Used<\/b>.<\/p>\n<p><img decoding=\"async\" alt=\"Reporting Engine in Satellite 6.5: What It Is and Why It Matters\" src=\"\/wp-content\/uploads\/2019\/07\/d4a18a101095c754138c1e66695ec452.jpg\" style=\"display:block;margin: 0 auto;\" \/> <\/p>\n<p>The help for the built-in Ruby language can be found in the tab. <b>Help<\/b> in the report editing window. It contains an overview of syntax, as well as available variables and methods.<\/p>\n<h3>Creating Your Own Report<\/h3>\n<p>\nNow let's look at creating custom reports using the example of a report on Ansible roles assigned to hosts in Satellite. Open the menu <b>Monitor<\/b>, click <b>Report Templates<\/b> and then press the button <b>Create Template<\/b>. We will name our report <b>Ansible Roles Report<\/b> and insert the following ERB code:<\/p>\n<pre><code class=\"plaintext\">\n<\/code><\/pre>\n<p>\nThis code generates a report on hosts, displaying the 'all_ansible_roles' attribute for them. <\/p>\n<p>Then go to the tab <b>Inputs<\/b> and click the button <b>+ Add Input<\/b>. We state that name equals <b>hosts<\/b>, and the description type is <b>Filter by hosts (optional)<\/b>. Then click <b>, which takes us back to the page<\/b> and then press the button <b>to the right of the report just created<\/b> next to the recently created report. You can set a host filter, or press <b>, which takes us back to the page<\/b>, to generate a report on all hosts. The generated report will look something like this in LibreOffice Calc:<\/p>\n<p><img decoding=\"async\" alt=\"Reporting Engine in Satellite 6.5: What It Is and Why It Matters\" src=\"\/wp-content\/uploads\/2019\/07\/68563ad049fa2304dc28e76d3de5cf5d.jpg\" style=\"display:block;margin: 0 auto;\" \/><\/p>\n<h3>Creating HTML Reports<\/h3>\n<p>\nThe Satellite report engine allows for generating reports not only in CSV format. For example, we will create our own report based on the built-in report Host<b> Statuses<\/b>, but only as an HTML table with cell color-coding based on status. To do this, we clone <b>Host Statuses<\/b>, and then replace its ERB code with the following:<\/p>\n<pre><code class=\"plaintext\">&lt;!DOCTYPE html&gt;\n&lt;html&gt;\n&lt;head&gt;\n   &lt;title&gt;Host Statuses&lt;\/title&gt;\n   &lt;style&gt;\n       th {\n           background-color: black;\n           color: white;\n       }\n       td.green {\n           background-color:#92d400;\n           color:black;\n       }\n       td.yellow {\n           background-color:#f0ab00;\n           color:black;\n       }\n       td.red {\n           background-color:#CC0000;\n           color:black;\n       }\n       table,th,td {\n               border-collapse:collapse;\n               border: 1px solid black;\n       }\n   &lt;\/style&gt; \n&lt;\/head&gt;\n&lt;body&gt;\n&lt;table&gt;\n&lt;tr&gt; \n       &lt;th&gt; Hostname &lt;\/th&gt;\n       &lt;th&gt; Status &lt;\/th&gt; \n&lt;% load_hosts(search: input(&#039;hosts&#039;), includes: :host_statuses).each_record do |host| -%&gt;\n   &lt;% all_host_statuses_hash(host).each do |key, value|  -%&gt;\n       &lt;th&gt; &lt;%= key %&gt; &lt;\/th&gt;\n   &lt;% end -%&gt;\n   &lt;% break -%&gt;\n&lt;% end -%&gt;\n&lt;\/tr&gt;\n\n&lt;%- load_hosts(search: input(&#039;hosts&#039;), includes: :host_statuses).each_record do |host| -%&gt;\n   &lt;tr&gt; \n   &lt;td&gt; &lt;%= host.name   %&gt; &lt;\/td&gt; \n   &lt;% if host.global_status == 0 -%&gt;\n       &lt;td class=&quot;green&quot;&gt; OK &lt;\/td&gt;\n   &lt;% elsif host.global_status == 1 -%&gt;\n       &lt;td class=&quot;yellow&quot;&gt; Warning &lt;\/td&gt;\n   &lt;% else -%&gt;\n       &lt;td class=&quot;red&quot;&gt; Error (&lt;%= host.global_status %&gt;) &lt;\/td&gt;\n   &lt;% end -%&gt;\n\n   &lt;% all_host_statuses_hash(host).each do |key, value|  -%&gt;\n       &lt;% if value == 0 -%&gt;\n           &lt;td class=&quot;green&quot;&gt; OK &lt;\/td&gt;\n       &lt;% elsif value == 1  -%&gt;\n           &lt;td class=&quot;yellow&quot;&gt; Warning &lt;\/td&gt;\n       &lt;% else -%&gt;\n           &lt;td class=&quot;red&quot;&gt; Error (&lt;%= value %&gt;) &lt;\/td&gt;\n       &lt;% end -%&gt;\n   &lt;% end -%&gt;\n   &lt;\/tr&gt;\n&lt;% end -%&gt;\n\n&lt;\/table&gt;\n&lt;\/body&gt;\n&lt;\/html&gt;\n<\/code><\/pre>\n<p>\nThis report generates HTML which will look approximately like this in the browser:<\/p>\n<p><img decoding=\"async\" alt=\"Reporting Engine in Satellite 6.5: What It Is and Why It Matters\" src=\"\/wp-content\/uploads\/2019\/07\/57dd4290731f0155ef747fa9d0a0b220.jpg\" style=\"display:block;margin: 0 auto;\" \/> <\/p>\n<h3>Running Reports from the Command Line<\/h3>\n<p>\nTo run a report from the command line, the command used is <b>hammer<\/b>, and the cron utility allows automating this process.<\/p>\n<p>Use the command hammer report-template generate \u2014name \u00ab\u00bb, for example:<\/p>\n<pre><code class=\"plaintext\"># hammer report-template generate \u2014name \"Host statuses HTML\"\n<\/code><\/pre>\n<p>\nThe report content will be reflected on the console. The information can be redirected to a file, after which cron can be set up to run a shell script for generating the report and sending it via email. The HTML format displays perfectly in email clients, allowing for regular delivery of reports to interested parties in an easily digestible form.<\/p>\n<p>Thus, the reporting engine in Satellite 6.5 is a powerful tool for exporting critical data held by companies in Satellite. It is highly flexible and allows the use of both built-in reports and their modified versions. Additionally, users can create their own reports from scratch. Details about the Satellite Reporting Engine are available in our video on YouTube.<\/p>\n<p><noindex><a rel=\"nofollow\" href=\"https:\/\/events.redhat.com\/profile\/form\/index.cfm?PKFormID=0x70833cc29\"><b>On July 9 at 11:00 AM Moscow time, don't miss the webinar about the new version of Red Hat Enterprise Linux 8.<\/b><\/a><\/noindex><\/p>\n<p>Our speaker is Aram Kan\u0430\u043d\u043e\u0432, manager of the Platforms and Systems Management development department at Red Hat for Europe, the Middle East, and Africa. Aram's work at Red Hat includes comprehensive market, industry, and competitor analysis, as well as positioning and marketing of products for the platforms business unit, which encompasses managing the entire product lifecycle from implementation to end-of-life.<br \/>\n<br \/>Source: <a content=\"nofollow\" rel=\"nofollow\" href=\"https:\/\/habr.com\/ru\/company\/redhatrussia\/blog\/458778\/\">habr.com<\/a><\/p>","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"excerpt":{"rendered":"<p>Red Hat Satellite \u2013 \u044d\u0442\u043e \u0440\u0435\u0448\u0435\u043d\u0438\u0435 \u0434\u043b\u044f \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u0441\u0438\u0441\u0442\u0435\u043c\u043e\u0439, \u0443\u043f\u0440\u043e\u0449\u0430\u044e\u0449\u0435\u0435 \u0440\u0430\u0437\u0432\u0435\u0440\u0442\u044b\u0432\u0430\u043d\u0438\u0435, \u043c\u0430\u0441\u0448\u0442\u0430\u0431\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u0438 \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0438\u043d\u0444\u0440\u0430\u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u043e\u0439 Red Hat \u0432 \u0444\u0438\u0437\u0438\u0447\u0435\u0441\u043a\u0438\u0445, \u0432\u0438\u0440\u0442\u0443\u0430\u043b\u044c\u043d\u044b\u0445 \u0438 \u043e\u0431\u043b\u0430\u0447\u043d\u044b\u0445 \u0441\u0440\u0435\u0434\u0430\u0445. Satellite \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u0435\u0442 \u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u0435\u043b\u044f\u043c \u043d\u0430\u0441\u0442\u0440\u0430\u0438\u0432\u0430\u0442\u044c \u0438 \u043e\u0431\u043d\u043e\u0432\u043b\u044f\u0442\u044c \u0441\u0438\u0441\u0442\u0435\u043c\u044b \u0434\u043b\u044f \u043e\u0431\u0435\u0441\u043f\u0435\u0447\u0435\u043d\u0438\u044f \u0438\u0445 \u044d\u0444\u0444\u0435\u043a\u0442\u0438\u0432\u043d\u043e\u0439 \u0431\u0435\u0437\u043e\u043f\u0430\u0441\u043d\u043e\u0439 \u0440\u0430\u0431\u043e\u0442\u044b \u0432 \u0441\u043e\u043e\u0442\u0432\u0435\u0442\u0441\u0442\u0432\u0438\u0438 \u0441 \u0440\u0430\u0437\u043b\u0438\u0447\u043d\u044b\u043c\u0438 \u0441\u0442\u0430\u043d\u0434\u0430\u0440\u0442\u0430\u043c\u0438. \u0410\u0432\u0442\u043e\u043c\u0430\u0442\u0438\u0437\u0438\u0440\u0443\u044f \u0431\u043e\u043b\u044c\u0448\u0438\u043d\u0441\u0442\u0432\u043e \u0437\u0430\u0434\u0430\u0447, \u0441\u0432\u044f\u0437\u0430\u043d\u043d\u044b\u0445 \u0441 \u043f\u043e\u0434\u0434\u0435\u0440\u0436\u0430\u043d\u0438\u0435\u043c \u0440\u0430\u0431\u043e\u0442\u043e\u0441\u043f\u043e\u0441\u043e\u0431\u043d\u043e\u0441\u0442\u0438 \u0441\u0438\u0441\u0442\u0435\u043c\u044b, Satellite \u043f\u043e\u043c\u043e\u0433\u0430\u0435\u0442 \u043e\u0440\u0433\u0430\u043d\u0438\u0437\u0430\u0446\u0438\u044f\u043c \u043f\u043e\u0432\u044b\u0441\u0438\u0442\u044c \u044d\u0444\u0444\u0435\u043a\u0442\u0438\u0432\u043d\u043e\u0441\u0442\u044c, \u0441\u043e\u043a\u0440\u0430\u0442\u0438\u0442\u044c [&hellip;]<\/p>\n","protected":false,"gt_translate_keys":[{"key":"rendered","format":"html"}]},"author":1,"featured_media":26843,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[688],"tags":[],"class_list":["post-35888","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-administrirovanie"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.2 - aioseo.com -->\n\t<meta name=\"description\" content=\"Red Hat Satellite \u2013 \u044d\u0442\u043e \u0440\u0435\u0448\u0435\u043d\u0438\u0435 \u0434\u043b\u044f \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u0441\u0438\u0441\u0442\u0435\u043c\u043e\u0439, \u0443\u043f\u0440\u043e\u0449\u0430\u044e\u0449\u0435\u0435 \u0440\u0430\u0437\u0432\u0435\u0440\u0442\u044b\u0432\u0430\u043d\u0438\u0435, \u043c\u0430\u0441\u0448\u0442\u0430\u0431\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u0438 \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0438\u043d\u0444\u0440\u0430\u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u043e\u0439 Red Hat \u0432 \u0444\u0438\u0437\u0438\u0447\u0435\u0441\u043a\u0438\u0445, \u0432\u0438\u0440\u0442\u0443\u0430\u043b\u044c\u043d\u044b\u0445 \u0438 \u043e\u0431\u043b\u0430\u0447\u043d\u044b\u0445 \u0441\u0440\u0435\u0434\u0430\u0445.\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Yuri Gagarin\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/prohoster.info\/en\/blog\/administrirovanie\/dvizhok-otchetov-v-satellite-6-5-chto-eto-i-zachem\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.2\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"ProHoster | \u041a\u0443\u043f\u0438\u0442\u044c \u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0439 \u0445\u043e\u0441\u0442\u0438\u043d\u0433 \u0434\u043b\u044f \u0441\u0430\u0439\u0442\u043e\u0432 \u0441 \u0437\u0430\u0449\u0438\u0442\u043e\u0439 \u043e\u0442 DDoS, VPS VDS \u0441\u0435\u0440\u0432\u0435\u0440\u044b\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"\ud83e\udd47\u0414\u0432\u0438\u0436\u043e\u043a \u043e\u0442\u0447\u0435\u0442\u043e\u0432 \u0432 Satellite 6.5: \u0427\u0442\u043e \u044d\u0442\u043e \u0438 \u0437\u0430\u0447\u0435\u043c | ProHoster\" \/>\n\t\t<meta property=\"og:description\" content=\"Red Hat Satellite \u2013 \u044d\u0442\u043e \u0440\u0435\u0448\u0435\u043d\u0438\u0435 \u0434\u043b\u044f \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u0441\u0438\u0441\u0442\u0435\u043c\u043e\u0439, \u0443\u043f\u0440\u043e\u0449\u0430\u044e\u0449\u0435\u0435 \u0440\u0430\u0437\u0432\u0435\u0440\u0442\u044b\u0432\u0430\u043d\u0438\u0435, \u043c\u0430\u0441\u0448\u0442\u0430\u0431\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u0438 \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0438\u043d\u0444\u0440\u0430\u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u043e\u0439 Red Hat \u0432 \u0444\u0438\u0437\u0438\u0447\u0435\u0441\u043a\u0438\u0445, \u0432\u0438\u0440\u0442\u0443\u0430\u043b\u044c\u043d\u044b\u0445 \u0438 \u043e\u0431\u043b\u0430\u0447\u043d\u044b\u0445 \u0441\u0440\u0435\u0434\u0430\u0445.\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/prohoster.info\/en\/blog\/administrirovanie\/dvizhok-otchetov-v-satellite-6-5-chto-eto-i-zachem\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg\" \/>\n\t\t<meta property=\"og:image:width\" content=\"350\" \/>\n\t\t<meta property=\"og:image:height\" content=\"350\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2019-10-31T19:07:25+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2019-10-31T19:07:25+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/prohoster\" \/>\n\t\t<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/prohoster\" \/>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"\ud83e\udd47The reporting engine in Satellite 6.5: What it is and why you need it | ProHoster","description":"Red Hat Satellite is a system management solution that simplifies the deployment, scaling, and management of Red Hat infrastructure in physical, virtual, and cloud environments.","canonical_url":"https:\/\/prohoster.info\/en\/blog\/administrirovanie\/dvizhok-otchetov-v-satellite-6-5-chto-eto-i-zachem","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":null,"og:locale":"en_US","og:site_name":"ProHoster | \u041a\u0443\u043f\u0438\u0442\u044c \u043d\u0430\u0434\u0435\u0436\u043d\u044b\u0439 \u0445\u043e\u0441\u0442\u0438\u043d\u0433 \u0434\u043b\u044f \u0441\u0430\u0439\u0442\u043e\u0432 \u0441 \u0437\u0430\u0449\u0438\u0442\u043e\u0439 \u043e\u0442 DDoS, VPS VDS \u0441\u0435\u0440\u0432\u0435\u0440\u044b","og:type":"article","og:title":"\ud83e\udd47\u0414\u0432\u0438\u0436\u043e\u043a \u043e\u0442\u0447\u0435\u0442\u043e\u0432 \u0432 Satellite 6.5: \u0427\u0442\u043e \u044d\u0442\u043e \u0438 \u0437\u0430\u0447\u0435\u043c | ProHoster","og:description":"Red Hat Satellite \u2013 \u044d\u0442\u043e \u0440\u0435\u0448\u0435\u043d\u0438\u0435 \u0434\u043b\u044f \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u044f \u0441\u0438\u0441\u0442\u0435\u043c\u043e\u0439, \u0443\u043f\u0440\u043e\u0449\u0430\u044e\u0449\u0435\u0435 \u0440\u0430\u0437\u0432\u0435\u0440\u0442\u044b\u0432\u0430\u043d\u0438\u0435, \u043c\u0430\u0441\u0448\u0442\u0430\u0431\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0435 \u0438 \u0443\u043f\u0440\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0438\u043d\u0444\u0440\u0430\u0441\u0442\u0440\u0443\u043a\u0442\u0443\u0440\u043e\u0439 Red Hat \u0432 \u0444\u0438\u0437\u0438\u0447\u0435\u0441\u043a\u0438\u0445, \u0432\u0438\u0440\u0442\u0443\u0430\u043b\u044c\u043d\u044b\u0445 \u0438 \u043e\u0431\u043b\u0430\u0447\u043d\u044b\u0445 \u0441\u0440\u0435\u0434\u0430\u0445.","og:url":"https:\/\/prohoster.info\/en\/blog\/administrirovanie\/dvizhok-otchetov-v-satellite-6-5-chto-eto-i-zachem","og:image":"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg","og:image:secure_url":"https:\/\/prohoster.info\/wp-content\/uploads\/2021\/11\/logo-350.jpg","og:image:width":350,"og:image:height":350,"article:published_time":"2019-10-31T19:07:25+00:00","article:modified_time":"2019-10-31T19:07:25+00:00","article:publisher":"https:\/\/www.facebook.com\/prohoster","article:author":"https:\/\/www.facebook.com\/prohoster"},"aioseo_meta_data":{"post_id":"35888","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"seo_analyzer_scan_date":"2026-01-22 01:09:19","breadcrumb_settings":null,"limit_modified_date":false,"reviewed_by":null,"ai":null,"created":"2021-03-01 01:54:38","updated":"2026-01-22 01:09:19","focus_keyword":null,"additional_keywords":null,"truseo_locale":null},"gt_translate_keys":[{"key":"link","format":"url"}],"_links":{"self":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/35888","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/comments?post=35888"}],"version-history":[{"count":0,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/posts\/35888\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media\/26843"}],"wp:attachment":[{"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/media?parent=35888"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/categories?post=35888"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/prohoster.info\/en\/wp-json\/wp\/v2\/tags?post=35888"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}