summaryrefslogtreecommitdiff
path: root/meta-ibm/meta-witherspoon/recipes-phosphor/dbus/events-policy/config.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'meta-ibm/meta-witherspoon/recipes-phosphor/dbus/events-policy/config.yaml')
-rw-r--r--meta-ibm/meta-witherspoon/recipes-phosphor/dbus/events-policy/config.yaml133
1 files changed, 0 insertions, 133 deletions
diff --git a/meta-ibm/meta-witherspoon/recipes-phosphor/dbus/events-policy/config.yaml b/meta-ibm/meta-witherspoon/recipes-phosphor/dbus/events-policy/config.yaml
deleted file mode 100644
index 5c62d45a3..000000000
--- a/meta-ibm/meta-witherspoon/recipes-phosphor/dbus/events-policy/config.yaml
+++ /dev/null
@@ -1,133 +0,0 @@
-- name: occpath group
- class: group
- group: path
- members:
- - meta: PATH
- path: /org/open_power/control/occ0
-
-- name: occproctemp property
- class: group
- group: property
- type: boolean
- members:
- - interface: org.open_power.OCC.Status
- meta: PROPERTY
- property: ThrottleProcTemp
-
-- name: occprocpower property
- class: group
- group: property
- type: boolean
- members:
- - interface: org.open_power.OCC.Status
- meta: PROPERTY
- property: ThrottleProcPower
-
-- name: occmemtemp property
- class: group
- group: property
- type: boolean
- members:
- - interface: org.open_power.OCC.Status
- meta: PROPERTY
- property: ThrottleMemTemp
-
-- name: watch occproctemp
- class: watch
- watch: property
- paths: occpath group
- properties: occproctemp property
- callback: check occproctemp
-
-- name: watch occprocpower
- class: watch
- watch: property
- paths: occpath group
- properties: occprocpower property
- callback: check occprocpower
-
-- name: watch occmemtemp
- class: watch
- watch: property
- paths: occpath group
- properties: occmemtemp property
- callback: check occmemtemp
-
-- name: check occproctemp
- class: condition
- condition: count
- paths: occpath group
- properties: occproctemp property
- defer: 1000us
- callback: create occproctemp event
- countop: '=='
- countbound: 1
- op: '=='
- bound: true
-
-- name: check occprocpower
- class: condition
- condition: count
- paths: occpath group
- properties: occprocpower property
- defer: 1000us
- callback: create occprocpower event
- countop: '=='
- countbound: 1
- op: '=='
- bound: true
-
-- name: check occmemtemp
- class: condition
- condition: count
- paths: occpath group
- properties: occmemtemp property
- defer: 1000us
- callback: create occmemtemp event
- countop: '=='
- countbound: 1
- op: '=='
- bound: true
-
-- name: create occproctemp event
- class: callback
- callback: event
- paths: occpath group
- properties: occproctemp property
- eventName: occ
- eventMessage: "Processor throttled due to an over temperature condition."
-
-- name: create occprocpower event
- class: callback
- callback: event
- paths: occpath group
- properties: occprocpower property
- eventName: occ
- eventMessage: "Processor throttled due to reaching the power cap limit."
-
-- name: create occmemtemp event
- class: callback
- callback: event
- paths: occpath group
- properties: occmemtemp property
- eventName: occ
- eventMessage: "Memory throttled due to an over temperature condition."
-
-- name: errorlog path group
- class: group
- group: path
- members:
- - meta: PATH
- path: /xyz/openbmc_project/logging
-
-- name: pathwatch errorlog
- class: pathwatch
- pathwatch: path
- paths: errorlog path group
- pathcallback: create errorlog trap
-
-- name: create errorlog trap
- class: pathcallback
- pathcallback: eventpath
- paths: errorlog path group
- eventType: ErrorTrap