mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 07:29:32 +00:00
Removed half of the monitor plugins (#6224)
This commit is contained in:
parent
0ea16ccd7d
commit
da8609727f
41 changed files with 508 additions and 678 deletions
13
scripts/callbacks/hourly/system/disk_monitor.lua
Normal file
13
scripts/callbacks/hourly/system/disk_monitor.lua
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
--
|
||||
-- (C) 2019-21 - ntop.org
|
||||
--
|
||||
|
||||
local dirs = ntop.getDirs()
|
||||
package.path = dirs.installdir .. "/scripts/lua/modules/?.lua;" .. package.path
|
||||
|
||||
local storage_utils = require("storage_utils")
|
||||
|
||||
-- ##############################################
|
||||
|
||||
storage_utils.storageInfo(true --[[ refresh cache ]], 120 --[[ Allow a couple of minutes --]])
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue