Browsing tag

monitoring-tools

Monitor server logs – Install Log.io on CentOS 7 / RHEL 7

Log.io is the real-time monitoring tool, powered by node.js and socket.io. Log.io offers a simple web interface for monitoring the server logs. This guide will help you to monitor server log with log.io on CentOS 7 / RHEL 7. Configure EPEL repository: We will use npm for installing Log.io, so lets install npm and node.js, […]

Linux-Dash Web based Monitoring tool for Ubuntu 14.10 / 14.04

Linux-dash is a web-based dashboard for monitoring Linux servers,  it offers us to monitor all the basic component that system admin want to know what is happening on system. Real-time monitoring includes system properties such as system info, memory information, CPU information and IO stats, not limited to CPU, RAM,disk and network utilization. It also […]

How to Install Monit on openSUSE 13.2

Monit is an open source process tool for Linux operating system which helps you to monitor system process using a web browser and also when ever requires it automatically do the maintenance or repair of processes in such a way that it can be brought back online. It can also be used for managing and […]

Install Cacti on openSUSE 13.2

Cacti is an open source web-based network monitoring tool designed as the front end application for the RRDtool (Round-Robin database tool), it allows a user to poll the services at an interval of time and resulting in the graph format. Cacti is generally used to get a graph data for the cpu and network bandwidth […]

Install Nagios on openSUSE 13.2

Nagios is the most widely used open source monitoring tools which help us to monitor the services and application that run’s on Windows,Linux,Routers and other network devices. With the help of Nagios you can monitor basic services and attributes. We can access the Nagios using web interface coming with the bundle and configuration need to […]