17 uses of NAGIOS_STATUS_OK in Nagios Monitoring 8
- hook_nagios in ./
nagios.api.php - Does the actual work of checking something.
- MaintenanceModeTest::testMaintenanceModeCheck in tests/
src/ Kernel/ MaintenanceModeTest.php - NagiosCheckTest::testElysiaCronCheck in tests/
src/ Kernel/ NagiosCheckTest.php - NagiosCommands::nagios in src/
Commands/ NagiosCommands.php - Allows querying Drupal's health. Useful for NRPE.
- nagios_check in ./
nagios.drush.inc - Helper function for drush_nagios_check().
- nagios_check_cron in ./
nagios.module - Check when the Drupal cron system was last invoked.
- nagios_check_elysia_cron in ./
nagios.module - Check when the Drupal cron system was last invoked.
- nagios_check_maintenance in ./
nagios.module - Check when the site is in maintenance mode.
- nagios_check_modules in ./
nagios.module - nagios_check_nodes in ./
nagios.module - Report the number of published nodes.
- nagios_check_requirements in ./
nagios.module - Check is all Drupal requirenemts are satisfied.
- nagios_check_session_anon in ./
nagios.module - Report the number of anonymous sessions.
- nagios_check_session_auth in ./
nagios.module - Report the number of logged in sessions.
- nagios_check_themes in ./
nagios.module - Report the number of enabled modules.
- nagios_check_users in ./
nagios.module - Report the number of active user accounts.
- nagios_check_watchdog in ./
nagios.module - Check Drupal {watchdog} table recent entries.
- StatuspageController::getStringFromNagiosData in src/
Controller/ StatuspageController.php