mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-02 08:50:12 +00:00
Calculate disk space stats once per hour
This commit is contained in:
parent
1cd375d756
commit
a6a863d38e
5 changed files with 113 additions and 37 deletions
10
scripts/plugins/disk_monitor/manifest.lua
Normal file
10
scripts/plugins/disk_monitor/manifest.lua
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
--
|
||||
-- (C) 2019-20 - ntop.org
|
||||
--
|
||||
|
||||
return {
|
||||
title = "Disk Monitor",
|
||||
description = "Monitors storage free space",
|
||||
author = "ntop",
|
||||
dependencies = {},
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue