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