From: hickert Date: Tue, 31 May 2005 13:21:38 +0000 (+0000) Subject: nmp check corrected X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=c9c7e1e56f358ca4cbffb4df65c7c98a3ff5d477;p=gosa.git nmp check corrected git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@552 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/include/setup_checks.inc b/include/setup_checks.inc index 5c61c691b..9d23c87f1 100644 --- a/include/setup_checks.inc +++ b/include/setup_checks.inc @@ -289,7 +289,7 @@ function perform_php_checks(&$faults) function_exists('kadm5_init_with_password'), FALSE); $msg.= check ( $faults, _("Checking for snmp Module"), _("Simple Network Management Protocol (SNMP) is required for client monitoring."), - function_exists('snmpgetnext'), FALSE); + function_exists('snmpget'), FALSE); return ($msg); }