<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: How to install Netdata on Ubuntu 20.04 / Debian 10	</title>
	<atom:link href="https://www.osradar.com/how-to-install-netdata-on-ubuntu-debian/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.osradar.com/how-to-install-netdata-on-ubuntu-debian/</link>
	<description>tutorials and news and Seurity</description>
	<lastBuildDate>Mon, 15 Feb 2021 16:45:10 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.8.12</generator>
	<item>
		<title>
		By: angeloma		</title>
		<link>https://www.osradar.com/how-to-install-netdata-on-ubuntu-debian/#comment-13215</link>

		<dc:creator><![CDATA[angeloma]]></dc:creator>
		<pubDate>Mon, 01 Feb 2021 15:32:03 +0000</pubDate>
		<guid isPermaLink="false">https://www.osradar.com/?p=28120#comment-13215</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.osradar.com/how-to-install-netdata-on-ubuntu-debian/#comment-13200&quot;&gt;And Rzej&lt;/a&gt;.

It seems to be a problem with the domain. Is it accessible?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.osradar.com/how-to-install-netdata-on-ubuntu-debian/#comment-13200">And Rzej</a>.</p>
<p>It seems to be a problem with the domain. Is it accessible?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: And Rzej		</title>
		<link>https://www.osradar.com/how-to-install-netdata-on-ubuntu-debian/#comment-13200</link>

		<dc:creator><![CDATA[And Rzej]]></dc:creator>
		<pubDate>Mon, 01 Feb 2021 09:48:09 +0000</pubDate>
		<guid isPermaLink="false">https://www.osradar.com/?p=28120#comment-13200</guid>

					<description><![CDATA[Hello. I Have this problem:

sudo certbot --nginx --agree-tos --redirect --hsts --staple-ocsp --email ajsladek@protonmail.com -d Netdata
Saving debug log to /var/log/letsencrypt/letsencrypt.log
Error while running nginx -c /etc/nginx/nginx.conf -t.

nginx: [emerg] invalid parameter &quot;server_name&quot; in /etc/nginx/conf.d/netdata.conf:12
nginx: configuration file /etc/nginx/nginx.conf test failed

The nginx plugin is not working; there may be problems with your existing configuration.
The error was: MisconfigurationError(&#039;Error while running nginx -c /etc/nginx/nginx.conf -t.\n\nnginx: [emerg] invalid parameter &quot;server_name&quot; in /etc/nginx/conf.d/netdata.conf:12\nnginx: configuration file /etc/nginx/nginx.conf test failed\n&#039;)

My netdata.conf:

upstream backend {
        # the Netdata server
        server 127.0.0.1:12999;
        keepalive 64;
}

server {
        # nginx listens to this
        listen 80

        # the virtual host name of this
        server_name C4.netfree;

        location / {
                proxy_set_header X-Forwarded-Host $host;
                proxy_set_header X-Forwarded-Server $host;
                proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
                proxy_pass http://backend;
                proxy_http_version 1.1;
                proxy_pass_request_headers on;
                proxy_set_header Connection &quot;keep-alive&quot;;
                proxy_store off;
        }
}]]></description>
			<content:encoded><![CDATA[<p>Hello. I Have this problem:</p>
<p>sudo certbot &#8211;nginx &#8211;agree-tos &#8211;redirect &#8211;hsts &#8211;staple-ocsp &#8211;email <a href="mailto:ajsladek@protonmail.com">ajsladek@protonmail.com</a> -d Netdata<br />
Saving debug log to /var/log/letsencrypt/letsencrypt.log<br />
Error while running nginx -c /etc/nginx/nginx.conf -t.</p>
<p>nginx: [emerg] invalid parameter &#8220;server_name&#8221; in /etc/nginx/conf.d/netdata.conf:12<br />
nginx: configuration file /etc/nginx/nginx.conf test failed</p>
<p>The nginx plugin is not working; there may be problems with your existing configuration.<br />
The error was: MisconfigurationError(&#8216;Error while running nginx -c /etc/nginx/nginx.conf -t.\n\nnginx: [emerg] invalid parameter &#8220;server_name&#8221; in /etc/nginx/conf.d/netdata.conf:12\nnginx: configuration file /etc/nginx/nginx.conf test failed\n&#8217;)</p>
<p>My netdata.conf:</p>
<p>upstream backend {<br />
        # the Netdata server<br />
        server 127.0.0.1:12999;<br />
        keepalive 64;<br />
}</p>
<p>server {<br />
        # nginx listens to this<br />
        listen 80</p>
<p>        # the virtual host name of this<br />
        server_name C4.netfree;</p>
<p>        location / {<br />
                proxy_set_header X-Forwarded-Host $host;<br />
                proxy_set_header X-Forwarded-Server $host;<br />
                proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;<br />
                proxy_pass <a href="http://backend" rel="nofollow ugc">http://backend</a>;<br />
                proxy_http_version 1.1;<br />
                proxy_pass_request_headers on;<br />
                proxy_set_header Connection &#8220;keep-alive&#8221;;<br />
                proxy_store off;<br />
        }<br />
}</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
