*****
To upgrade from 1.1 to 1.2 use the nagiosweb-1.1-1.2.sql to add the new tables.

Make sure in nagios.cfg you have a line that says:

cfg_file=/usr/local/nagios/etc/servicegroups.cfg

Otherwise the new service groups won't be added

Also add the following to the bottom of your side.html or side.php file so that you get the option to configure ServiceGroups.

  <tr>
    <td width=13><img src="images/greendot.gif" width="13" height="14" name="config-dot10"></td>
    <td nowrap><a href="/nagiosweb/servicegrouplist.php" target="main" onMouseOver="switchdot('config-dot10',1)" onMouseOut="switchdot('config-dot10',0)" class="NavBarItem">Service Groups</a></td>
  </tr>


*****
To upgrade from 1.2 to 1.3 use the nagiosweb-1.2-1.3.sql to add the new table.

Also add the following to the bottom of your side.html or side.php file so that you get the option to configure ServiceTemplates.

  <tr> 
    <td width=13><img src="images/greendot.gif" width="13" height="14" name="config-dot11"></td>
    <td nowrap><a href="/nagiosweb/servicetemplatelist.php" target="main" onMouseOver="switchdot('config-dot11',1)" onMouseOut="switchdot('config-dot11',0)" class="NavBarItem">Service Templates</a></td>
  </tr>

*****
To upgrade from 1.1 to 1.3 use the nagiosweb-1.1-1.3.sql to add the new tables.

The follow the directions above for editing your side.php/html file and nagios.cfg

*****
There were only changes to the default config and README between 1.3 & 1.3a so follow the 1.3 install instructions.

Josh
