×
Back to ITRS Internal Only FAQ
Internal documentation only
This page has been marked as draft.
Scheduled command to unsnoozed all data items
-
When confronted with the necessity of unsnoozing numerous data items in bulk, leveraging a wildcard within the XPath expression emerges as a practical solution. By incorporating a wildcard symbol (
*) into the XPath, you can effectively target and unsnooze all relevant data items in a single command, thereby expediting the unsnoozing process and conserving valuable time and effort. -
However, it’s essential to bear in mind that due to inherent limitations, Geneos executes unsnooze commands sequentially rather than simultaneously. Consequently, each data item will be unsnoozed individually, adhering to a one-to-one correspondence.
Scheduled Command Copied
<scheduledCommand name="Unsnoozed all">
<command>
<internalCommand>
<name>/SNOOZE:unsnooze</name>
</internalCommand>
</command>
<recurrence>
<pattern>
<minutes>
<everyXMinutes>5</everyXMinutes>
</minutes>
</pattern>
<range>
<start>2024-01-01T13:43:04</start>
<noEndDate></noEndDate>
</range>
</recurrence>
<targets>
<target>/*</target>
</targets>
</scheduledCommand>
``
["Geneos"]
["FAQ"]