-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[monitoring] Documentation #95
base: master
Are you sure you want to change the base?
Conversation
@@ -0,0 +1,38 @@ | |||
Инструкция по запуску мониторинга |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Во-первых, лучше всё-таки использовать Markdown (гугл в помощь про него).
Соответственно, заголовки начинаются с #
Инструкция по запуску мониторинга | ||
|
||
Запуск мониторинга производится в два этапа: | ||
1. Обновление url-листов через скрипты в monitoring/update-urllists |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Всё, что код или похоже на него (в частности, пусти к файлам), берётся в `
1. Обновление url-листов через скрипты в monitoring/update-urllists | ||
2. Запуск самого мониторинга через скрипты в monitoring/scripts | ||
|
||
Этап 1. Обновление url-листов |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Подзаголовок - решётки
|
||
Этап 1. Обновление url-листов | ||
1) Необходим модуль js-crawler, если он не установлен, то устанавливаем его через команду: | ||
>npm install js-crawler |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
>
- это цитата. А код оформляется с помощью "code fence":
```bash
# Your code goes here
```
Не знал что для этого отдельная система есть, посмотрю |
No description provided.