Software /
code /
prosody-modules
File
mod_log_mark/mod_log_mark.lua @ 2167:24dcf496df6b
mod_munin/README: Mention how to enable statsmanager (pending docs for this)
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Wed, 27 Apr 2016 21:48:13 +0200 |
parent | 1869:02390829df1a |
child | 2173:d15df55f0a63 |
line wrap: on
line source
local log = _G.log; module:add_timer(60-os.date("%S"), function () log("info", "-- MARK --"); return 60; end);