From 2ba74fba6bcb83a55963309d05cdc31c9d977103 Mon Sep 17 00:00:00 2001 From: diosmosis Date: Tue, 7 Jul 2015 21:50:00 -0700 Subject: Add new RequestProcessor to Actions plugin for action detection + new RequestProcessor for ping request handling. Ping request handling is performed in new Heartbeat plugin. Also added a new method to Plugin, isTrackerPlugin for plugins to override if they are tracker plugins, but don't have a dimension or implement a tracker method. --- plugins/Heartbeat/plugin.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 plugins/Heartbeat/plugin.json (limited to 'plugins/Heartbeat/plugin.json') diff --git a/plugins/Heartbeat/plugin.json b/plugins/Heartbeat/plugin.json new file mode 100644 index 0000000000..3d028b75db --- /dev/null +++ b/plugins/Heartbeat/plugin.json @@ -0,0 +1,3 @@ +{ + "description": "Handles ping tracker requests." +} \ No newline at end of file -- cgit v1.2.3