File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -11,15 +11,16 @@ Gives the user the ability to generate a new client configuration, SSL keys and
11
11
- ` # chown www-data /var/www/icingaclient `
12
12
- ` # chown nagios:nagios /var/www/icingaclient/builds `
13
13
- ` # chown www-data:www-data /var/www/icingaclient/working-dir `
14
- - ` # chown www-data:www-data /var/www/icingaclient/server-configs `
15
14
- move ` icinga2.conf ` and ` icinga2-setup-windows-child.nsis ` to ` /var/www/icingaclient/working-dir/ ` and chown them to ` www-data:www-data `
16
- - Add ` include_recursive "/var/www/icingaclient/server-configs" ` to your ` /etc/icinga2/icinga2.conf `
17
15
- restart icinga2 ` systemctl restart icinga2.service `
18
16
- Enable in ` Configuration > Modules > agentinstaller `
17
+ - Create API user
18
+ - Add API user details to the agent installer configuration options in the web interface
19
+ - Create config package on api server: ` curl -ksu API_USER:API_PASS -H 'Accept: application/json' -X POST 'https://localhost:5665/v1/config/packages/agentinstaller' `
19
20
20
21
## Todo
21
22
- Fix those ugly installation instructions.
22
23
- Use another method to generate keys so we don't need to sudo anything and everything.
23
- - Add some configuration options.
24
24
- Show a tree of clients, parents, zones and have the ability to redownload the installer.
25
25
- Manage generated configurations.
26
+ - Dropdown list of zones instead of text field.
You can’t perform that action at this time.
0 commit comments