Articles for October 2015

Nagios 4.1 installation on Ubuntu 14.04

  • Update Server
sudo apt-get update && apt-get upgrade && apt-get dist-upgrade
  • Install necessary packages
sudo apt-get install \
unzip \
wget \
build-essential \
apache2 \
apache2-utils \
php5-gd \
libgd2-xpm-dev \
libapache2-mod-php5 \
postfix \
libssl-dev
  • When postfix asks, set your mail config to match your situation.
  • If you are unsure, Internet Site is probably what you are looking for.
  • Next we will need to set up the user and group that Nagios will operate as.

Loading

OTRS Help Desk 4.0.10 Installation on Ubuntu 14.04

OTRS (Open-source Ticket Request System) – is a ticketing system which provides organized and centralized way to manage end user support requests, complaints, inquiries and other types of communications. In other words it provides end users with a single place to report issues and IT help desk with single place to respond to issues. Which provides more systematic approach to resolving reported issues, proactive prevention, time management, statistical analysis and other useful benefits.

Installation steps 

Loading