Code

snmp
authorhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 31 May 2005 10:57:59 +0000 (10:57 +0000)
committerhickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8>
Tue, 31 May 2005 10:57:59 +0000 (10:57 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@534 594d385d-05f5-0310-b6e9-bd551577e9d8

include/setup_checks.inc

index 45382c3b587ef937a4850018ed2f18a4902d754b..39b19fac0976144d710d43a7237a127dec6a722e 100644 (file)
@@ -288,8 +288,8 @@ function perform_php_checks(&$faults)
       _("Managing users in kerberos requires the kadm5 module which is downloadable via PEAR network."),
       function_exists('kadm5_init_with_password'), FALSE);
   $msg.= check (  $faults, _("Checking for snmp module"),
-      _("Simple Network Management Protocol (SNMP) is required client monitoring."),
-      function_exists('snmpget'), FALSE);
+      _("Simple Network Management Protocol (SNMP) is required for client monitoring."),
+      function_exists('snmpgetnext'), FALSE);
 
   return ($msg);
 }