rredhatt commented on issue #51: how to get this into my current install of openwhisk URL: https://github.com/apache/incubator-openwhisk-package-alarms/issues/51#issuecomment-451072164 looks like the alarms package is installed correctly as well. ok: got action alarms/alarm { "namespace": "whisk.system/alarms", "name": "alarm", "version": "0.0.1", "exec": { "kind": "nodejs:6", "binary": true }, "annotations": [ { "key": "feed", "value": true }, { "key": "description", "value": "Fire trigger when alarm occurs" }, { "key": "parameters", "value": [ { "name": "cron", "required": true }, { "name": "startDate", "required": false }, { "name": "stopDate", "required": false } ] }, { "key": "exec", "value": "nodejs:6" } ], "parameters": [ { "key": "apihost", "value": "192.168.65.3:31001" }, { "key": "trigger_payload", "value": "" } ], "limits": { "timeout": 60000, "memory": 256, "logs": 10 }, "publish": false }
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
