Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
Synergy ITSM
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Public Documentation
Synergy ITSM
Commits
5220be9f
Commit
5220be9f
authored
Aug 02, 2021
by
Evgeniy Spirin
🤘
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
добавлена настройка автозапуска скрипта по иерархической эскалации обращений
parent
ff3bf0f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
0 deletions
+22
-0
custom_manual/First_configuration.rst
custom_manual/First_configuration.rst
+22
-0
No files found.
custom_manual/First_configuration.rst
View file @
5220be9f
...
...
@@ -324,6 +324,28 @@ $ chmod a+x /opt/synergy/apps/itsm/scripts/closeOpenDocument.sh
Для настройки иерархической эскалации по обращениям
-----------------------------------------
Для того чтобы поставить в крон необходимо:
1. Подключиться по ssh и в терминале ввести команду
`$ crontab -e`
2. Добавить текст
0 22 * * * /opt/synergy/apps/itsm/scripts/appEscalationRun.sh
В данном случае скрипт будет запускаться каждый день в 22.00. При необходимости можно поменять сроки исполнения.
3. Сделать скрипт исполняемым:
$ chmod a+x /opt/synergy/apps/itsm/scripts/appEscalationRun.sh
Для закрытия обращений, которые ожидают доработки со стороны инициатора
-----------------------------------------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment