function nagios_update_7002 in Nagios Monitoring 7
Rename variable for watchdog limit so it is clearly from this module.
File
- ./
nagios.install, line 68 - Install, update and uninstall functions for the nagios module.
Code
function nagios_update_7002() {
variable_set('nagios_limit_watchdog_timestamp', variable_get('limit_watchdog_timestamp', FALSE));
variable_del('limit_watchdog_timestamp');
}