Commit graph

7 commits

Author SHA1 Message Date
emanuele-f
3c62b56a0b Enable Redis monitor in Windows 2020-04-28 14:33:21 +02:00
LucasVanzin
1e10fbe06a
Correcting a typo (#3717)
This error occur while using redis, due to this typo:
[AlertCheckLuaEngine.cpp:167] WARNING: Script failure[/usr/share/ntopng/scripts/callbacks/system/system.lua] [...topng/plugins0/callbacks/system/system/redis_monitor.lua💯 attempt to index a nil value (global 'redis_stats')]

This fix solves the problem.
2020-04-08 14:01:30 +00:00
emanuele-f
130e540667 Disable redis monitoring script in Windows
This fixes the "unable to persist data" error
2020-02-10 10:56:43 +01:00
Simone Mainardi
e15fcf721c Implements User Script Categories
Implements #3280
2020-01-23 16:30:47 +01:00
Luca Deri
170bc60f19 Updated (C) 2020-01-08 23:52:51 +01:00
emanuele-f
481a00a2ad Add missing user scripts gui labels 2020-01-07 19:04:11 +01:00
emanuele-f
a3432e00e8 Implement ntopng plugins
Plugins are a convenient way to group together related lua scripts.
Their primary use case is to group user scripts and their alert/status
definition.
The builtin ntopng user scripts and definitions are now
packed into plugins directories. In future, we will support loading of
user created plugins.
Plugins are loaded at startup into some runtime directories and then
used. Other changes provided by this commit include:

- Add sample flow logger plugin
- Initial support for system user scripts
- Rename edge to threshold
- Migrate system probes to user scripts/plugins
- Migrate scripts to more explicit alerts_api.checkThresholdAlert api
2019-12-10 09:25:57 +01:00