Add Veeam job summary item prototype
This commit is contained in:
@@ -537,6 +537,38 @@
|
||||
</tag>
|
||||
</tags>
|
||||
</item_prototype>
|
||||
<item_prototype>
|
||||
<uuid>db766a0ea9984a988cb49c5bb6a029b4</uuid>
|
||||
<name>Veeam job [{#VEEAMJOBNAME}]: Summary</name>
|
||||
<type>DEPENDENT</type>
|
||||
<key>veeam.job.summary[{#VEEAMJOBKEY}]</key>
|
||||
<delay>0</delay>
|
||||
<master_item>
|
||||
<key>veeam.scripts.monitor</key>
|
||||
</master_item>
|
||||
<value_type>TEXT</value_type>
|
||||
<description>Single-line summary for Veeam job {#VEEAMJOBNAME}: enabled state, last run, next run, latest result, and restore point count.</description>
|
||||
<preprocessing>
|
||||
<step>
|
||||
<type>JSONPATH</type>
|
||||
<parameters>
|
||||
<parameter>$.jobs[?(@.key=="{#VEEAMJOBKEY}")].summary.first()</parameter>
|
||||
</parameters>
|
||||
</step>
|
||||
</preprocessing>
|
||||
<history>90d</history>
|
||||
<trends>0</trends>
|
||||
<tags>
|
||||
<tag>
|
||||
<tag>component</tag>
|
||||
<value>backup</value>
|
||||
</tag>
|
||||
<tag>
|
||||
<tag>veeam_job</tag>
|
||||
<value>{#VEEAMJOBNAME}</value>
|
||||
</tag>
|
||||
</tags>
|
||||
</item_prototype>
|
||||
</item_prototypes>
|
||||
<preprocessing>
|
||||
<step>
|
||||
|
||||
Reference in New Issue
Block a user