Functions | |
| _multi_nagios_root () | |
| _multi_nagios_site () | |
| _multi_nagios_root | ( | ) |
Monitores a Drupal installation for core updates
or MULTI_NAGIOS_WARNING (1), if there is new release that contains bug fixes
or MULTI_NAGIOS_CRITICAL(2) if there is new release that contains a security updates
Definition at line 586 of file multi.inc.
References _multi_current_version(), and _multi_recommended_version().
Referenced by multi_nagios().
| _multi_nagios_site | ( | ) |
Monitores a single Drupal site for module and core updates
or MULTI_NAGIOS_WARNING (1) if there are updates or unsupported modules available
or MULTI_NAGIOS_CRITICAL(2) if there are security updates available
Definition at line 652 of file multi.inc.
Referenced by multi_nagios().
1.5.8