You are here

constant NAGIOS_STATUS_OK in Nagios Monitoring 7

Same name and namespace in other branches
  1. 8 tests/phpstan-bootstrap.php \NAGIOS_STATUS_OK
  2. 5 nagios.module \NAGIOS_STATUS_OK
  3. 6 nagios.module \NAGIOS_STATUS_OK
13 uses of NAGIOS_STATUS_OK
hook_nagios in ./nagios.api.php
Does the actual work of checking something.
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_modules in ./nagios.module
Report the number of enabled modules.

... See full list

File

./nagios.module, line 7

Code

define('NAGIOS_STATUS_OK', variable_get('nagios_status_ok_value', 0));