summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b8cb12e)
raw | patch | inline | side by side (parent: b8cb12e)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 31 May 2005 13:21:38 +0000 (13:21 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 31 May 2005 13:21:38 +0000 (13:21 +0000) |
include/setup_checks.inc | patch | blob | history |
index 5c61c691bf3bc77074aa16178cbcbf02ef9fc563..9d23c87f1f9b62a5926da473c953ff9c38c7b0c4 100644 (file)
--- a/include/setup_checks.inc
+++ b/include/setup_checks.inc
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);
}