Add driver:deleteOldData and delete old RRDs

This commit is contained in:
emanuele-f 2018-12-10 17:41:41 +01:00
parent 773df632b4
commit 95713ddfc6
13 changed files with 125 additions and 89 deletions

View file

@ -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