|
349 | 349 | "2": { |
350 | 350 | "varname": "disk_usage_critical", |
351 | 351 | "caption": "Disk Usage: Critical", |
352 | | - "description": "Critical threshold, of the form \"<number>[unit][method]\", where unit is one of `%%|K|M|G|T|P` and method is one of `USED|FREE`. If \"unit\" is omitted, `%%` is assumed. `K` means `kibibyte` etc. If \"method\" is omitted, `USED` is assumed. `USED` means \"number ore more\", `FREE` means \"number or less\". Examples: `95` = alert at 95%% usage or more. `9.5M` = alert when 9.5 MiB or more is used. Other self-explanatory examples are `95%%USED`, `5%%FREE`, `9.5GFREE`, `1400GUSED`.", |
| 352 | + "description": "Critical threshold, of the form \"<number>[unit][method]\", where unit is one of `%|K|M|G|T|P` and method is one of `USED|FREE`. If \"unit\" is omitted, `%` is assumed. `K` means `kibibyte` etc. If \"method\" is omitted, `USED` is assumed. `USED` means \"number ore more\", `FREE` means \"number or less\". Examples: `95` = alert at 95% usage or more. `9.5M` = alert when 9.5 MiB or more is used. Other self-explanatory examples are `95%USED`, `5%FREE`, `9.5GFREE`, `1400GUSED`.", |
353 | 353 | "datatype": "Icinga\\Module\\Director\\DataType\\DataTypeString", |
354 | 354 | "format": null, |
355 | 355 | "settings": { |
|
435 | 435 | "10": { |
436 | 436 | "varname": "disk_usage_warning", |
437 | 437 | "caption": "Disk Usage: Warning", |
438 | | - "description": "Warning threshold, of the form \"<number>[unit][method]\", where unit is one of `%%|K|M|G|T|P` and method is one of `USED|FREE`. If \"unit\" is omitted, `%%` is assumed. `K` means `kibibyte` etc. If \"method\" is omitted, `USED` is assumed. `USED` means \"number ore more\", `FREE` means \"number or less\". Examples: `95` = alert at 95%% usage. `9.5M` = alert when 9.5 MiB is used. Other self-explanatory examples are `95%%USED`, `5%%FREE`, `9.5GFREE`, `1400GUSED`.", |
| 438 | + "description": "Warning threshold, of the form \"<number>[unit][method]\", where unit is one of `%|K|M|G|T|P` and method is one of `USED|FREE`. If \"unit\" is omitted, `%` is assumed. `K` means `kibibyte` etc. If \"method\" is omitted, `USED` is assumed. `USED` means \"number ore more\", `FREE` means \"number or less\". Examples: `95` = alert at 95% usage. `9.5M` = alert when 9.5 MiB is used. Other self-explanatory examples are `95%USED`, `5%FREE`, `9.5GFREE`, `1400GUSED`.", |
439 | 439 | "datatype": "Icinga\\Module\\Director\\DataType\\DataTypeString", |
440 | 440 | "format": null, |
441 | 441 | "settings": { |
|
455 | 455 | "12": { |
456 | 456 | "varname": "disk_usage_windows_critical", |
457 | 457 | "caption": "Disk Usage: Critical", |
458 | | - "description": "Critical threshold, of the form \"<number>[unit][method]\", where unit is one of `%%|K|M|G|T|P` and method is one of `USED|FREE`. If \"unit\" is omitted, `%%` is assumed. `K` means `kibibyte` etc. If \"method\" is omitted, `USED` is assumed. `USED` means \"number ore more\", `FREE` means \"number or less\". Examples: `95` = alert at 95%% usage or more. `9.5M` = alert when 9.5 MiB or more is used. Other self-explanatory examples are `95%%USED`, `5%%FREE`, `9.5GFREE`, `1400GUSED`.", |
| 458 | + "description": "Critical threshold, of the form \"<number>[unit][method]\", where unit is one of `%|K|M|G|T|P` and method is one of `USED|FREE`. If \"unit\" is omitted, `%` is assumed. `K` means `kibibyte` etc. If \"method\" is omitted, `USED` is assumed. `USED` means \"number ore more\", `FREE` means \"number or less\". Examples: `95` = alert at 95% usage or more. `9.5M` = alert when 9.5 MiB or more is used. Other self-explanatory examples are `95%USED`, `5%FREE`, `9.5GFREE`, `1400GUSED`.", |
459 | 459 | "datatype": "Icinga\\Module\\Director\\DataType\\DataTypeString", |
460 | 460 | "format": null, |
461 | 461 | "settings": { |
|
541 | 541 | "20": { |
542 | 542 | "varname": "disk_usage_windows_warning", |
543 | 543 | "caption": "Disk Usage: Warning", |
544 | | - "description": "Warning threshold, of the form \"<number>[unit][method]\", where unit is one of `%%|K|M|G|T|P` and method is one of `USED|FREE`. If \"unit\" is omitted, `%%` is assumed. `K` means `kibibyte` etc. If \"method\" is omitted, `USED` is assumed. `USED` means \"number ore more\", `FREE` means \"number or less\". Examples: `95` = alert at 95%% usage. `9.5M` = alert when 9.5 MiB is used. Other self-explanatory examples are `95%%USED`, `5%%FREE`, `9.5GFREE`, `1400GUSED`.", |
| 544 | + "description": "Warning threshold, of the form \"<number>[unit][method]\", where unit is one of `%|K|M|G|T|P` and method is one of `USED|FREE`. If \"unit\" is omitted, `%` is assumed. `K` means `kibibyte` etc. If \"method\" is omitted, `USED` is assumed. `USED` means \"number ore more\", `FREE` means \"number or less\". Examples: `95` = alert at 95% usage. `9.5M` = alert when 9.5 MiB is used. Other self-explanatory examples are `95%USED`, `5%FREE`, `9.5GFREE`, `1400GUSED`.", |
545 | 545 | "datatype": "Icinga\\Module\\Director\\DataType\\DataTypeString", |
546 | 546 | "format": null, |
547 | 547 | "settings": { |
|
0 commit comments