From 71dfb20398371fa650f1fe6d6be1bce1e602489d Mon Sep 17 00:00:00 2001 From: hickert Date: Tue, 31 May 2005 10:52:47 +0000 Subject: [PATCH] Snmp Module for PHP is neededd for monitoring. Added check to setup git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@532 594d385d-05f5-0310-b6e9-bd551577e9d8 --- include/setup_checks.inc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/setup_checks.inc b/include/setup_checks.inc index a3c8c1468..45382c3b5 100644 --- a/include/setup_checks.inc +++ b/include/setup_checks.inc @@ -287,6 +287,10 @@ function perform_php_checks(&$faults) $msg.= check ( $faults, _("Checking for kadm5 module"), _("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); + return ($msg); } -- 2.30.2