Brad Bishop | bf066a6 | 2016-10-19 08:09:44 -0400 | [diff] [blame] | 1 | description: > |
| 2 | An example inventory match rule. |
| 3 | |
| 4 | events: |
| 5 | - name: Example Match(2) |
| 6 | description: > |
| 7 | Matches any PropertiesChanged signal emitted |
| 8 | by /xyz/openbmc_project/testing. |
| 9 | type: match |
| 10 | signature: |
| 11 | type: signal |
| 12 | path: /xyz/openbmc_project/testing |
| 13 | interface: org.freedesktop.DBus.Properties |
| 14 | member: PropertiesChanged |
Brad Bishop | 3d57f50 | 2016-10-19 12:18:41 -0400 | [diff] [blame] | 15 | filter: |
Brad Bishop | afbd28e | 2016-10-21 22:37:17 -0400 | [diff] [blame] | 16 | type: propertyChangedTo |
Brad Bishop | bf5aa9c | 2016-10-19 21:19:04 -0400 | [diff] [blame] | 17 | args: |
| 18 | - value: xyz.openbmc_project.Testing |
| 19 | - value: TestProperty |
| 20 | - value: teststring |
Brad Bishop | 656a7d0 | 2016-10-19 22:20:02 -0400 | [diff] [blame] | 21 | action: |
Brad Bishop | afbd28e | 2016-10-21 22:37:17 -0400 | [diff] [blame] | 22 | type: destroyObject("Example") |
Brad Bishop | bf066a6 | 2016-10-19 08:09:44 -0400 | [diff] [blame] | 23 | |
| 24 | # vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4 |