Thursday 4 December 2014

Reset DSRM Password

 Reset DSRM Password with Ntdsutil

  1. On your machine and login with  Administrators, select Run from the Start menu, type ntdsutil and click OK. Ntdsutil
  2. At the Ntdsutil command prompt, type set dsrm password.
  3. At the DSRM command prompt, run the Reset Password command, passing the name of the server on which to change the password, or use the null argument to specify the local machine. For example, to reset the password on server thanos, enter the following command:
    reset password on server test 
    To reset the password on the local machine, specify null as the server name:
    reset password on server null
    
    
  4. You'll be prompted twice to enter the new password.
  5. Type q to exit the DSRM command prompt.
    reset DSRM password
  6. At the Ntdsutil command prompt, type q to exit.
You can now use the local administrator account to log on to the Directory Services Restore Mode using the new password. 
 Ex.   username :    .\administrator
         password :     xxxxxxxx     

Tuesday 2 December 2014

How to prevent copy paste file from Remote deskto

By default we can copy and paste file/folder form Remote Desktop. We can prevent this service by using Group Policy/ Local Policy.

Follow below step and prevent copy and paste data from RDP easy.


  1. Press Window + R > Run > TYPE gpedit.msc
  2. Navigate to: Computer Configuration \ Administrative Templates \ Windows Components
     \ Remote Desktop Services \ Remote Desktop Session Hosts  \ Device and Resource Redirection \ Do not allow clipboard redirection \ Enable it
  3. Open Command prompt \ TYPE gpupdate /force \ Enter
  4. Reboot system 

Saturday 7 June 2014

difference between Gnome and KDE

GNOMEKDE and Xfce are the most popular desktop environments for Linux. Most people end up using the default desktop environment that ships with their preferred Linux distribution. But experienced users prefer one over the year for either usability, performance, design or customizability considerations.
GNOME began as a project to develop a free and open-source desktop environment and corresponding applications in August 1997. Its design philosophy can be best described as streamlined and easy to use.
KDE community started in October 1996. Its design philosophy is dedicated to functionality and expansion of its features.
This comparison is a wiki. Please feel free to improve the comparison chart or the description below it.

Comparison chart

 </> Embed this chart
Edit this comparison chart

GNOME

User Rating (16): 
GNOME

KDE

User Rating (17): 
KDE
Introduction (from Wikipedia)GNOME (GNU Network Object Model Environment) is a desktop environment—a graphical user interface that runs on top of a computer operating system—composed entirely of free and open source software.KDE is a desktop environment for an integrated set of cross-platform applications designed to run on Linux, FreeBSD, Microsoft Windows, Solaris and Mac OS, designed by the KDE Community.
FocusFree softwareFree software
DeveloperThe GNOME ProjectKDE
WebsiteGNOME.orgkde.org
Founded19991996
Current Stable Release3.10 (September 26, 2013)4.11 (August 14, 2013)
Minimum System Requirements700 Mhz CPU, 768 MB RAM1 Ghz CPU, 615 MB RAM
Design GoalsA top-to-bottom free desktop environment designed for simplicity, accessibility, and ease of internationalization and localization.A one-stop, integrated desktop environment; carrying out day-to-day tasks without reliance on command-line interface.
MottoAn intuitive and attractive desktop for usersExperience Freedom!
ToolkitGTK+Qt
Founder(s)Miguel de Icaza and Federico Mena

Wednesday 21 May 2014

Your account is configured to prevent you from using this computer


This behavior is generally the result of a security policy that shuts down the computer if audit events cannot be logged.

If Windows cannot log events in the Security Log, Non-Admin users attempting to login will receive a message like: “Your account is configured to prevent you from using this computer. Please try another computer.”

You receive massage as blow when you login non-administrator account in windows 7 
your_account_is_configured_to_prevent_Windows_7

Follow some instruction :
1. Disable the Shut down your system immediately if unable to log security audits policy, which may be defined in the default domain policy, default domain controller policy, and/or local security policy. The path to this policy is:
Computer Configuration / Windows Settings / Security Settings / Local Policies / Security Options.
2. Set the CrashOnAuditFail Value Name to a data value of 0.

Wednesday 7 May 2014

No more connections can be made to this remote computer at this time


No more connections can be made to this remote computer at this time


Error show in windows xp/vista/7. Windows XP usually has 10 and Vista/7 has 15 connection.

Follow some instructions and allow more connection

  1. Click START
  2. Click RUN
  3. Type in: regedit
  4. Click on OK/RUN
  5. Locate and then click to select the following Registry Subkey: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters
  6. In the Edit Menu, click NEW and click DWORD. (If exists, skip to step 8 )
  7. Type MaxMpxCT and press ENTER
  8. Right-Click MaxMpxCt and click Modify
  9. In the Value data box, choose DECIMAL ***
  10. Click OK and close the Registry
I hope your issue has been solve.


 

Tuesday 6 May 2014

clear standby memory in windows server 2008r2

Clear Standby Memory in windows server 2008 r2


download RamMap application by using below ling

http://technet.microsoft.com/en-us/sysinternals/ff700229

Have you ever wondered exactly how Windows is assigning physical memory, how much file data is cached in RAM, or how much RAM is used by the kernel and device drivers? RAMMap makes answering those questions easy. RAMMap is an advanced physical memory usage analysis utility for Windows Vista and higher. It presents usage information in different ways on its several different tabs:
  • Use Counts: usage summary by type and paging list
  • Processes: process working set sizes
  • Priority Summary: prioritized standby list sizes
  • Physical Pages: per-page use for all physical memory
  • Physical Ranges: physical memory addresses
  • File Summary: file data in RAM by file
  • File Details: individual physical pages by file
Use RAMMap to gain understanding of the way Windows manages memory, to analyze application memory usage, or to answer specific questions about how RAM is being allocated. RAMMap’s refresh feature enables you to update the display and it includes support for saving and loading memory snapshots.
For definitions of the labels RAMMap uses as well as to learn about the physical-memory allocation algorithms used by the Windows memory manager, please see Windows Internals, 5th Edition.
 


Thursday 1 May 2014

Clear Cache

Operating System    To get to the Command Prompt/Terminal    Command to use to clear DNS Cache at the Command Prompt/Terminal
         
Windows   Go to Start Menu > Run > Type "cmd" > press Enter/Return  
ipconfig /flushdns
dnscmd  /clearcache     (server)

         
Mac OSX 10.4 (Tiger)   Click the Terminal icon in the dock or in Finder (in /Applications/Utilities/)  
lookupd -flushcache

         
Mac OSX 10.5 & 10.6 (Leopards)   Click the Terminal icon in the dock or in Finder (in /Applications/Utilities/)  
dscacheutil -flushcache
         
Mac OSX 10.7 & 10.8 (Lions)   Click the Terminal icon in the dock or in Finder (in /Applications/Utilities/)  
sudo killall -HUP mDNSResponder

         
Mac OSX 10.9  (Mavericks)   Click the Terminal icon in the dock or in Finder (in /Applications/Utilities/)   dscacheutil -flushcache;sudo killall -HUP mDNSResponder

         
Linux (most distributions)   Open a terminal window
(gnome-terminal, konsole, xterm, etc.)
 
sudo /etc/init.d/nscd restart
or
sudo /etc/init.d/networking restart 

Tuesday 1 April 2014

Cannot Create Hyper-V Virtual Machine within VMware Workstation VM

Cannot Create Hyper-V Virtual Machine within VMware Workstation VM

When virtual machine is created inside VMware workstation, under normal conditions, it can be used to install 32-bit version of the operating systems. In case you want to install 64-bit version of the operating systems, your physical computer (host computer) must have Hardware Accelerated Virtualization integrated in it.

When talking about Hyper-V, it is the role of Windows Server 2008 and Windows Server 2012 and is only available in the 64-bit versions of these network operating systems (NOS). Since Hyper-V is the feature using which administrators can create multiple virtual machines within a single host Windows Server 2008 or Windows Server 2012 OS, the process of installing either of these operating systems within the VMware Workstation, and creating and using virtual machines within these operating systems using Hyper-V can be referred to as nested virtualization.

If your computer has Hardware Accelerated Virtualization present in it, 64-bit Windows operating systems can be installed easily on the virtual machines within the VMware Workstation. However to install Hyper-V and then to install and use the virtual machines within a virtual machine in the VMware Workstation, you must create your VMware Workstation virtual machine and modify its .VMX file accordingly.

Below is the process using which you can create VMware Workstation virtual machine and modify its .VMX file so that the VM can be used to install Hyper-V and can allow you to create a nested virtualization setup:


  1. Log on to the computer with the user account on which the virtual machine is to be customized for Hyper-V.
  2. If already not created, create a new virtual machine in the VMware Workstation selecting the Microsoft platform with Windows Server 2008 x64 operating system in the Select a Guest Operating System window during the VM creation process.
  3. Once the virtual machine is successively created, on the VMware Workstation console, click to select the target virtual machine tab.
  4. Once selected, click the Edit virtual machine settings option from the right pane of the VMware Workstation interface.

  5. On the Virtual Machine Settings box that appears, make sure that the Hardware tab is selected.
  6. In the left pane, click to select Processors option.
  7. In the right pane, from the Preferred mode drop-down list under the Virtualization engine section, choose the Intel VT-x/EPT or AMD-V/RVI option.
  8. Also, check the Virtualize Intel VT-x/EPT or AMD-V/RVI checkbox from the same interface.

  9. Finally click OK button to save the changes.
  10. Once the entire process is complete, exit the VMware Workstation application.
  11. Using the Windows Explorer, locate the corresponding .VMX file of the virtual machine.
  12. Open the located file in the Notepad application.
  13. Add the hypervisor.cpuid.v0 = “FALSE” perimeter at the end of the file.

  14. Save the file, and start the VMware Workstation application.
  15. Run the target virtual machine, install Windows Server 2008 64-Bit operating system on the VM, and install the Hyper-V or role to configure the nested virtualization network setup.

Add secondary Hard Disk in Linux/RHEL/CentOS

Add secondary Hard Disk in Linux/RHEL/CentOS

Step I
Make use you are under root mode.
  1. # su -  
Step II
Check your hard disk list

  1. [root@localhost ~]# fdisk -l  
  2. Disk /dev/sda: 500.1 GB, 500107862016 bytes  
  3. 255 heads, 63 sectors/track, 60801 cylinders  
  4. Units = cylinders of 16065 * 512 = 8225280 bytes  
  5. Device Boot      Start         End      Blocks   Id  System  
  6. /dev/sda1               1           7       56196   de  Dell Utility  
  7. /dev/sda2   *           8        7187    57671680    7  HPFS/NTFS  
  8. /dev/sda3            7187       32684   204800000    7  HPFS/NTFS  
  9. /dev/sda4           32685       60801   225849802+   5  Extended  
  10. /dev/sda5           32685       39058    51199123+  83  Linux  
  11. /dev/sda6           39059       39319     2096451   82  Linux swap / Solaris  
  12. /dev/sda7           39320       60801   172554133+  83  Linux  
  13. Disk /dev/sdb: 1000.2 GB, 1000204886016 bytes  
  14. 255 heads, 63 sectors/track, 121601 cylinders  
  15. Units = cylinders of 16065 * 512 = 8225280 bytes  
  16. Disk /dev/sdb doesn't contain a valid partition table  
Step 3
Initialize the hard disk.
    [root@]# fdisk /dev/sdb
    Device contains neither a valid DOS partition table, nor Sun, SGI or OSF disklabel
    Building a new DOS disklabel. Changes will remain in memory only,
    until you decide to write them. After that, of course, the previous
    content won't be recoverable.
    
    
    The number of cylinders for this disk is set to 30515.
    There is nothing wrong with that, but this is larger than 1024,
    and could in certain setups cause problems with:
    1) software that runs at boot time (e.g., old versions of LILO)
    2) booting and partitioning software from other OSs
       (e.g., DOS FDISK, OS/2 FDISK)
    Command (m for help): m
    Command action
       a   toggle a bootable flag
       b   edit bsd disklabel
       c   toggle the dos compatibility flag
       d   delete a partition
       l   list known partition types
       m   print this menu
       n   add a new partition
       o   create a new empty DOS partition table
       p   print the partition table
       q   quit without saving changes
       s   create a new empty Sun disklabel
       t   change a partition's system id
       u   change display/entry units
       v   verify the partition table
       w   write table to disk and exit
       x   extra functionality (experts only)
    
    Command (m for help): n
    Command action
       e   extended
       p   primary partition (1-4)
    p
    Partition number (1-4): 1
    First cylinder (1-30515, default 1): <enter>
    Using default value 1
    Last cylinder or +size or +sizeM or +sizeK (1-30515, default 30515): <enter>
    Using default value 30515
    
    Command (m for help):
You may set your disk as your wish, please press "m" to get help.

Now that we’ve created the partition scheme we’d like, we need to write the changes to the disk partition table.
    Command (m for help): w
    The partition table has been altered!
    
    Calling ioctl() to re-read partition table.
    Syncing disks.
    [root@quetzalcoatl ~]#
Step 4
Format the new partition

[root@localhost ~]# mkfs -t ext3 /dev/sdb1  
Step 5
Create mount point and set up automatic mount when system start up.
  1. [root@localhost ~]# mkdir /newdisk  
Add the following line into fstab.
    1. #vim /etc/fstab
      /dev/sdb1   /newdisk   ext3   default 
      0   1  

Monday 31 March 2014

Root Password crack/reset without login

You Can Reset or Crack root password just 7 easy step


1. Boot the system and when you see the following message "Press any key to enter the menu",press any key. (You will see the list of available kernel versions.)

2. Press e in order to edit commands before booting.

3. Highlight the list item with vmlinuz in it by using the arrow keys and press e.

4. Now type single or init 1 at the end of the line.

5. Then press enter and b to boot the system with the new argument. (The system will boot into single user mode and you will see bash prompt)

Now it's time to change the password:
6. Type passwd
1.### Shell Commands ###
2.passwd
3.Enter new UNIX password:
4.Retype new UNIX password:
5.passwd: password updated successfully
7. Type reboot to restart the system.

Wednesday 26 March 2014

Icinga-core install

Icinga

2.3. Icinga Quickstart

2.3.1. Introduction

[Note]Note
Instead of installing Icinga from scratch you may want to use a package which might be available for your OS. Please take a look at the table of packages.
Please keep in mind that the upstream packages might be outdated so using backport packages is a way to get a recent version. Please take a look at wiki articles for detailed descriptions:
If you are planning to install from source then please use the official release tarball.
[Important]Important
Please don't use git snapshots unless you have an issue which might be solved in the current developer version.
This guide is intended to provide you with simple instructions on how to install Icinga from source (code) and have it monitoring your local machine within 20 minutes.
No advanced installation options are discussed here - just the basics that will work for most of the users who want to get started.
This guide will give you examples for currently three different Linux distributions: FedoraUbuntu and openSuSE. Similar distributions may work as well. That should include RedHatCentOSDebian and SLES.
For instructions on how to install Icinga on FreeBSD please read Icinga on FreeBSD instead.
Other distributions may inherit from these examples.
[Important]Important
If you are planning to use a database with IDOUtils, or wish to use the new web interface then please read Icinga with IDOUtils instead!
What You'll End Up With
If you follow these instructions, here's what you'll end up with:
  • Icinga and the plugins will be installed underneath /usr/local/icinga
  • Icinga will be configured to monitor a few aspects of your local system (CPU load, disk usage, etc.)
  • The Icinga classic web interface will be accessible at http://localhost/icinga/ or http://yourdomain.com/icinga

2.3.2. Prerequisites

During portions of the installation you'll need to have root access to your machine.
Make sure you've installed the following packages on your system before continuing.
  • GCC compiler
  • C/C++ development libraries
  • GD development libraries
Optional
At one time or another you may need to use SNMP-based checks so it is a good idea to install the required packages now. Otherwise some plugins are not compiled i.e. not available when you need them and it would require a recompile of the plugins.

2.3.3. Install packages

You can install these packages by running the following commands (as root or using sudo).
[Note]Note
Unfortunately sometimes the names of packages change between different releases of the same distribution so if you get a message that one of the packages cannot be found then please use the search option of your package manager to get the new name:
  • yum search <package name> (Fedora/RHEL/CentOS)
  • apt-cache search <package name> (Debian/Ubuntu)
  • zypper search <package name> (openSuSE/SLES)
  • Fedora/RHEL/CentOS
     #> yum install httpd gcc glibc glibc-common gd gd-devel
     #> yum install libjpeg libjpeg-devel libpng libpng-devel
     #> yum install net-snmp net-snmp-devel net-snmp-utils
    [Note]Note
    You may have to use libjpeg-turbo and libjpeg-turbo-devel instead
  • Debian/Ubuntu
     #> apt-get install apache2 build-essential libgd2-xpm-dev
     #> apt-get install libjpeg62 libjpeg62-dev libpng12 libpng12-dev
     #> apt-get install snmp libsnmp5-dev
    [Note]Note
    The numbers <62/12> might differ, depending on your distribution
    [Note]Note
    Starting with Debian 6.0 / Ubuntu 10.10 the package is called libpng-12-0, the name of the dev-package hasn't changed.
  • openSuSE/SLES
    Please use YaST to install at least the packages gd, gd-devel, libjpeg, libjpeg-devel, libpng, libpng-devel and, optionally, net-snmp, net-snmp-devel and perl-Net-SNMP.
    Using zypper should work as well:
     #> zypper install gd gd-devel libjpeg libjpeg-devel libpng libpng-devel
     #> zypper install net-snmp net-snmp-devel perl-Net-SNMP
    [Note]Note
    Depending on the software selection during the installation of the OS you may need to install additional packages (i.e. apache2, gcc). The devel packages might be placed on the SDK DVDs.

2.3.4. Create Account Information

Become the root user.
 $> su -l
Create a new icinga user account and give it a password:
 #> /usr/sbin/useradd -m icinga 
 #> passwd icinga  
On some distributions you'll need to add the group in a single step:
 #> /usr/sbin/groupadd icinga
For sending commands from the classic web interface to Icinga, you'll need to create a new group icinga-cmd. Add the webuser and the Icinga user to this group:
 #> /usr/sbin/groupadd icinga-cmd
 #> /usr/sbin/usermod -a -G icinga-cmd icinga
 #> /usr/sbin/usermod -a -G icinga-cmd www-data
(or www, wwwrun, apache, depending on the distribution)
[Note]Note
Some usermod-versions (e.g. in OpenSuSE 11 and SLES 11, resp.) are lacking the option -a. In this case please omit the option -a.
[Note]Note
Solaris only supports groupnames with max. 8 characters, please use icingcmd instead of icinga-cmd.

2.3.5. Download Icinga and the Plugins

Change to your local source directory i.e. /usr/src
 #> cd /usr/src
Get the current source from the Icinga Website.
Don't forget to download the Monitoring Plugins.

2.3.6. Compile and install Icinga

Extract the Icinga source code tarball (or change directory to the GIT snapshot)
 #> cd /usr/src/
 #> tar xvzf icinga-1.11.tar.gz
 #> cd icinga-1.11
Run the Icinga configure script. You will get help by using the --help flag.
[Note]Note
Starting with Icinga 1.9 the default has changed so you have to disable the compilation of IDOUtils explicitly.
 #> ./configure --with-command-group=icinga-cmd --disable-idoutils
[Note]Note
Starting with Apache 2.4 the default web configuration folder changed from /etc/apache2/conf.d to /etc/apache2/conf-available so depending on your distribution (testing versions of Debian / Ubuntu) you might have to add this option to the call of configure
#> ./configure --with-httpd-conf=/etc/apache2/conf-available
Compile the Icinga source code. To see available options, only use "make".
 #> make all
Install binaries, init script, sample config files, some eventhandlers, and set permissions on the external command directory.
 #> make install
 #> make install-init
 #> make install-config
 #> make install-eventhandlers
 #> make install-commandmode
or shorter
 #> make fullinstall
 #> make install-config
[Note]Note
Starting with Icinga 1.5.0 make install-config is NOT included in make fullinstall anymore to avoid accidently overwriting of your config files.
[Note]Note
Starting with Icinga 1.7.0 make install-eventhandlers will install some event handler routines. To prevent undesired behaviour it is only included when you use make fullinstall.
Don't start Icinga yet - there's still more that needs to be done...

2.3.7. Customise Configuration

Sample configuration files have been installed by using
 #> make install-config
into /usr/local/icinga/etc/. You'll need to make just one change before you proceed...
Edit the /usr/local/icinga/etc/objects/contacts.cfg config file with your favourite editor and change the email address associated with the icingaadmincontact definition to the address you'd like to use for receiving alerts.
 #> vi /usr/local/icinga/etc/objects/contacts.cfg

2.3.8. Configure the Classic Web Interface

Icinga ships with the Classic Web Interface ("the CGIs") which can be installed via
 #> make cgis
 #> make install-cgis
 #> make install-html
If you are interested in the new Icinga Web, please refer to Install Icinga Web Interface.
Install the Icinga Classic web config file in the Apache conf.d directory (conf-available starting with Apache 2.4).
 #> make install-webconf
[Note]Note
Starting with Icinga 1.9 the command 'make install-webconf-auth' additionally installs the file htpasswd.users which contains credentials for the user icingaadmin so you can skip the following step. The password is icingaadmin.
[Note]Note
Starting with Apache 2.4 (testing versions of Debian / Ubuntu) you have to enable the configuration
#> a2enconf icinga
Create an icingaadmin account for logging into the Icinga classic web interface. If you want to change it later, use the same command. Remember the password you assign to this account - you'll need it later.
 #> htpasswd -c /usr/local/icinga/etc/htpasswd.users icingaadmin
If you want to change it later or want to add another user, use the following command:
 #> htpasswd /usr/local/icinga/etc/htpasswd.users <USERNAME>
[Note]Note
Depending on your distribution/Apache-version you may have to use htpasswd2 instead.
Reload/Restart Apache to make the new settings take effect.
  • Fedora/RHEL/CentOS
     #> service httpd restart
  • Debian/Ubuntu/openSuSE
     #> /etc/init.d/apache2 reload

2.3.9. Compile and Install the Monitoring Plugins

Extract the plugins source code tarball.
 #> cd /usr/src
 #> tar xvzf nagios-plugins-1.5.tar.gz
 #> cd nagios-plugins-1.5 
Compile and install the plugins by changing install directory to /usr/local/icinga
 #> ./configure \
    --prefix=/usr/local/icinga --with-cgiurl=/icinga/cgi-bin \
    --with-nagios-user=icinga --with-nagios-group=icinga
 #> make
 #> make install

2.3.10. Adjusting the SELinux settings

RHEL and derived distributions like Fedora and CentOS are shipped with activated SELinux (Security Enhanced Linux) running in "enforcing" mode. This may lead to "Internal Server Error" messages when you try to invoke the Icinga-CGIs.
Check if SELinux runs in enforcing mode
 #> getenforce
Set SELinux in "permissive" mode
 #> setenforce 0
To make this change permanent you have to adjust this setting in /etc/selinux/config and restart the system.
Instead of deactivating SELinux or setting it into permissive mode you can use the following commands to run the CGIs in enforcing/targeted mode. Thesemanage command will automatically add entries to /etc/selinux/targeted/contexts/files/file_contexts.local.
 #> semanage fcontext -a -t httpd_sys_script_exec_t '/usr/local/icinga/sbin(/.*)?'
 #> semanage fcontext -a -t httpd_sys_content_t '/usr/local/icinga/share(/.*)?'
 #> semanage fcontext -a -t httpd_sys_rw_content_t '/usr/local/icinga/var(/.*)?'
Once you have defined the necessary contexts you have to apply the settings:
 #> chcon -R /usr/local/icinga/sbin
 #> chcon -R /usr/local/icinga/share
 #> chcon -R /usr/local/icinga/var/rw

2.3.11. Start Icinga

Add Icinga to the list of system services and have it automatically start when the system boots (make sure you have installed the init script before).
  • Fedora/RHEL/CentOS/openSuSE
     #> chkconfig --add icinga 
     #> chkconfig icinga on 
  • Debian/Ubuntu
     #> update-rc.d icinga defaults
    Verify the sample Icinga configuration files.
     #> /usr/local/icinga/bin/icinga -v /usr/local/icinga/etc/icinga.cfg
    Instead of specifying the paths to binary and config file you can issue
     #> /etc/init.d/icinga show-errors
    which results in an OK message if everything is fine or several lines which show the location of the error(s).
    If there are no errors, start Icinga.
  • Fedora/RHEL/CentOS/Ubuntu
     #> service icinga start
  • Debian/openSuSE
     #> /etc/init.d/icinga start

2.3.12. Login to the Classic Web Interface

You should now be able to access the Icinga classic web interface at the URL below. You'll be prompted for the username ( icingaadmin) and password you specified earlier.
 http://localhost/icinga/
or
 http://yourdomain.com/icinga/
Click on the "Service Detail" navbar link to see details of what's being monitored on your local machine. It will take a few minutes for Icinga to check all the services associated with your machine.

2.3.13. Other Modifications

Make sure your system's firewall rules are configured to allow access to the web server if you want to access the Icinga classic interface remotely.
 #> iptables -A INPUT -p tcp -m tcp --dport 80 -j ACCEPT
Setting up your mail transfer agent (MTA) like exim, sendmail or postfix to allow Icinga sending notification emails won't be explained here.

2.3.14. You're Done

Congratulations! You successfully installed Icinga. Your journey into monitoring has just begun.
You'll no doubt want to monitor more than just your local machine, so check out the chapter on "Getting Started" about "Monitoring ..."

http://docs.icinga.org/latest/en/quickstart-icinga.html