comparison mod_host_status_heartbeat/mod_host_status_heartbeat.lua @ 2220:7f955f92bbbb

mod_host_status_heartbeat: Remove FIXME comment from testing
author Matthew Wild <mwild1@gmail.com>
date Wed, 29 Jun 2016 16:03:01 +0100
parents 5fcf9d558250
children
comparison
equal deleted inserted replaced
2219:5fcf9d558250 2220:7f955f92bbbb
22 end; 22 end;
23 } 23 }
24 24
25 local send_heartbeat = assert(heartbeat_methods[heartbeat_mode], "Unknown heartbeat_mode: "..heartbeat_mode); 25 local send_heartbeat = assert(heartbeat_methods[heartbeat_mode], "Unknown heartbeat_mode: "..heartbeat_mode);
26 26
27 --FIXME: Commented for testing!!! :)
28 module:add_timer(0, send_heartbeat); 27 module:add_timer(0, send_heartbeat);