Blog
- Home
- Blog
This article covers how to configure SSL/TLS in Nagios Log Server. SSL/TLS provides security between the end user's web browser and Nagios Log
Server by encrypting the traffic. This guide is intended for use by Nagios Log Server Administrators who require encrypted connections to their Nagios Log Server.
This article covers how to resolve the error, NetworkManager is installed and running. Basically, this error happens if cPanel does not support NetworkManager-enabled systems.
To fix this error, simply run the commands below and then restart the installation of cPANEL:
$ systemctl stop NetworkManager.service
$ systemctl disable NetworkManager.service
This article covers Instances in Nagios Log Server and how we can manage them.
Nagios Log Server is a clustered application, it consists of one or more instances of Nagios Log Server. An
instance is an installation of Nagios Log Server, it participates in the cluster and acts as a location for the
received log data to reside. The log data is spread across the instances using the Elasticsearch database, a
special database used by Nagios Log Server.
This article covers the installation procedure of Wazuh Server on CentOS Linux System. Basically, Wazuh is a free, open-source and enterprise-ready security monitoring solution for threat detection, integrity monitoring, incident response and compliance.
You can use Wazuh for the following applications:
To Install Java on CentOS 8.
1. Run the command below to install JDK:
$ sudo dnf install java-11-openjdk-devel
2. Confirm that you have it installed
$ java -version
This article covers Alerting On Log Events With Nagios Log Server. Basically, for alerting on Log Events with Nagios Log Server one needs to be familiar with the options available.
With this guide, you will learn how to create various alerts in Nagios Log Server, such as sending
them to a Nagios XI or Nagios Core monitoring server using Nagios Remote Data Processor
(NRDP), sending an email, sending SNMP traps and executing scripts.
This article covers how to install Ajenti Control Panel on Debian system. Basically, Ajenti is a simple tool to manage your websites, Firewall, DNS, Cron, Logs, Files, Mail hosting services and so on.