صفحة الحالة (Atlassian)

:discourse2: ملخص سيقوم صفحة الحالة (Atlassian) بإرسال طلب إلى نقطة النهاية .json الخاصة بصفحة الحالة العامة لـ Atlassian، وإخطار مستخدمي المنتدى عند تعطل النظام(ات).
:hammer_and_wrench: رابط المستودع https://github.com/discourse/discourse-atlassian-statuspage
:open_book: جديد في قوالب Discourse؟ دليل المبتدئين لاستخدام قوالب Discourse

تثبيت مكون القالب هذا

الميزات

أضف نقطة النهاية .json الخاصة بنظامك إلى مربع النص “نقطة نهاية الحالة” في إعدادات المكون. عندما يكون النظام معطلاً، ستظهر رسالتك المخصصة في أعلى المنتدى.

كيف يمكنني العثور على نقطة نهاية صفحة الحالة العامة الخاصة بي؟

  1. قم بزيارة صفحة حالة موقعك في متصفح ويب.
  2. افتح مراقب الشبكة وقم بتحديث الصفحة.
  3. ابحث عن status.json في قائمة الطلبات التي يتم إجراؤها، ثم مرر المؤشر فوقها، يجب أن تعطي لك نقطة النهاية .json.

الإعدادات

الاسم الوصف
failed status test قم بالتشغيل لاختبار فشل صفحة الحالة
test status message الرسالة التي سيتم عرضها عندما تكون الحالة معطلة
test status indicator المؤشر المستخدم عند اختبار فشل صفحة الحالة
minor status message الرسالة التي سيتم عرضها عندما تكون الحالة معطلة مع مؤشر طفيف
major status message الرسالة التي سيتم عرضها عندما تكون الحالة معطلة مع مؤشر رئيسي
critical status message الرسالة التي سيتم عرضها عندما تكون الحالة معطلة مع مؤشر حرج
status endpoint نقطة النهاية .json لإجراء مكالمة إليها للحصول على حالة صفحة موقعك. مثال: ‘https://status.yourWebsite.com/api/v2/status.json
status more info link صفحة ويب لإرسال المستخدمين إليها عند النقر على رابط تنبيه “الحالة معطلة”.

:discourse2: مُستضاف بواسطةنا؟ تتوفر مكونات القوالب للاستخدام في خططنا القياسية، والأعمال، والمؤسسات.

21 إعجابًا

If anyone is eager to do a little work on this theme component, we got some feedback that it would be nice if there was the ability to display separate messages (and perhaps have different CSS classes) based on the various values of the indicator returned by the StatusPage API. (Which are minor, major, or critical, and it turns out there’s also an undocumented value of maintenance as well.) :heart: :nerd_face:

5 إعجابات

That’s really good feedback! I can definitely look into the possibility of using different statuses to determine how it displays. I’ll add this to some things I’ll be looking into when my current list clears up.

Thanks for the suggestion :+1:

6 إعجابات

I have pushed a small update to allow the features you mentioned. You can now set up a message for minor, major, critical indicators separately.

Each indicator also changes the background color of the status page alert.

You can also specify which indicator you would like to see when putting the component into test mode.

Minor
image

Major
image

Critical
image

7 إعجابات

Looks great; thank you! Especially appreciate the unique CSS class for each level so we can get the colors just right.

4 إعجابات