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