How To Install Graylog on CentOS 8 / RHEL 8
Graylog is an open-source log management tool that helps you to collect, store and analyze machine logs in a central location.
© 2018 - ITzGeek. All Rights Reserved.
Browsing category
Graylog is an open-source log management tool that helps you to collect, store and analyze machine logs in a central location.
Today we will setup a centralized syslog server on CentOS 8 / RHEL 8 to let the Linux admin read multiple server logs in a single place. Linux labels (auth, cron, FTP, LPR, authpriv, news, mail, syslog, etc..) the log messages to indicate the type of software that generated the messages with severity (Alert, critical, […]
Slowly but surely, Ubuntu has found its place in many people’s hearts today as their Linux distribution of choice – and for good reasons. If there is one thing the Canonical team is known for it is quality. They never fail to deliver just what users want – be it the long term support (LTS) […]
Monit is an open-source process monitoring tool for Linux operating system which helps you to monitor the system process. Whenever the service/process goes down, it automatically does the maintenance and repair of the particular process and ensures it is brought back online. Monit can also be used for managing and monitoring of programs, files, directories, […]
Apache Maven is a free and powerful build automation tool primarily used for Java projects. It is based on the Project Object Model. With maven, you can efficiently manage a project’s build, reporting, and documentation. Maven can also be used to build and manage projects written in C#, Ruby, Scala, and other languages. This post […]