You are here

function nagios_nagios_checks in Nagios Monitoring 8

Same name and namespace in other branches
  1. 6 nagios.module \nagios_nagios_checks()
  2. 7 nagios.module \nagios_nagios_checks()

Implements hook_nagios_checks().

This hook is only used by Drush 8.

File

./nagios.module, line 804
Main file for Nagios service monitoring.

Code

function nagios_nagios_checks() {
  return nagios_functions();
}