From my understanding, a kicker node is setup which points to an "action" under the node being watched. When it says node being watched, is that a single leaf node? The reason I'm asking is I'm curious if I can setup a kicker to watch an entire list, and if any leaf in that list changes, the kicker will follow up. An example of my use case is to watch everything under /devices/device/platform, so that is version or model changes for any device, it will activate the kicker. Is this possible or would it be better to have a cron job check each night to see if these values have changed since yesterday?