mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 07:59:35 +00:00
Add driver:deleteOldData and delete old RRDs
This commit is contained in:
parent
773df632b4
commit
95713ddfc6
13 changed files with 125 additions and 89 deletions
|
|
@ -82,6 +82,12 @@ end
|
|||
function driver:delete(schema_prefix, tags)
|
||||
end
|
||||
|
||||
--! @brief Delete old data.
|
||||
--! @param ifid: the interface ID to process
|
||||
--! @return true if operation was successful, false otherwise.
|
||||
function driver:deleteOldData(ifid)
|
||||
end
|
||||
|
||||
-- ##############################################
|
||||
|
||||
return driver
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue