mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 23:19:33 +00:00
Implement export to remote syslog server (implement #4419)
This commit is contained in:
parent
1c73df18db
commit
841b476f59
9 changed files with 184 additions and 33 deletions
|
|
@ -185,6 +185,10 @@ end
|
|||
|
||||
-- format an epoch
|
||||
function format_utils.formatEpoch(epoch)
|
||||
if epoch == nil then
|
||||
epoch = os.time()
|
||||
end
|
||||
|
||||
if epoch == 0 then
|
||||
return("")
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue