This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
uls:agents:value_file_format [2018-09-15 11:00] uls |
uls:agents:value_file_format [2024-11-27 13:50] (current) uls [A: Detail Documentation] |
||
---|---|---|---|
Line 162: | Line 162: | ||
A text that is saved as a documentation to a detail: | A text that is saved as a documentation to a detail: | ||
- | A;<ignored>;<source>;<section>;<teststep>;<detail>;"<text>" | + | A;<ignored>;<source>;<section>;<teststep>;<detail>;"<text>";<unit> |
----- | ----- | ||
Line 351: | Line 351: | ||
----- | ----- | ||
+ | === PC: Pause Change === | ||
+ | |||
+ | Change a monitoring pause. **All** placeholders must **exactly** match the ones | ||
+ | used when setting the monitoring pause! Only the <end_datetime> ist the <new_end_datetime>. | ||
+ | |||
+ | The monitoring pause must have been created by the same <source>. | ||
+ | |||
+ | PC;<datetime>;<source>;<section>;<teststep>;<detail>;<new_end_datetime>;<unit>[;<access>[;<remark>]] | ||
+ | | ||
+ | PC;2018-01-18 07:00:00;host010;System;;;2018-01-18 12:59:59;;;automated sunday patching | ||
+ | |||
+ | alternatively (new in version 1.8.1), if a time interval was used when setting the pause: | ||
+ | |||
+ | PC;<datetime>;<source>;<section>;<teststep>;<detail>;<time interval>;<unit>[;<access>[;<remark>]] | ||
+ | | ||
+ | PC;2018-11-11 11:11:11;host012;System;;;+10m;;;planned outage of system for carnival | ||
+ | |||
+ | See the [[value_file_format#P: Pause]] for the explanation of expressions. | ||
+ | |||
+ | ----- | ||
=== PD: Pause Delete === | === PD: Pause Delete === | ||
Line 366: | Line 386: | ||
PD;<datetime>;<source>;<section>;<teststep>;<detail>;<time interval>;<unit>[;<access>[;<remark>]] | PD;<datetime>;<source>;<section>;<teststep>;<detail>;<time interval>;<unit>[;<access>[;<remark>]] | ||
| | ||
- | P;2018-11-11 11:11:11;host012;System;;;+4h;;;planned outage of system for carnival | + | PD;2018-11-11 11:11:11;host012;System;;;+4h;;;planned outage of system for carnival |
See the [[value_file_format#P: Pause]] for the explanation of expressions. | See the [[value_file_format#P: Pause]] for the explanation of expressions. |