Zabbix Agent is required to install on all remote systems needs to be monitor through Zabbix server. The Zabbix Agent collects resource utilization data and applications data on the client system and provides such information to the Zabbix server on their requests. There are two types of checks between Zabbix Server and Client. Passive Check – Zabbix Agent sent data to server on their request. Active Check – Zabbix Agent sends data periodically to server. After installing zabbix server on your server, Now we are moving to install agent on remote system’s. This article will help you to install zabbix…
Author: Rahul
Zabbix Agent is required to install on all remote systems needs to monitor through Zabbix server. The Zabbix Agent collects resource utilization and applications data on the client system and provides such information to the Zabbix server on their requests. There are two types of checks can be configured between Zabbix Server and Client. Passive check – Zabbix Agent only sent data to server on their request. Active check – Zabbix Agent sends data periodically to Server. After installing zabbix server on your server, this article will help you to install zabbix agent on Ubuntu 18.04 LTS, 16.04 LTS systems.…
Zabbix is an open source software for networks and application monitoring. Zabbix provides agents to monitor remote hosts as well as Zabbix includes support for monitoring via SNMP, TCP and ICMP checks. Click here to know more about zabbix. This article will help you to step by step install Zabbix on Ubuntu 18.04 & 16.04 LTS systems. If you are using CentOS, RHEL or Fedora then Click here to install Zabbix on CentOS, RHEL or Fedora Step 1 – Install Apache, MySQL and PHP You must have a LAMP environment on your server to use Zabbix. If you already have…
Zabbix is an open source software for networks and application monitoring. Zabbix provides agents to monitor remote hosts as well as Zabbix includes support for monitoring via SNMP, TCP and ICMP checks. Click here to know more about zabbix. This article will help you to step by step install Zabbix 3.0 Server on CentOS/RHEL 7/6 systems. Before starting installation read below basic requirements to run Zabbix 3.4. Apache: 1.3.12 or later. PHP: 5.4.0 or later. MySQL: 5.0.3 or later. OpenIPMI: Required for IPMI support. libssh2: Required for SSH support. Version 1.0 or higher. fping: Required for ICMP ping items. libcurl:…
Upgrade Ubuntu 15.10 to Ubuntu 16.04 LTS. Ubuntu is widely used Linux operating system used for Desktop as well as Server edition. Ubuntu providing two types of releases Standard release and Long Term Support (LTS) release. Ubuntu provides support for standard releases for approx 1 year while Long Term Support is useful for approx 5 years. Ubuntu Desktop uses can upgrade to any release but for Server editions we recommend to use LTS release and always upgrade to LTS release only. A new Ubuntu 16.04 LTS release is available to upgrade. Every Ubuntu (Desktop + Server) users can upgrade your…
Upgrade Ubuntu 14.04 LTS to Ubuntu 16.04 LTS. Ubuntu is widely used Linux operating system used for Desktop as well as Server edition. Ubuntu providing two types of releases Standard release and Long Term Support (LTS) release. Ubuntu provides support for standard releases for approx 1 year while Long Term Support is useful for approx 5 years. Ubuntu Desktop uses can upgrade to any release but for Server editions we recommend to use LTS release and always upgrade to LTS release only. A new Ubuntu 16.04 LTS release is available to upgrade. Every Ubuntu (Desktop + Server) users can upgrade…
For security purposes, most of the large sites especially bank websites, and government sites force their users to change their passwords regularly. Being a system administrator I also recommend enabling password expiration for your websites, servers, or applications. This tutorial will help you to enable password expiration on your WordPress website. 1. Install Required Plugin Login to your WordPress admin control panel and install WP Password Policy Manager plugin to your WordPress site. 2. Configure Password Policy After successful installation of plugin navigate to Settings >> Password Policies . You will get a screen like the below screenshot. Configure policies…
In large-scale software engineering, we see problems in our implementation at every step. However, the biggest challenge remains to identify the root cause of the issues and fix them. In this article, we will learn how to implement user authentication with MongoDB and drop users in MongoDB when the user is no longer an employee of your organization. MongoDB is one of the most popular NoSQL databases. It is a document database that stores data as documents rather than tables. If you are new to MongoDB or need a refresher, read our introductory article on using MongoDB: In this blog…
Ubuntu 16.04 LTS (Xenial Xerus) final has been released with lots of changes. Here is few list of changes available in this release. Use below tutorials to upgrade to Ubuntu 16.04 from older versions. How to Upgrade Ubuntu 14.04 to Ubuntu 16.04 LTS How to Upgrade Ubuntu 15.10 to Ubuntu 16.04 LTS Apt (Updated Package Manager) Ubuntu 16.04 introduced apt (in place of apt-get) command to manage packages on your Ubuntu system. In earlier Ubuntu version we used apt-get, apt-cache command but now we have a single command apt to do all tasks. You can still use apt-get and other…
Firstly congratulation’s for installing Ubuntu 16.04 LTS on your system. This tutorials has been published in basic stage. The editor of this article is still working on it to help you setup a better Ubuntu for you. We welcome your suggestions. 1. Upgrade All Packages After installing Ubuntu 16.04 LTS, first thing you should make your system up to date with latest packages. Use the following commands to update your system. $ sudo apt update $ sudo apt upgrade 2. Move Unity Launcher to Bottom Ubuntu 16.04 LTS is providing option to move unity launcher to bottom also. Ubuntu earlier…