Have you tried running latest Apache 2.4 with PHP 7.0 on CentOS 6? Last time i ran into trouble when a customer asked me to update Apache from 2.2.X to 2.4.X running on CentOS 6 with addition of keeping the PHP operational. I’ve checked third party repositories for Apache 2.4 RPMs so i would not […]
centos6
-
-
by Mitch 8 Comments
You probably use some kind of monitoring tools to keep an eye out on your machines and you also probably implemented this monitoring via SNMP to avoid installing additional agents on your machines – so did i. And now you want to implement additional customized monitoring checks and you found out you need to extend […]
-
Recently i have set up a Zenoss monitoring server in an Microsoft environment. Best way i have found for monitoring Windows machines is via Windows Remote Management Service and i also wrote a post on this “Add Windows Client to Zenoss Monitoring“. But in my latest installation and configuration of Zenoss i have stumbled upon a […]
-
by Mitch 6 Comments
PostgreSQL is a great advanced open source database. It offers many features, one of them being database replication. PostgreSQL 9.4 offers many different solutions to the replication problems, each one of them having it’s number of up’s and down’s. In the end it is up to the system or database administrator to decide which solution […]
-
Posted in:
Logs Filled Up My Disk – What To Do
by Mitch 0 Comments
A couple days ago i received an alert that one of the disks on our linux production machines is filling up very quickly. It was the application server machine and the logging partition was running out of space rapidly. Logs filled up my disk How logs filled up my disk Gladly the log files are […]
-
by Mitch 0 Comments
I really like to do work on my Linux systems as “root”, to get things done quickly and without any hassle. Yeah i know, bombs away, it is not OK or safe or whatever to use “root” user for everyday things but mainly it is not OK from the auditing point of view. Customers really dislike it […]
-
Posted in:
Rescan SCSI bus on Linux System
by Mitch 0 Comments
SCSI stands for Small Computer System Interface and is a set of standards for transferring data and connecting devices and computers. Sometimes you make changes to disk devices on your Linux box while online which is even more often nowadays using virtual machines. Sometimes you also add a new disk and do not want to […]
-
Posted in:
Configure Postfix Mail Forward
by Mitch 4 Comments
I am running a Postfix with Dovecot for my emails and also make email accounts for my friends from time to time. So last night a friend of mine asked me to configure an email account for him and forward the emails to his gmail account. It is really easy and quick to Configure Postfix […]
-
Posted in:
Manage and Configure YUM Repository
by Mitch 0 Comments
YUM Repositories are warehouses of RPM package files. RPM file is a Red Hat Package Manager file and enables quick and easy software installation on Red Hat/CentOS Linux distributions. YUM Repositories hold a number of RPM package files and enable your server to download and new software. YUM Repositories can hold RPM package files locally […]
-
by Mitch 3 Comments
Configuring Password Policy on CentOS 6 About Password Policy Password policy is a set of rules that must to be satisfied when setting a password. Password policy is an important factor in computer security, specially since user passwords are too often the main reason for computer system security breaches. This is why most companies and […]
-
Posted in:
ZenHub is Down Zenoss Problems
by Mitch 0 Comments
Last time i experienced problems with Zenoss. Zenoss suddenly stopped getting information from the clients, stopped graphing client data and i did not know what the reason was for this situation. I tried removing and readding the client but the job of adding a new client was even not processed. When i tried to re-model […]
-
by Mitch 0 Comments
It just so happens, that sometimes you would like to add Windows client to Zenoss monitoring 🙂 . A person would think that this would be quite simple and similar to adding Linux client to Zenoss monitoring, but it is not. The SNMP Windows client Zenoss monitoring is very limited, in fact i could not […]