emanuele-f
a7d7d6e2ed
Revert "Move host score to 5mins"
...
This reverts commit ab1aaeb38f .
2020-02-25 15:42:27 +01:00
emanuele-f
f689f50e2a
Fix host:score schema change errors
2020-02-25 15:03:36 +01:00
Simone Mainardi
d6e0923de0
Renames RRD to TS in labels
2020-02-25 13:50:14 +01:00
Simone Mainardi
8509e92aa0
Adds periodic activity slow RRD counter
2020-02-25 13:44:29 +01:00
Simone Mainardi
55cdb6c5ea
Reworks slow rrd calc for periodic activites
2020-02-25 13:30:10 +01:00
emanuele-f
ab1aaeb38f
Move host score to 5mins
2020-02-25 12:50:06 +01:00
Simone Mainardi
1840de69bf
Implements total counters for RRD writes and dropped points
2020-02-24 23:38:34 +01:00
Simone Mainardi
de0f321470
Fix to count dropped RRD points
2020-02-24 19:36:10 +01:00
Simone Mainardi
b1fc25aff5
Adds RRD writes and drops columns to the periodic activites page
2020-02-24 19:20:06 +01:00
Alfredo Cardigliano
703b96cf8f
Handle GUI timezone vs backend timezone in interface historical data
2020-02-24 16:55:18 +01:00
Simone Mainardi
e6d615ed91
Adds charts to the global interfaces periodic activites
2020-02-24 16:44:04 +01:00
Simone Mainardi
c0600a9731
Flow user scripts ts marked as critical
2020-02-24 16:43:41 +01:00
gabryon99
3afcae6b43
Merge branch 'dev' of https://github.com/ntop/ntopng into dev
2020-02-24 14:35:25 +01:00
gabryon99
b5dbd9b5cd
added layout to graphs
2020-02-24 14:35:09 +01:00
emanuele-f
93dd322ae5
Fix typo in periodic activity stats key
2020-02-24 13:07:23 +01:00
Simone Mainardi
c7fded0374
Minor chart labels change
2020-02-24 13:05:06 +01:00
Simone Mainardi
a2237266ee
Adds total rrd writes and drops to periodic scripts timeseries
2020-02-24 12:54:43 +01:00
Luca
b4aae5d97a
Added graph layout info
2020-02-24 10:57:40 +01:00
gabryon99
cece7f6f34
Merge branch 'dev' of https://github.com/ntop/ntopng into dev
2020-02-24 10:45:24 +01:00
gabryon99
041d84ac1b
default timeseries in local variable
2020-02-24 10:45:15 +01:00
Simone Mainardi
c82455b921
Adds total counters for slow and not executed periodic activities
2020-02-24 10:17:44 +01:00
gabryon99
0b3d7bd9f1
fix for ticket #3443
2020-02-24 10:00:32 +01:00
Simone Mainardi
6107bf4b5c
Adds notes and reworks periodic activites tables
2020-02-22 17:54:20 +01:00
Simone Mainardi
c1743aaf40
Implements a module to handle all periodic activity issues
2020-02-21 19:21:36 +01:00
Simone Mainardi
9280bde0f9
Allows periodic activities to be filtered by issue
2020-02-21 18:17:02 +01:00
emanuele-f
a428bb665f
Add work completion indicator to ht_stats/stats/5min dump
2020-02-21 17:43:07 +01:00
Simone Mainardi
5276de4ca8
Implements degraded performance badge
2020-02-21 17:14:15 +01:00
Simone Mainardi
55d5912729
Moves unused slow_stats_update alert to attic
2020-02-21 14:14:01 +01:00
Simone Mainardi
bd46b7268e
Implements system alerts for not executed activities
2020-02-21 14:00:06 +01:00
emanuele-f
53c032f9f6
Add expected start/end time columns
2020-02-21 13:35:17 +01:00
emanuele-f
1a6d170188
Add slow_rrd warning and set interface ts as critical
2020-02-21 10:44:24 +01:00
emanuele-f
8edee160ed
Add missing alert type
2020-02-20 17:09:38 +01:00
emanuele-f
96299661b3
Implement periodic activities status monitor
2020-02-20 16:59:11 +01:00
Simone Mainardi
4d07357f3c
Shows second.lua stats under system
2020-02-20 16:34:29 +01:00
emanuele-f
4706b8d9fe
Fix internals page empty in system interfaces stats
2020-02-20 14:45:49 +01:00
Simone Mainardi
66975c70df
Adds last start time to periodic activities
2020-02-20 00:04:45 +01:00
Simone Mainardi
a0612895fe
Implements slow rrd checks and updates in C
2020-02-19 19:28:07 +01:00
Simone Mainardi
a7ea7f76ed
Implements detection of slow timeseries append
2020-02-19 18:45:36 +01:00
emanuele-f
a6a863d38e
Calculate disk space stats once per hour
2020-02-19 17:03:16 +01:00
Simone Mainardi
1cd375d756
Implements per-activity rrd writes duration
2020-02-19 15:34:29 +01:00
emanuele-f
7c534a557c
Add the is_critical_ts flag to force timeseries write
2020-02-19 15:31:36 +01:00
emanuele-f
d1140ec9fd
Avoid timeseries read operations to display the chart icon
...
Now the icon is displayed whenever the timeseries are enabled for the given context
2020-02-19 13:27:20 +01:00
Simone Mainardi
214d9185d4
Implements variable deadlines depending on script periodicities
2020-02-18 19:27:57 +01:00
Simone Mainardi
0e64fd94d6
Implements deadlines for periodic and user scripts
2020-02-18 18:44:41 +01:00
emanuele-f
15898e8dad
Flow dissection code cleanup.
...
The Flow API is now composed of the following methods:
- Flow::setDetectedProtocol to manually set a protocol on the flow
and terminate the dissection
- Flow::processPacket to run the nDPI dissection on the raw packets
- Flow::endProtocolDissection to terminate or give up the dissection
Also fixes the flow sampling rate preference, which was never used.
2020-02-17 17:36:06 +01:00
Simone Mainardi
2fe538839a
Hides flow calls stats in system interface
2020-02-17 16:31:08 +01:00
Simone Mainardi
0c7e7f121e
Shows system periodic scripts stats and charts
2020-02-17 16:21:34 +01:00
Simone Mainardi
156975afd5
Show periodic scripts stats in the system interface
2020-02-17 15:43:42 +01:00
emanuele-f
58b3d42d22
Set max score on hosts contacting blacklisted hosts
2020-02-17 15:16:01 +01:00
Simone Mainardi
95bd9ace07
Implements duration stats for system periodic activities
2020-02-17 14:39:58 +01:00