Start it by doing vncserver. Note the display number (probably one). The ssh tunnel is set up to work with display :1. For display :2 you would need to use 5902 instead of 5901 when creating the tunnel.
In a separate local terminal do vncviewer localhost:5901 (for display :1) and enter the vncpassword you selected above when a popup window appears.
When done, on the terminal with the tunnel do vncserver -kill :displayNumber (e.g., 1 or 2).
Exit from the ssh session if desired.
Viewing the Nagios dashboard on the local browser.
To view the nagios dashboard you have to create a tunnel to reach the https port (443). You can do that with a separate tunnel or by adding additional -L clauses to the ssh.