| Krzysztof Grobelny | 73da690 | 2020-09-24 13:42:04 +0200 | [diff] [blame] | 1 | option('buildtest', type: 'boolean', value: true, description: 'Build tests') | 
| Krzysztof Grobelny | aa4a9dc | 2022-06-13 06:52:44 +0200 | [diff] [blame] | 2 | option('max-reports', type: 'integer', min: 0, value: 10, | 
| Wludzik, Jozef | 503c158 | 2020-12-11 14:48:01 +0100 | [diff] [blame] | 3 | description: 'Max number of Reports') | 
| Krzysztof Grobelny | aa4a9dc | 2022-06-13 06:52:44 +0200 | [diff] [blame] | 4 | option('max-reading-parameters', type: 'integer', min: 0, value: 200, | 
| Ankita Vilas Gawade | cd5b0b7 | 2022-01-20 20:55:04 +0000 | [diff] [blame] | 5 | description: 'Max number of metric properties in single report') | 
| Wludzik, Jozef | 503c158 | 2020-12-11 14:48:01 +0100 | [diff] [blame] | 6 | option('min-interval', type: 'integer', min: 1, value: 1000, | 
|  | 7 | description: 'Minimal value of interval in milliseconds') | 
| Krzysztof Grobelny | aa4a9dc | 2022-06-13 06:52:44 +0200 | [diff] [blame] | 8 | option('max-triggers', type: 'integer', min: 0, value: 10, | 
| Wludzik, Jozef | 76833cb | 2020-12-21 14:42:41 +0100 | [diff] [blame] | 9 | description: 'Max number of Triggers') | 
| Szymon Dompke | 32305f1 | 2022-07-05 15:37:21 +0200 | [diff] [blame] | 10 | option('max-dbus-path-length', type: 'integer', min: 256, value: 4095, | 
| Szymon Dompke | e28aa53 | 2021-10-27 12:33:12 +0200 | [diff] [blame] | 11 | description: 'Max length of dbus object path') | 
| Ankita Vilas Gawade | cd5b0b7 | 2022-01-20 20:55:04 +0000 | [diff] [blame] | 12 | option('max-append-limit', type: 'integer', min: 0, value: 256, | 
|  | 13 | description: 'Max AppendLimit value') | 
| Szymon Dompke | 32305f1 | 2022-07-05 15:37:21 +0200 | [diff] [blame] | 14 | option('max-id-name-length', type: 'integer', min: 32, value: 256, | 
|  | 15 | description: 'Max length of any "id" or "name" type field.') | 
|  | 16 | option('max-prefix-length', type: 'integer', min: 32, value: 256, | 
|  | 17 | description: 'Max length of dbus prefix for any object.') | 
| Szymon Dompke | 458a37d | 2022-08-05 10:16:39 +0200 | [diff] [blame] | 18 | option('service-wants', type: 'array', value: []) | 
|  | 19 | option('service-requires', type: 'array', value: []) | 
|  | 20 | option('service-before', type: 'array', value: []) | 
|  | 21 | option('service-after', type: 'array', value: []) |