constant NAGIOS_STATUS_OK in Nagios Monitoring 7
Same name and namespace in other branches
- 8 tests/phpstan-bootstrap.php \NAGIOS_STATUS_OK
 - 5 nagios.module \NAGIOS_STATUS_OK
 - 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.
 
File
- ./
nagios.module, line 7  
Code
define('NAGIOS_STATUS_OK', variable_get('nagios_status_ok_value', 0));