This is an updated version of the previous version of this topic – Monitor and analyze with Grafana, influxdb 1.8 and collectd under CentOS Stream…
Tag: nginx
Monitor and analyze with Grafana, influxdb 1.8 and collectd under CentOS Stream 9
This article describes how to build a modern analytic and monitoring solutions for system and application performance metrics. A solution, which may host all the…
How To Install Linux, Nginx, MySQL (MariaDB), PHP-FPM (LEMP) Stack on CentOS Stream 9
This article presents how to install a Web server with application back-end PHP and database back-end MySQL using MariaDB. All the software installed throughout this…
MPEG-DASH and ClearKey, CENC drm encryption with Nginx, bento4 and dashjs under CentOS 8
The purpose of this article is to demonstrate a simple and plain example of ClearKey DRM encryption using a DASH stream. Usually, the ClearKey is…
Installing single node Elasticsearch 7.16 and Kibana 7.16 behind nginx web server under CentOS 8
This article will show how to install two big software – Elasticsearch to store information and Kibana to visualize the information under CentOS 8. Elasticsearch…
collectd nginx plugin: curl_easy_perform failed because of selinux
Enabling the Nginx plugin for collectd under CentOS (or any other system using SELinux) might be confusing for a newbie. Most sources on the Internet…
nginx proxy cache and expires directive – pass-through the origin cache control
Proxying static content sometimes requires to modify the expire directive on the proxy server, but sometimes it may just need to pass the origin expire…
send access logs in json to Elasticsearch using rsyslog
Here is a simple example of how to send well-formatted JSON access logs directly to the Elasticsearch server. It is as simple as Nginx (it…
syslog – UDP local to rsyslog and send remote with TCP and compression
This article is to show how to log Nginx’s access logs locally using UDP to the local rsyslog daemon, which will send the logs to…
nginx and proxy_cache not growing cache despite max_size is bigger – shared memory zone to blame
One of our big Nginx cache servers has recently been upgraded to have 70T storage, which is pretty good storage for a proxy. And in…