|
The default number of rows to return from an autocomplete based select pattern match.
|
العدد الافتراضي للصفوف المراد إعادته من مطابقة تحديد تحديد خيار الإكمال التلقائي.
|
|
The size of the font used for Graph Axis
|
حجم الخط المستخدم في Graph Graph
|
|
Poller Sync Interval
|
Poller Sync Interval
|
|
The amount of time, in seconds, that the Central Cacti web server will wait for a response from the Remote Data Collector to obtain various Device information before abandoning the request. On Devices that are associated with Data Collectors other than the Central Cacti Data Collector, the Remote Agent must be used to gather Device information.
|
مقدار الوقت بالثواني ، الذي ينتظر خادم الويب Cacti المركزي استجابة من جامع البيانات البعيد للحصول على معلومات الجهاز المختلفة قبل التخلي عن الطلب. على الأجهزة المرتبطة بـ "مجمعات البيانات" بخلاف "مجمّع بيانات Cacti Central" ، يجب استخدام "عامل البعيد" لجمع معلومات الجهاز.
|
|
SNMP Bulkwalk Fetch Size
|
SNMP Bulkwalk Fetch Size
|
|
The default maximum number of SNMP Get OIDs to issue per snmpget request. For Devices, this setting is controlled at the Device level. You should only use this setting when using Cacti's SNMP API natively in your scripts or plugins.
|
العدد الأقصى الافتراضي لـ SNMP Get OID لإصداره لكل طلب snmpget. بالنسبة للأجهزة ، يتم التحكم في هذا الإعداد على مستوى الجهاز. يجب ألا تستخدم هذا الإعداد إلا عند استخدام واجهة برمجة تطبيقات SNMP من Cacti محليًا في البرامج النصية أو المكونات الإضافية.
|
|
Additional Data Collector Settings
|
حالة جامع البيانات عن بعد:
|
|
The maximum time that spine will wait on a script to complete. This timeout value is in seconds and is only valid for the spine Data Collector.
|
الحد الأقصى للوقت الذي سينتظره Cacti على برنامج نصي لإكماله. قيمة المهلة هذه بالثواني
|
|
<blockquote><i>Built-in Authentication</i> - Cacti handles user authentication, which allows you to create users and give them rights to different areas within Cacti.<br><br><i>Web Basic Authentication</i> - Authentication is handled by the web server. Users can be added or created automatically on first login if the Template User is defined, otherwise the defined guest permissions will be used.<br><br><i>LDAP Authentication</i> - Allows for authentication against a LDAP server. Users will be created automatically on first login if the Template User is defined, otherwise the defined guest permissions will be used. If PHPs LDAP module is not enabled, LDAP Authentication will not appear as a selectable option.<br><br><i>Multiple LDAP/AD Domain Authentication</i> - Allows administrators to support multiple disparate groups from different LDAP/AD directories to access Cacti resources. Just as LDAP Authentication, the PHP LDAP module is required to utilize this method.</blockquote>
|
<blockquote style=";text-align:right;direction:rtl"> <i>مصادقة مضمنة</i> - Cacti يتعامل مع مصادقة المستخدم ، والذي يسمح لك بإنشاء مستخدمين ومنحهم حقوق لمناطق مختلفة في Cacti. <br><br> <i>مصادقة الويب الأساسية</i> - تتم معالجة المصادقة بواسطة خادم الويب. يمكن إضافة أو إنشاء المستخدمين تلقائيًا عند تسجيل الدخول لأول مرة في حالة تعريف مستخدم القالب ، وإلا سيتم استخدام أذونات الضيوف المحددة. <br><br> <i>مصادقة LDAP</i> - يسمح للمصادقة على خادم LDAP. سيتم إنشاء المستخدمين تلقائيًا عند تسجيل الدخول لأول مرة في حالة تعريف مستخدم القالب ، وإلا سيتم استخدام أذونات الضيوف المحددة. إذا لم يتم تمكين وحدة LDAP لـ PHP ، فلن تظهر مصادقة LDAP كخيار قابل للتحديد. <br><br> <i>مصادقة مجال LDAP / AD متعددة</i> - يسمح للمسؤولين بدعم عدة مجموعات مختلفة من دلائل LDAP / AD مختلفة للوصول إلى موارد Cacti. تمامًا مثل مصادقة LDAP ، يلزم استخدام وحدة LDAP LDAP لاستخدام هذه الطريقة. </blockquote>
|
|
No User
|
المستخدم.:
|
|
Mode which cacti will attempt to authenticate against the LDAP server.<blockquote><i>No Searching</i> - No Distinguished Name (DN) searching occurs, just attempt to bind with the provided Distinguished Name (DN) format.<br><br><i>Anonymous Searching</i> - Attempts to search for username against LDAP directory via anonymous binding to locate the user's Distinguished Name (DN).<br><br><i>Specific Searching</i> - Attempts search for username against LDAP directory via Specific Distinguished Name (DN) and Specific Password for binding to locate the user's Distinguished Name (DN).
|
الوضع الذي سيحاول الصبار المصادقة على خادم LDAP. <blockquote style=";text-align:right;direction:rtl"> <i>لا بحث</i> - لا يوجد بحث عن الاسم المميز (DN) ، فقط حاول الربط مع تنسيق الاسم المميز المميز (DN). <br><br> <i>البحث المجهول</i> - محاولات للبحث عن اسم المستخدم مقابل دليل LDAP عبر ربط مجهول لتحديد اسم المستخدم المميز (DN). <br><br> <i>البحث النوعي</i> - محاولات البحث عن اسم المستخدم مقابل دليل LDAP عبر الاسم المميز المميز (DN) وكلمة المرور المحددة للتثبيت لتحديد الاسم المميز للمستخدم (DN).
|
|
Search filter to use to locate the user in the LDAP directory, such as for windows: <i>'(&(objectclass=user)(objectcategory=user)(userPrincipalName=<username>*))'</i> or for OpenLDAP: <i>'(&(objectClass=account)(uid=<username>))'</i>. '<username>' is replaced with the username that was supplied at the login prompt.
|
استخدم فلتر البحث لتحديد موقع المستخدم في دليل LDAP ، مثل النوافذ: <i>"(& (objectclass = user) (objectcategory = user) (userPrincipalName = <username> *)) '</i> أو لـ OpenLDAP: <i>' (& (objectClass = حساب) (uid = <username>)) '</i> . يتم استبدال "<username>" باسم المستخدم الذي تم توفيره في موجه تسجيل الدخول.
|
|
Field that will replace the Full Name when creating a new user, taken from LDAP. (on windows: displayname)
|
الحقل الذي سيحل محل الاسم الكامل عند إنشاء مستخدم جديد ، مأخوذ من LDAP. (على النوافذ: displayname)
|
|
Primary DNS IP Address
|
عنوان IP الأساسي لـ DNS
|
|
Enter the primary DNS IP Address to utilize for reverse lookups.
|
أدخل عنوان IP الأساسي لـ DNS للاستفادة من عمليات البحث العكسي.
|
|
The maximum amount of memory for the Cacti Poller and Boosts Poller
|
الحد الأقصى لمقدار الذاكرة لـ Cacti Poller و Boosts Poller
|
|
Structure RRDfile Paths
|
هيكل مسارات ملف RRD
|
|
There are three replacement methods. The first method replaces the spike with the average of the data source in question. The second method replaces the spike with a 'NaN'. The last replaces the spike with the last known good value found.
|
هناك ثلاث طرق بديلة. تحل الطريقة الأولى محل السنبلة بمتوسط مصدر البيانات المعني. الطريقة الثانية تحل محل السنبلة بـ "NaN". يستبدل الأخير السنبلة بآخر قيمة جيدة معروفة تم العثور عليها.
|
|
The Graphs chosen for the Aggregate Graph do not use Graph Templates. Aggregate does not support creating Aggregate Graphs from non-templated graphs.
|
الرسوم البيانية المختارة لـ Aggregate Graph لا تستخدم قوالب Graph. لا يدعم التجميع إنشاء الرسومات البيانية للتراكيب من الرسوم البيانية غير المجدولة.
|
|
Uptime:
|
مدة التشغيل
|