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
Read More
Tag: statistics
Statistics for webserver on CentOS7
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
Read More
Install Munin on CentOS 7
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
Read More