{"id":924,"date":"2020-04-20T21:54:32","date_gmt":"2020-04-20T18:54:32","guid":{"rendered":"https:\/\/microimpuls.com\/docs\/micropvr\/configuration\/%d0%bf%d0%b0%d1%80%d0%b0%d0%bc%d0%b5%d1%82%d1%80%d1%8b-%d0%ba%d0%be%d0%bd%d1%84%d0%b8%d0%b3%d1%83%d1%80%d0%b0%d1%86%d0%b8%d0%b8-micropvr"},"modified":"2022-08-17T10:40:34","modified_gmt":"2022-08-17T07:40:34","slug":"micropvr-conf","status":"publish","type":"docs","link":"https:\/\/microimpuls.com\/en\/docs\/micropvr\/configuration\/micropvr-conf","title":{"rendered":"Micropvr configuration parameters"},"content":{"rendered":"<p>The default configuration is in the file:<br><code>\/etc\/micropvr\/micropvr\/conf<\/code>.<\/p>\n\n\n\n\n\n<h2 class=\"wp-block-heading\">Logging settings<\/h2>\n\n\n\n<h4 class=\"wp-block-heading\">Syslog entry<\/h4>\n\n\n\n<p>Option name: <code>log-syslog<\/code>, data type: bool.<\/p>\n\n\n\n<p>Use syslogd to write logs to \/var\/log\/syslog. It is not recommended to include during intensive logging.<\/p>\n\n\n\n<p>Possible values: <strong>true<\/strong> \/ <strong>falsely<\/strong>.<\/p>\n\n\n\n<p>The option has been added to micropvr since version 1.9.0.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Recording of CRITICAL level messages in syslog<\/h4>\n\n\n\n<p>Option name: <code>log-syslog-critical<\/code>, data type: bool.<\/p>\n\n\n\n<p>Whether to use syslogd to write logs to \/var\/log\/syslog for CRITICAL log entries, regardless of parameter value <code>log-syslog<\/code>.<\/p>\n\n\n\n<p>Possible values: <strong>true<\/strong> \/ <strong>falsely<\/strong>.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Tag for syslog<\/h4>\n\n\n\n<p>Option name: <code>log-facility<\/code>, data type: int.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">The path to the micropvr log<\/h4>\n\n\n\n<p>Option name: <code>log-path<\/code>, data type: string.<\/p>\n\n\n\n<p>The path to the log file to log directly without syslogd. By default <strong>\/var\/log\/micropvr\/micropvr.log<\/strong>.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Logging level<\/h4>\n\n\n\n<p>Option name: <code>log-verbose-level<\/code>, data type: int.<\/p>\n\n\n\n<p>Meaning of <strong>0<\/strong> before <strong>6<\/strong>where <strong>6<\/strong> \u2014 maximum EXTENDED level.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Recording period of the state log<\/h4>\n\n\n\n<p>Option name: <code>log-state-period<\/code>, data type: int.<\/p>\n\n\n\n<p>Set in minutes. meaning <strong>0<\/strong> status log is disabled. The option was added from version 1.5.0.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">The path to the state log<\/h4>\n\n\n\n<p>Option name: <code>log-state-path<\/code>, data type: string.<\/p>\n\n\n\n<p>The path to the file in which the status log will be written. The option was added from version 1.5.0.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Log output to stdout<\/h4>\n\n\n\n<p>Option name: <code>log-foreground<\/code>, data type: bool.<\/p>\n\n\n\n<p>Possible values: <strong>true<\/strong> \/ <strong>falsely<\/strong>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">API settings<\/h2>\n\n\n\n<h4 class=\"wp-block-heading\">JSON RPC API<\/h4>\n\n\n\n<p>Option name: <code>json-rpc-enabled<\/code>, data type: bool.<\/p>\n\n\n\n<p>Through the API, the Middleware server manages stream recording and monitoring tasks.<\/p>\n\n\n\n<p>Possible values: <strong>true<\/strong> \/ <strong>falsely<\/strong>.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Audited address for API<\/h4>\n\n\n\n<p>Option name: <code>json-rpc-listen-host<\/code>, data type: string.<\/p>\n\n\n\n<p>The interface address for waiting for incoming connections to the JSON RPC API. Meaning <strong>0.0.0.0<\/strong> it means listening on all interfaces.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">A listening port for the API<\/h4>\n\n\n\n<p>Option name: <code>json-rpc-listen-port<\/code>, data type: int.<\/p>\n\n\n\n<p>TCP port number for JSON RPC API, by default <strong>4089<\/strong>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Recording settings<\/h2>\n\n\n\n<h4 class=\"wp-block-heading\">Time to postpone unsuccessful tasks<\/h4>\n\n\n\n<p>Option name: <code>task-postpone-time<\/code>, data type: int.<\/p>\n\n\n\n<p>Time in seconds for which a task will be postponed if it is unsuccessfully attempted. By default <strong>60<\/strong>.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Period of indexation of records<\/h4>\n\n\n\n<p>Option name: <code>records-checking-period<\/code>, data type: int.<\/p>\n\n\n\n<p>Record size check period in seconds, by default <strong>60<\/strong>. Determines the accuracy of positioning on the archive for the rewind function, i.e. at the value <strong>1<\/strong> it will be the most accurate to a second, but the load on the I\/O will be higher. It is recommended to choose the optimal value.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Period of deletion of obsolete records<\/h4>\n\n\n\n<p>Option name <code>records-removing-period<\/code>, data type: int.<\/p>\n\n\n\n<p>Period of performing checks to delete old records in seconds, by default <strong>5<\/strong>. The value can be increased to reduce the load on I\/O, but will result in slower deletion of files.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Time to block deletion of active records<\/h4>\n\n\n\n<p>Option name: <code>records-block-active-time<\/code>, data type: int.<\/p>\n\n\n\n<p>Time to block the deletion of active records in minutes after their expiration. A record is considered active if there has been at least one appeal. By default <strong>240<\/strong>. The option has been added to micropvr since version 1.7.0.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Mechanism for checking free space on the disk<\/h4>\n\n\n\n<p>Option name: <code>recorder-check-free-space<\/code>, data type: bool.<\/p>\n\n\n\n<p>Determines the activation of the mechanism for checking free space on the disk. By default <strong>falsely<\/strong>. The option has been added to micropvr since version 1.2.1.<\/p>\n\n\n\n<p>Possible values: <strong>true<\/strong> \/ <strong>falsely<\/strong>.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Minimum amount of free space<\/h4>\n\n\n\n<p>Option name: <code>records-min-free-space<\/code>, data type: int.<\/p>\n\n\n\n<p>The minimum amount of free disk space in the MiB at which recording is allowed. The option has been added to micropvr since version 1.2.1.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Volume of reserved space<\/h4>\n\n\n\n<p>Option name: <code>records-default-reserve-size<\/code>, data type: int.<\/p>\n\n\n\n<p>The amount of disk space reserved for one active record in MiB, by default <strong>20480<\/strong>. The recording will not be made if the mechanism for checking free space on the disk is enabled and the volume of space after redundancy becomes less than the minimum allowed. The option has been added to micropvr since version 1.4.0.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Forced deletion of records with critical free space<\/h4>\n\n\n\n<p>Option name: <code>records-remove-on-low-space<\/code>, data type: bool.<\/p>\n\n\n\n<p>Includes deleting the oldest records if the actual free disk space is less than critical. The write depth settings for the corresponding task transmitted through the API are ignored. Files that are still being recorded will not be deleted. The option has been added to micropvr since version 1.9.0.<\/p>\n\n\n\n<p>Possible values: <strong>true<\/strong> \/ <strong>falsely<\/strong>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Settings for recorder<\/h2>\n\n\n\n<h4 class=\"wp-block-heading\">Recorder launch line<\/h4>\n\n\n\n<p>Option name: <code>recorder<\/code>, data type: string.<\/p>\n\n\n\n<p>The start command of the recorder process, which writes the stream to the file (to run the recorder and CLI-compatible programs). By omission <strong>recorder<\/strong>. The option has been added to micropvr since version 1.5.0.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">The path for pid recorder files<\/h4>\n\n\n\n<p>Option name: <code>recorder-pid-path<\/code>, data type: string.<\/p>\n\n\n\n<p>By default <strong>\/var\/run\/micropvr<\/strong>.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Logistics recorder<\/h4>\n\n\n\n<p>Option name: <code>recorder<\/code>, data type: bool.<\/p>\n\n\n\n<p>Enabling the recorder process log entry. By default <strong>falsely<\/strong>.<\/p>\n\n\n\n<p>Possible values: <strong>true<\/strong> \/ <strong>falsely<\/strong>.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">The path to the log recorder<\/h4>\n\n\n\n<p>Option name: <code>recorder<\/code>, data type: string.<\/p>\n\n\n\n<p>The path to the log file of the recorder process, by default <strong>\/var\/log\/micropvr\/recorder.log<\/strong>.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Time to restart recorder in case of error<\/h4>\n\n\n\n<p>Option name: <code>recorder-init timeout<\/code>, data type: int.<\/p>\n\n\n\n<p>Time in seconds to restart the recorder process in case of a failed start, by default <strong>5<\/strong>. If the recorder failed to start during this time, the task will be delayed.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Recorder Process Status Period<\/h4>\n\n\n\n<p>Option name: <code>recorder-cheking-period<\/code>, data type: int.<\/p>\n\n\n\n<p>Set in seconds, by default <strong>1<\/strong>.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">HLS settings<\/h2>\n\n\n\n<h4 class=\"wp-block-heading\">Maximum segment size in the playlist<\/h4>\n\n\n\n<p>Option name: <code>records-default-segment-size<\/code>, data type: int.<\/p>\n\n\n\n<p>The maximum segment size in seconds is used to form the HLS playlist. It should be no less than <code>records-checking-period<\/code>. By default <strong>60<\/strong>. The option was added from micropvr version 1.8.0.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">The path for symbolic references<\/h4>\n\n\n\n<p>Option name: <code>records-link<\/code>, data type: string.<\/p>\n\n\n\n<p>The path for symbolic references to the directories in which the record goes. An empty line disables the use of links. For example, when <code>records-link<\/code> equal <strong>\/var\/pvr_links\/<\/strong> the path to the links will look like <code>\/var\/pvr_links\/F6D124FC\/<\/code>and before the records \u2014 <code>\/var\/pvr_links\/F6D124FC\/ch_3\/c3_t1498201120_77.ts<\/code>. Why <code>F6D124FC<\/code> \u2014 hash from the full path of the directory that was specified when creating the task and which is written. The mechanism is used to form HLS. The option has been added to micropvr since version 1.9.0.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Load balancing settings<\/h2>\n\n\n\n<h4 class=\"wp-block-heading\">Retention period for request statistics<\/h4>\n\n\n\n<p>Option name: <code>monitor-request-lifetime<\/code>, data type: int.<\/p>\n\n\n\n<p>Term of storage of information about requests in seconds, by default <strong>60<\/strong>. It is used to calculate statistics and count the number of sessions. The option has been added to micropvr since version 1.9.0.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Maximum value of load assessment<\/h4>\n\n\n\n<p>Option name: <code>score-max-score<\/code>, data type: float.<\/p>\n\n\n\n<p>Maximum value <code>score<\/code>in which the API method <code>is_alive<\/code> return <strong>true<\/strong>. By default **20.0((). The option has been added to micropvr since version 1.5.1.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Maximum network loading<\/h4>\n\n\n\n<p>Option name: <code>score-max-net-load<\/code>, data type: int.<\/p>\n\n\n\n<p>Maximum load of outbound network stream in Mbit\/sec. By default <strong>700<\/strong>. Meaning <strong>-1<\/strong> disables the use of this parameter in the calculation <code>score<\/code>. The option has been added to micropvr since version 1.5.1.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Maximum number of sessions<\/h4>\n\n\n\n<p>Option name: <code>score-max-sessions<\/code>, data type: int.<\/p>\n\n\n\n<p>Maximum number of sessions used for evaluation only <code>score<\/code>. By default <strong>10000<\/strong>. Meaning <strong>-1<\/strong> disables the use of this parameter in the calculation <strong>score<\/strong>. The option has been added to micropvr since version 1.5.1.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Maximum Average CPU Load Value<\/h4>\n\n\n\n<p>Option name: <code>score-max-cpu-la1<\/code>, data type: float.<\/p>\n\n\n\n<p>The maximum value of the average load of computing resources in 1 minute. By default <strong>1.0<\/strong>. Meaning <strong>-1<\/strong> disables the use of this parameter in the calculation <code>score<\/code>. The option has been added to micropvr since version 1.5.1.<\/p>","protected":false},"featured_media":0,"parent":464,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_links_to":"","_links_to_target":""},"doc_tag":[],"class_list":["post-924","docs","type-docs","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438 micropvr<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/microimpuls.com\/en\/docs\/micropvr\/configuration\/micropvr-conf\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438 micropvr\" \/>\n<meta property=\"og:description\" content=\"\u041a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044f \u043f\u043e-\u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e \u043d\u0430\u0445\u043e\u0434\u0438\u0442\u0441\u044f \u0432 \u0444\u0430\u0439\u043b\u0435:\/etc\/micropvr\/micropvr.conf. \u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043b\u043e\u0433\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u0417\u0430\u043f\u0438\u0441\u044c \u0432 syslog \u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u043e\u043f\u0446\u0438\u0438: log-syslog, \u0442\u0438\u043f \u0434\u0430\u043d\u043d\u044b\u0445: bool. \u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u043b\u0438 \u0441\u043b\u0443\u0436\u0431\u0443 syslogd \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0438 \u043b\u043e\u0433\u043e\u0432 \u0432 \/var\/log\/syslog. \u041d\u0435 \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0443\u0435\u0442\u0441\u044f \u0432\u043a\u043b\u044e\u0447\u0430\u0442\u044c \u043f\u0440\u0438 \u0438\u043d\u0442\u0435\u043d\u0441\u0438\u0432\u043d\u043e\u043c \u043b\u043e\u0433\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0438. \u0412\u043e\u0437\u043c\u043e\u0436\u043d\u044b\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f: true \/ false. \u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d \u0432 micropvr \u0441 \u0432\u0435\u0440\u0441\u0438\u0438 1.9.0. \u0417\u0430\u043f\u0438\u0441\u044c \u0432 syslog \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0439 \u0443\u0440\u043e\u0432\u043d\u044f CRITICAL \u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u043e\u043f\u0446\u0438\u0438: log-syslog-critical, \u0442\u0438\u043f \u0434\u0430\u043d\u043d\u044b\u0445: bool. [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/microimpuls.com\/en\/docs\/micropvr\/configuration\/micropvr-conf\/\" \/>\n<meta property=\"og:site_name\" content=\"Microimpuls\" \/>\n<meta property=\"article:modified_time\" content=\"2022-08-17T07:40:34+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/microimpuls.com\/docs\/micropvr\/configuration\/micropvr-conf\",\"url\":\"https:\/\/microimpuls.com\/docs\/micropvr\/configuration\/micropvr-conf\",\"name\":\"\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438 micropvr\",\"isPartOf\":{\"@id\":\"https:\/\/micro.im\/#website\"},\"datePublished\":\"2020-04-20T18:54:32+00:00\",\"dateModified\":\"2022-08-17T07:40:34+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/microimpuls.com\/docs\/micropvr\/configuration\/micropvr-conf#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/microimpuls.com\/docs\/micropvr\/configuration\/micropvr-conf\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/microimpuls.com\/docs\/micropvr\/configuration\/micropvr-conf#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u0413\u043b\u0430\u0432\u043d\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430\",\"item\":\"https:\/\/micro.im\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"MicroPVR\",\"item\":\"https:\/\/microimpuls.com\/docs\/micropvr\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"\u041a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044f\",\"item\":\"https:\/\/microimpuls.com\/docs\/micropvr\/configuration\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438 micropvr\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/micro.im\/#website\",\"url\":\"https:\/\/micro.im\/\",\"name\":\"Microimpuls\",\"description\":\"\u041a\u043e\u043c\u043f\u043b\u0435\u043a\u0441\u043d\u044b\u0435 \u0440\u0435\u0448\u0435\u043d\u0438\u044f \u0434\u043b\u044f OTT \u0438 IPTV\",\"publisher\":{\"@id\":\"https:\/\/micro.im\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/micro.im\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/micro.im\/#organization\",\"name\":\"Microimpuls\",\"url\":\"https:\/\/micro.im\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/micro.im\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/microimpuls.com\/wp-content\/uploads\/2024\/12\/mi-logo-square-en-black.png\",\"contentUrl\":\"https:\/\/microimpuls.com\/wp-content\/uploads\/2024\/12\/mi-logo-square-en-black.png\",\"width\":208,\"height\":219,\"caption\":\"Microimpuls\"},\"image\":{\"@id\":\"https:\/\/micro.im\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Micropvr configuration parameters","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/microimpuls.com\/en\/docs\/micropvr\/configuration\/micropvr-conf\/","og_locale":"en_US","og_type":"article","og_title":"\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438 micropvr","og_description":"\u041a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044f \u043f\u043e-\u0443\u043c\u043e\u043b\u0447\u0430\u043d\u0438\u044e \u043d\u0430\u0445\u043e\u0434\u0438\u0442\u0441\u044f \u0432 \u0444\u0430\u0439\u043b\u0435:\/etc\/micropvr\/micropvr.conf. \u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043b\u043e\u0433\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u044f \u0417\u0430\u043f\u0438\u0441\u044c \u0432 syslog \u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u043e\u043f\u0446\u0438\u0438: log-syslog, \u0442\u0438\u043f \u0434\u0430\u043d\u043d\u044b\u0445: bool. \u0418\u0441\u043f\u043e\u043b\u044c\u0437\u043e\u0432\u0430\u0442\u044c \u043b\u0438 \u0441\u043b\u0443\u0436\u0431\u0443 syslogd \u0434\u043b\u044f \u0437\u0430\u043f\u0438\u0441\u0438 \u043b\u043e\u0433\u043e\u0432 \u0432 \/var\/log\/syslog. \u041d\u0435 \u0440\u0435\u043a\u043e\u043c\u0435\u043d\u0434\u0443\u0435\u0442\u0441\u044f \u0432\u043a\u043b\u044e\u0447\u0430\u0442\u044c \u043f\u0440\u0438 \u0438\u043d\u0442\u0435\u043d\u0441\u0438\u0432\u043d\u043e\u043c \u043b\u043e\u0433\u0438\u0440\u043e\u0432\u0430\u043d\u0438\u0438. \u0412\u043e\u0437\u043c\u043e\u0436\u043d\u044b\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f: true \/ false. \u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440 \u0434\u043e\u0431\u0430\u0432\u043b\u0435\u043d \u0432 micropvr \u0441 \u0432\u0435\u0440\u0441\u0438\u0438 1.9.0. \u0417\u0430\u043f\u0438\u0441\u044c \u0432 syslog \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u0439 \u0443\u0440\u043e\u0432\u043d\u044f CRITICAL \u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u043e\u043f\u0446\u0438\u0438: log-syslog-critical, \u0442\u0438\u043f \u0434\u0430\u043d\u043d\u044b\u0445: bool. [&hellip;]","og_url":"https:\/\/microimpuls.com\/en\/docs\/micropvr\/configuration\/micropvr-conf\/","og_site_name":"Microimpuls","article_modified_time":"2022-08-17T07:40:34+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/microimpuls.com\/docs\/micropvr\/configuration\/micropvr-conf","url":"https:\/\/microimpuls.com\/docs\/micropvr\/configuration\/micropvr-conf","name":"Micropvr configuration parameters","isPartOf":{"@id":"https:\/\/micro.im\/#website"},"datePublished":"2020-04-20T18:54:32+00:00","dateModified":"2022-08-17T07:40:34+00:00","breadcrumb":{"@id":"https:\/\/microimpuls.com\/docs\/micropvr\/configuration\/micropvr-conf#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/microimpuls.com\/docs\/micropvr\/configuration\/micropvr-conf"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/microimpuls.com\/docs\/micropvr\/configuration\/micropvr-conf#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u0413\u043b\u0430\u0432\u043d\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430","item":"https:\/\/micro.im\/"},{"@type":"ListItem","position":2,"name":"MicroPVR","item":"https:\/\/microimpuls.com\/docs\/micropvr"},{"@type":"ListItem","position":3,"name":"\u041a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u044f","item":"https:\/\/microimpuls.com\/docs\/micropvr\/configuration"},{"@type":"ListItem","position":4,"name":"\u041f\u0430\u0440\u0430\u043c\u0435\u0442\u0440\u044b \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438 micropvr"}]},{"@type":"WebSite","@id":"https:\/\/micro.im\/#website","url":"https:\/\/micro.im\/","name":"Microimpulses","description":"Comprehensive solutions for OTT and IPTV","publisher":{"@id":"https:\/\/micro.im\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/micro.im\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/micro.im\/#organization","name":"Microimpulses","url":"https:\/\/micro.im\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/micro.im\/#\/schema\/logo\/image\/","url":"https:\/\/microimpuls.com\/wp-content\/uploads\/2024\/12\/mi-logo-square-en-black.png","contentUrl":"https:\/\/microimpuls.com\/wp-content\/uploads\/2024\/12\/mi-logo-square-en-black.png","width":208,"height":219,"caption":"Microimpuls"},"image":{"@id":"https:\/\/micro.im\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/microimpuls.com\/en\/wp-json\/wp\/v2\/docs\/924","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/microimpuls.com\/en\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/microimpuls.com\/en\/wp-json\/wp\/v2\/types\/docs"}],"replies":[{"embeddable":true,"href":"https:\/\/microimpuls.com\/en\/wp-json\/wp\/v2\/comments?post=924"}],"version-history":[{"count":17,"href":"https:\/\/microimpuls.com\/en\/wp-json\/wp\/v2\/docs\/924\/revisions"}],"predecessor-version":[{"id":3152,"href":"https:\/\/microimpuls.com\/en\/wp-json\/wp\/v2\/docs\/924\/revisions\/3152"}],"up":[{"embeddable":true,"href":"https:\/\/microimpuls.com\/en\/wp-json\/wp\/v2\/docs\/464"}],"next":[{"title":"Micropvs configuration parameters","link":"https:\/\/microimpuls.com\/en\/docs\/micropvr\/configuration\/micropvs-conf","href":"https:\/\/microimpuls.com\/en\/wp-json\/wp\/v2\/docs\/926"}],"wp:attachment":[{"href":"https:\/\/microimpuls.com\/en\/wp-json\/wp\/v2\/media?parent=924"}],"wp:term":[{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/microimpuls.com\/en\/wp-json\/wp\/v2\/doc_tag?post=924"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}