Hi,
Nagios Core have been updated to 3.2.2
The update/installation process is not different as the one described in the main article
Nagios Core installation/update
cd /usr/local/src sudo wget http://prdownloads.sourceforge.net/sourceforge/nagios/nagios-3.2.2.tar.gz sudo tar xvzf nagios-3.2.2.tar.gz cd nagios-3.2.2 sudo ./configure --prefix=/usr/local/nagios --with-nagios-user=nagios --with-nagios-group=nagios --with-command-group=nagcmd --enable-nanosleep --enable-event-broker sudo make all sudo make install sudo make install-init sudo make install-commandmode sudo make install-config sudo update-rc.d -f nagios defaults cd ..