Code

nmp check corrected
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 31 May 2005 13:21:38 +0000 (13:21 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 31 May 2005 13:21:38 +0000 (13:21 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@552 594d385d-05f5-0310-b6e9-bd551577e9d8

include/setup_checks.inc

index 5c61c691bf3bc77074aa16178cbcbf02ef9fc563..9d23c87f1f9b62a5926da473c953ff9c38c7b0c4 100644 (file)
@@ -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);
 }