|
1 | | -# **EN** |
2 | | -### **Monitor servers working times** |
| 1 | +# EN |
| 2 | +### Monitor servers working times |
3 | 3 |
|
4 | | -#### **Hello, simple Python project. It sends a ping request to the server or site and records the server's state and the date and time of the request was sent in its log file, and you can schedule its operating times using crontap** |
5 | | -#### **Before starting, please do these commands** |
| 4 | +#### Hello, simple Python project. It sends a ping request to the server or site and records the server's state and the date and time of the request was sent in its log file or you can add your telegram bot using telegram.py, and you can schedule its operating times using crontap |
| 5 | +#### Before starting, please do these commands |
6 | 6 | pip3 install os |
7 | 7 | ###### |
8 | 8 | pip3 install datetime |
9 | | - |
10 | | -#### **To add websites or servers IPs, go to the list.py file and enter the data in the form of an array** |
| 9 | +###### |
| 10 | + pip3 install requests |
| 11 | +#### To add websites or servers IPs, go to the list.py file and enter the data in the form of an array |
11 | 12 |
|
12 | 13 | > Example: list = ['google.com1', 'twitter.com', '192.168.1.1'] |
13 | 14 |
|
14 | | -#### **[Twitter: F14Commander](https://twitter.com/f14commander "Twitter: F14Commander")** |
| 15 | +#### [Twitter: F14Commander](https://twitter.com/f14commander "Twitter: F14Commander") |
| 16 | +#### [Telegram Bot Programmer: ](https://github.com/S75XD) |
15 | 17 |
|
16 | | -# **AR** |
| 18 | +# AR |
17 | 19 |
|
18 | | -### **مراقبة اوقات عمل الخوادم** |
19 | | -### **يا هلا ، مشروع بايثون بسيط. يرسل ping إلى الخادم أو الموقع ويسجل حالة الخادم وتاريخ ارسال الطلب ووقته في ملف السجل الخاص به ، ويمكنك جدولة أوقات عمله باستخدام crontap** |
20 | | -### **قبل البدء ، يرجى تنفيذ هذه الأوامر** |
| 20 | +### مراقبة اوقات عمل الخوادم |
| 21 | +### يا هلا ، مشروع بايثون بسيط. يرسل ping إلى الخادم أو الموقع ويسجل حالة الخادم وتاريخ ارسال الطلب ووقته في ملف السجل الخاص به او بإمكانك ربط السكربت مع بوت تيليقرام من خلال الملف الخاص به telegram.py ، ويمكنك جدولة أوقات عمله باستخدام crontap |
| 22 | +### قبل البدء ، يرجى تنفيذ هذه الأوامر |
21 | 23 | pip3 install os |
22 | 24 | ###### |
23 | 25 | pip3 install datetime |
24 | | -#### **لإضافة المواقع أو ايبيات الخوادم ، انتقل إلى ملف list.py وأدخل البيانات في شكل مصفوفة** |
| 26 | +###### |
| 27 | + pip3 install requests |
| 28 | +#### لإضافة المواقع أو ايبيات الخوادم ، انتقل إلى ملف list.py وأدخل البيانات في شكل مصفوفة |
25 | 29 | > مثال: list = ['google.com1', 'twitter.com', '192.168.1.1'] |
26 | 30 |
|
27 | | -#### **[Twitter: F14Commander](https://twitter.com/f14commander "Twitter: F14Commander")** |
| 31 | +#### [Twitter: F14Commander](https://twitter.com/f14commander "Twitter: F14Commander") |
| 32 | +#### [مبرمج سكربت بوت التيليقرام:](https://github.com/S75XD) |
0 commit comments