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 tag
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, […]
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. You can efficiently manage a project’s build, reporting, and documentation with maven. Maven can also build and manage projects written in C#, Ruby, Scala, and other languages. This post will help you […]
Ansible is an open-source software provisioning and configuration management tool for Unix-like and Microsoft Windows operating systems. Unlike, Puppet, Chef, and CFEngine, the server software is installed on one machine, and client machines are managed through the agent software. Wherein Ansible, the nodes are managed by controlling node (Ansible server) over SSH, so there won’t […]