icingaweb2-module-director/schema
Corentin Ardeois e7bd4343b5 Add support for Apply for rules in services
Apply for rules are defined through `apply_for` property
Only Array custom variables will be eligible in apply_for dropdown.

API Example:
```bash
 ./director-curl POST director/service?name=my_service '{"apply_for": "for (checked_tcp_port in host.vars.checked_tcp_ports)" }'
 ```

 Will render as:
 ```
  apply Service "my_service" for (checked_tcp_port in host.vars.checked_tcp_ports) {
      ...
  }
  ```
Feature: https://dev.icinga.org/issues/11976

Depends-On: https://github.com/Icinga/icingaweb2-module-director/pull/20
refs #11976
2016-10-22 06:00:54 +00:00
..
mysql-legacy-changes Migrations: implement DB migration helpers 2016-02-08 22:33:28 +01:00
mysql-migrations Add support for Apply for rules in services 2016-10-22 06:00:54 +00:00
pgsql-legacy-changes Migrations: implement DB migration helpers 2016-02-08 22:33:28 +01:00
pgsql-migrations Add support for Apply for rules in services 2016-10-22 06:00:54 +00:00
mysql.sql Notification: add fields support 2016-10-13 14:34:25 +00:00
pgsql.sql Notification: add fields support 2016-10-13 14:34:25 +00:00