mirror of
https://github.com/Icinga/icinga2.git
synced 2026-06-11 09:40:46 -04:00
Merge pull request #9769 from Icinga/docs/parse-performance-data
Fix documentation for parse_performance_data DSL function
This commit is contained in:
commit
68cebc6bd5
1 changed files with 2 additions and 1 deletions
|
|
@ -446,7 +446,8 @@ Signature:
|
|||
function parse_performance_data(pd)
|
||||
```
|
||||
|
||||
Parses a performance data string and returns an array describing the values.
|
||||
Parses a single performance data value from a string and returns a
|
||||
[PerfdataValue](08-advanced-topics.md#advanced-value-types-perfdatavalue) object.
|
||||
|
||||
Example:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue