Postfix mail statistics 2017-11-162017-11-16 gintautas Simple statistic every day I tested on CentOS 7. Install pflogsumm that is Postfix mail log reporting tool. We run: sudo yum install postfix-perl-scripts (more…) Read More
Statistics for webserver on CentOS7 2016-01-202016-01-20 gintautas Install & Configure AWStats Now that YUM has its additional repository we are ready to install. From the commandline type: yum install awstats Modify AWStats Apache Configuration: nano /etc/httpd/conf.d/awstats.conf (more…) Read More
Install Munin on CentOS 7 2016-01-202016-01-20 gintautas To install Munin on CentOS 7, we do this: install munin munin-node Enable and start: systemctl enable munin-node systemctl start munin-node Opening the main munin configuration file: nano /etc/munin/munin.conf (more…) Read More