Commit graph

4636 commits

Author SHA1 Message Date
Simone Mainardi
f238a3c1ea Fixes refresh of get_internals_periodic_activities_stats.lua with ZMQ
Fixes #3494
2020-03-03 12:17:22 +01:00
Simone Mainardi
e802bae121 Even more frequent deadline checks in timeseries.lua 2020-03-03 10:21:13 +01:00
Simone Mainardi
5ec60b8a91 More frequent deadline checks in timeseries.lua rrd export 2020-03-02 20:10:02 +01:00
Simone Mainardi
cc01dc2b2f Removes a debug trace 2020-03-02 19:40:42 +01:00
Simone Mainardi
cffe275832 Enforces deadline checks in rrd export timeseries.lua 2020-03-02 19:27:55 +01:00
Simone Mainardi
1e82eb073b Adds and enforces periodic activities max duration
Implements #3477
2020-03-02 19:09:54 +01:00
Luca Deri
1074059c2d Typo
Reduced number of loops: scripts should not last forever
2020-03-02 17:35:30 +01:00
emanuele-f
e8e9a998c3 Fix system stats when cpu load is not available 2020-03-02 16:40:42 +01:00
emanuele-f
4e876c24ab Fix bad labels in periodic activities
Fixes #3482
2020-03-02 16:17:39 +01:00
Simone Mainardi
4052407d1e Fixes invalid periodic activities last duration
Fixes #3479
2020-03-02 12:19:58 +01:00
emanuele-f
32bf3b1ac4 Avoid reporting the last point when the timeseries write has not completed yet
Fixes #3478
2020-03-02 12:11:52 +01:00
Simone Mainardi
5a03e1196f Fixes missing timeseries.lua from dropdown menu
Fixes #3476
2020-03-02 10:20:36 +01:00
gabryon99
3b9478b111 fixed sync icon 2020-03-01 21:11:31 +01:00
gabryon99
1730ddbc26 removed disabled attribute from update button 2020-03-01 21:09:26 +01:00
gabryon99
e44e0434f7 added brackets inside footer.lua for if conditions 2020-03-01 19:41:30 +01:00
Luca Deri
6165432a16 Added \n 2020-03-01 19:29:57 +01:00
gabryon99
ee3b39f7cb fixed system stats information 2020-03-01 19:26:19 +01:00
Simone Mainardi
0d9c9bada5 Minor return value fix 2020-03-01 19:22:07 +01:00
Luca Deri
612dc97fb8 Cleaned up the RRD driver 2020-03-01 18:23:46 +01:00
Gabriele Pappalardo
6fcb59c9a1 fixed disappeared hosts inside navbar 2020-03-01 18:17:18 +01:00
Gabriele Pappalardo
53af58c9d0 formatted footer.lua and removed styles from ntopng.css, degraded perfomance shown between views 2020-03-01 17:41:12 +01:00
Gabriele Pappalardo
64d69caf60 replaced post call with get call in switching system view 2020-03-01 16:42:03 +01:00
Gabriele Pappalardo
b2631b5fdc done some gui edits 2020-03-01 16:22:54 +01:00
Simone Mainardi
4f30ce04a3 RRD queue fixes and debug info 2020-03-01 13:50:58 +01:00
Simone Mainardi
cce4dcf568 Implements in-mem RRD writes queue, avoids json enc/dec 2020-02-29 22:30:00 +01:00
Simone Mainardi
488165c592 Adds drops counter when the RRD export queue is full 2020-02-29 10:09:02 +01:00
Simone Mainardi
a288bbf40c Adds experimental RRD write queue 2020-02-28 19:47:44 +01:00
Simone Mainardi
19dabd2c97 Adds timeseries for system alerts counters 2020-02-28 17:54:16 +01:00
Gabriele Pappalardo
ad761e5653 removed icon from system view 2020-02-28 17:53:08 +01:00
Gabriele Pappalardo
bf50e78be2 fixed switch interface 2020-02-28 17:50:18 +01:00
Gabriele Pappalardo
dec4c5a8e6 removed log message 2020-02-28 17:47:15 +01:00
Gabriele Pappalardo
ae57018252 bug fixes for system view 2020-02-28 17:38:27 +01:00
Luca Deri
8e1da33141 Implemented debug code for RRD 2020-02-28 17:20:30 +01:00
Simone Mainardi
2990c1d38b Reworks system alert counters
Fixes #3464
2020-02-28 16:00:24 +01:00
Simone Mainardi
e909b9f42f Moves memory chart from system to process 2020-02-28 15:48:50 +01:00
Simone Mainardi
3405b7184e Writes new_flow timeseries every minute (not every second)
Implements #3456
2020-02-28 15:35:16 +01:00
Simone Mainardi
ec724babcf Unifies all internals timeseries in a single preference
Implements #3459
2020-02-28 15:00:51 +01:00
emanuele-f
717b2f88ce nEdge product update fix 2020-02-28 12:35:38 +01:00
Simone Mainardi
a12273b1b5 Merges interface TCP stats timeseries pref with traffic pref
Fixes #3463
2020-02-28 12:15:49 +01:00
emanuele-f
906824a212 nEdge license string and link fix 2020-02-28 12:10:47 +01:00
Simone Mainardi
cf7ef81bca Merges interface TCP flags timeseries pref with traffic pref
Fixes #3462
2020-02-28 12:08:47 +01:00
Simone Mainardi
474fe19e07 Writes CPU load every 5 secs (/proc/loadavg doesn't update faster)
Additional fix for #3465
2020-02-28 11:55:26 +01:00
emanuele-f
5c27c473a5 Handle nedge update from gui 2020-02-28 11:29:33 +01:00
Simone Mainardi
918ab6283c Fixes RRD points always written as integers without decimals
Fixes #3465
2020-02-28 10:56:13 +01:00
Simone Mainardi
eaa3935a8e Adds and charts CPU states active and idle 2020-02-28 10:20:11 +01:00
gabryon99
b5c17bc0e3 fixed bug in switching interfaces 2020-02-27 21:30:57 +01:00
gabryon99
0d5ee04e09 added a check for system dropdown 2020-02-27 21:14:02 +01:00
gabryon99
8b028807a9 moved snmp menu under health menu 2020-02-27 20:57:39 +01:00
gabryon99
a4074a73a4 change System mode into system 2020-02-27 20:53:44 +01:00
gabryon99
6efdb67350 added system mode 2020-02-27 20:33:47 +01:00