blob: 2afdb014191b1a69795539fbb368c0d7d5eeac0c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# Upload a Configuration File
You can upload a formerly downloaded or even a manually created file directly
through the web frontend. Given sufficient permissions, the Dashboard provides
a related link:
![From Dashboard to Upload](screenshot/22_upload-config/2201_go-to-upload.png)
## Chose a file
This can be any file:
![Choose a File](screenshot/22_upload-config/2202_choose-file.png)
It should be valid of course, but don't worry - Icinga Business Process Modeling
protects you from syntax errors:
![Syntax Error](screenshot/22_upload-config/2203_syntax-error.png)
Just for fun you could try to upload an image or whatever you want - it will not
break. It will also protect you from accidentally overwriting existing files:
![Duplicate Name](screenshot/22_upload-config/2204_duplicate-name.png)
So in case you need to replace an existing process, please delete it before
uploading a new one.
|