summaryrefslogtreecommitdiffstats
path: root/src/example
diff options
context:
space:
mode:
Diffstat (limited to 'src/example')
-rw-r--r--src/example/example.yaml16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/example/example.yaml b/src/example/example.yaml
index 264a71e..16cdce8 100644
--- a/src/example/example.yaml
+++ b/src/example/example.yaml
@@ -114,6 +114,22 @@
- value: replace
type: string
+- name: example resolve callouts callback
+ description: >
+ 'The resolve callout callback resolves all error log entries that
+ are associated with the inventory path specified by setting the
+ Resolved property in the entries to true.
+
+ A use case could be to watch the Present property on the inventory
+ item and resolve all errors for it when a new one is plugged in and
+ the property changes to true.'
+
+ class: callback
+ callback: resolve callout
+ paths: example path group
+ properties: example property group
+ callout: /xyz/openbmc_project/inventory/system/chassis/motherboard/fan0
+
- name: example callback group
description: >
'Callbacks groups are simply named collections of other callbacks.
OpenPOWER on IntegriCloud