drush_nagios_check |
./nagios.drush.inc |
Drush command callback: nagios-check. |
|
|
drush_nagios_list |
./nagios.drush.inc |
Drush command callback: nagios-list. |
|
|
drush_nagios_updates |
./nagios.drush.inc |
Drush command callback: nagios-updates. |
|
|
hook_nagios |
./nagios.api.php |
Does the actual work of checking something. |
|
|
hook_nagios_info |
./nagios.api.php |
Provide a way to enabled/disable a certain module from being included in Nagios reports and alerts. |
|
|
hook_nagios_settings |
./nagios.api.php |
Form API elements to be included on the admin/settings/nagios page. |
|
|
nagios_check |
./nagios.drush.inc |
Helper function for drush_nagios_check(). |
1 |
|
nagios_check_cron |
./nagios.module |
Check when the Drupal cron system was last invoked. |
|
|
nagios_check_elysia_cron |
./nagios.module |
Check when the Drupal cron system was last invoked. |
|
|
nagios_check_modules |
./nagios.module |
Report the number of enabled modules. |
|
|
nagios_check_nodes |
./nagios.module |
Report the number of published nodes. |
|
|
nagios_check_requirements |
./nagios.module |
Check all Drupal requirements are satisfied. |
|
|
nagios_check_session_anon |
./nagios.module |
Report the number of anonymous sessions. |
|
|
nagios_check_session_auth |
./nagios.module |
Report the number of logged in sessions. |
|
|
nagios_check_themes |
./nagios.module |
Report the number of enabled themes. |
|
|
nagios_check_users |
./nagios.module |
Report the number of active user accounts. |
|
|
nagios_check_watchdog |
./nagios.module |
Check Drupal {watchdog} table recent entries. |
|
|
nagios_drush_command |
./nagios.drush.inc |
Implements hook_drush_command(). |
|
|
nagios_form_system_modules_alter |
./nagios.module |
Implements hook_form_FORMID_alter(). |
|
|
nagios_form_system_theme_settings_alter |
./nagios.module |
Implements hook_form_FORMID_alter(). |
|
|
nagios_functions |
./nagios.module |
Functions to be performed by the base nagios module. |
3 |
|
nagios_invoke_all |
./nagios.module |
Custom invoke function |
2 |
|
nagios_menu |
./nagios.module |
Implements hook_menu(). |
|
|
nagios_menu_site_status_alter |
./nagios.module |
Implements hook_menu_site_status_alter(). |
|
|
nagios_nagios |
./nagios.module |
Implements hook_nagios(). |
|
|
nagios_nagios_check |
./nagios.module |
Implements hook_nagios_check(). |
|
|
nagios_nagios_checks |
./nagios.module |
Implements hook_nagios_checks(). |
|
|
nagios_nagios_info |
./nagios.module |
Implements hook_nagios_info(). |
|
|
nagios_nagios_settings |
./nagios.module |
Implements hook_nagios_settings(). |
|
|
nagios_permission |
./nagios.module |
Implements hook_permission(). |
|
|
nagios_requirements |
./nagios.install |
Implements hook_requirements(). |
|
|
nagios_settings |
./nagios.module |
Callback for the settings page |
|
1 |
nagios_status |
./nagios.module |
Mapping of defines to text strings that Nagios understands |
3 |
|
nagios_status_page |
./nagios.module |
Callback for the nagios status page |
|
2 |
nagios_system_modules_form_submit |
./nagios.module |
Additional system modules form submit handler. |
|
1 |
nagios_system_theme_settings_form_submit |
./nagios.module |
Additional system theme settings form submit handler. |
|
1 |
nagios_theme |
./nagios.module |
Implements hook_theme(). |
|
|
nagios_uninstall |
./nagios.install |
Implements hook_uninstall(). |
|
|
nagios_updates |
./nagios.drush.inc |
Helper function for drush_nagios_updates(). |
1 |
1 |
nagios_update_7001 |
./nagios.install |
Set variable for altered status page path, if required. |
|
|
nagios_update_7002 |
./nagios.install |
Rename variable for watchdog limit so it is clearly from this module. |
|
|
theme_nagios_modules_fieldset |
./nagios.module |
Returns HTML for the modules form. |
|
|
_nagios_updates_sort_by_severity |
./nagios.module |
Helper function to sort modules by severity with usort(). |
|
1 |
_nagios_update_calculate_project_data |
./nagios.module |
Wrapper function to ensure update_calculate_project_data() can always be
accessed, even if the core update module is disabled. |
1 |
|
_nagios_update_get_available |
./nagios.module |
Wrapper function to ensure update_get_available() can always be accessed,
even if the core update module is disabled. |
2 |
|
_nagios_update_get_projects |
./nagios.module |
Wrapper function to ensure update_get_projects() can always be accessed,
even if the core update module is disabled. |
4 |
|
_nagios_update_os_user |
./nagios.module |
Update the information under which operating system user PHP is currently
running. This helps to detect permission problems when CLI and web users
differ. |
3 |
|