You are here

function nagios_update_7001 in Nagios Monitoring 7

Set variable for altered status page path, if required.

File

./nagios.install, line 59
Install, update and uninstall functions for the nagios module.

Code

function nagios_update_7001() {
  if (variable_get('nagios_page_path', 'nagios') == 'nagios') {
    variable_set('nagios_page_path', 'nagios');
  }
}