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(1) |
| 6 | description: > |
| 7 | Matches any PropertiesChanged signal. |
| 8 | type: match |
| 9 | signature: |
| 10 | type: signal |
| 11 | interface: org.freedesktop.DBus.Properties |
| 12 | member: PropertiesChanged |
Brad Bishop | c038e01 | 2016-10-19 13:02:24 -0400 | [diff] [blame] | 13 | action: |
Brad Bishop | afbd28e | 2016-10-21 22:37:17 -0400 | [diff] [blame] | 14 | type: noop |
Brad Bishop | bf066a6 | 2016-10-19 08:09:44 -0400 | [diff] [blame] | 15 | |
| 16 | # vim: tabstop=8 expandtab shiftwidth=4 softtabstop=4 |