Commit graph

118 commits

Author SHA1 Message Date
Manuel Ceroni
87747eae7b
Implemented the factory reset script (#9293)
* Implemented the factory reset script

* Added options for CH to the factory reset script and fixed Redis reset

* Added help option for the factory reset script
2025-06-20 14:07:49 +02:00
Luca Deri
836ba6eb4d Forced lua version 2025-04-30 11:00:17 +01:00
Luca Deri
600e971cd7 FreeBSD lua bytecode compilation (#9173) 2025-04-29 11:13:23 +02:00
Luca Deri
1ade735363 Introduced lua files bytecode compilation (#9173) in .deb packages 2025-04-29 09:17:59 +02:00
GabrieleDeri
bf1e64c85d
Added script to change default admin password #8892 (#8894)
* Added script to chande default admin password #8892

* Added script to chande default admin password #8892

* Removed unused file
2024-12-31 10:34:24 +01:00
Luca Deri
b3bc336625 Added NetBox integration documentation
Moved ICinga integration to attic
2024-07-18 22:32:41 +02:00
GabrieleDeri
e06896e58f
Fixed #8487 (#8499)
* Fixed #8492, removed unused formatting function in lua

* Fixed host pool doc #8487

---------

Co-authored-by: DGabri <gabriele.deri@gmail.com>
2024-07-05 10:34:09 +02:00
Luca Deri
e94d658f92 Added Spanish translation (#8488) 2024-07-04 16:53:07 +02:00
Luca Deri
83675998ee Added Korean and French translations 2024-06-29 17:01:09 +02:00
Luca Deri
c119f7fa8e Minor optimiations 2024-02-13 20:45:12 +01:00
Matteo Biscosi
6db98842d8 Fixes last security issues 2023-04-06 12:03:50 +00:00
Matteo Biscosi
05bd1b7a02 Fixes not closed file 2023-04-06 11:44:36 +00:00
Matteo Biscosi
8fc6359b48 Fixes the majority of security js issues 2023-04-06 11:43:55 +00:00
Matteo Biscosi
f936a1013d Removed clear username and password printed 2023-04-05 10:07:34 +00:00
Luca Deri
ce6a62ef27 Added tool for creating nProbe topics in a kafka broker 2023-03-13 16:19:55 +01:00
Alfredo Cardigliano
d8c42fadb6 Remove old py example with Hard-coded credentials 2023-01-13 17:24:13 +01:00
Alfredo Cardigliano
def48fdd30 Cleanup nindex tool 2022-07-06 18:27:23 +02:00
Luca Deri
9a9d54bbea Updated language translation 2022-01-20 21:22:33 +01:00
Luca Deri
ba3e8d57a1 Updated (C) 2022-01-14 11:46:00 +01:00
Luca Deri
6baaed4efb Updated (C) 2022-01-13 08:39:28 +01:00
MatteoBiscosi
70f7942001 removed no more useful sed 2022-01-10 18:56:40 +01:00
nokoya
e965fa673a
Update nindex_export_to_ch.sh (#6185)
exclude header of csv_file
2022-01-10 18:55:25 +01:00
MatteoBiscosi
0944164618 Fixes nindex flow_time column exported 2022-01-10 14:51:38 +01:00
Sam James
c4cd135323
build: respect environment options more (#6177)
* build: move away from configure.seed -> configure.ac

Analogous to the change in nDPI [0].

[0] cf931fda6b

Signed-off-by: Sam James <sam@gentoo.org>

* build: use $(MAKE)

This ensures that parallel make works correctly, as otherwise, a fresh
make job will be started without the jobserver fd, and hence
not know about its parent, forcing -j1.

Signed-off-by: Sam James <sam@gentoo.org>

* build: respect CXX, CXXFLAGS, LDFLAGS/LIBS

- Use standard CXX variable for the C++ compiler
- Respect CXXFLAGS from the environment
- LDFLAGS needs to be before objects in order for some flags to work
  like -Wl,--as-needed

Signed-off-by: Sam James <sam@gentoo.org>

* build: add comment for dynamic linking nDPI

It seems to work for me but add a commented
in line for now for convenience, not actually
changing behaviour right now.

(May want to make it a proper configure option
in future.)

Signed-off-by: Sam James <sam@gentoo.org>
2022-01-07 10:16:59 +01:00
Sam James
4e0be8ecd5
build: respect ${PKG_CONFIG} in Makefiles (#6173)
Allow overriding choice of pkg-config binary (this is useful
for cross-compilation in particular) within the Makefiles.

Not yet touching configure, so some work to be done still.

Signed-off-by: Sam James <sam@gentoo.org>
2022-01-03 17:15:06 +01:00
MatteoBiscosi
e92135e776 Reorganized periodic scripts 2021-12-28 15:41:28 +01:00
Simone Mainardi
6b1b1cbc4f Fixes utf8 encoding issues in localization tools 2021-12-27 14:57:20 +01:00
Simone Mainardi
be5734f033 Fixes lua interpreter use in localization tools 2021-12-27 14:37:42 +01:00
Simone Mainardi
fa824b4212 Fixes TypeError: a bytes-like object is required, not 'str' 2021-12-27 12:49:04 +01:00
MatteoBiscosi
ac7de1bdc6 Removed unwanted change 2021-11-19 16:35:40 +01:00
MatteoBiscosi
985afa88da Added Observation points stats (#6085) 2021-11-19 16:34:13 +01:00
Simone Mainardi
48d42c0cfe Documents nIndex to ClickHouse migration 2021-11-19 15:48:23 +01:00
Matteo Biscosi
378b2ee3de Added ret val 27 description to nindex exporting tool 2021-11-19 15:16:51 +01:00
Simone Mainardi
1c6159d311 Update clickhouse help with -F 2021-11-19 14:14:59 +01:00
Simone Mainardi
fa95ff5c04 Adds error checking and instructions to the nindex export tool 2021-11-19 12:55:58 +01:00
MatteoBiscosi
135dc46af8 Added begin epoch to export 2021-11-18 21:48:26 +01:00
MatteoBiscosi
beff0aa4af Changed exporting outputs 2021-11-18 20:54:04 +01:00
MatteoBiscosi
c925ac55ab Changed nindex exporting tool help 2021-11-18 19:01:35 +01:00
MatteoBiscosi
99ee62ef76 Fixes not correctly working exporting tool 2021-11-18 18:55:06 +01:00
MatteoBiscosi
cabbf40038 Removed debug print 2021-11-18 14:37:17 +01:00
MatteoBiscosi
f8914381a9 Fixes not correctly working exporting nindex to ch tool 2021-11-18 14:37:17 +01:00
MatteoBiscosi
a63a688e88 Changed exporting tool name 2021-11-17 12:44:05 +01:00
MatteoBiscosi
4b89b83e72 Added copy button to http url (#6038) and changed exporting tool name 2021-11-17 12:44:05 +01:00
MatteoBiscosi
c476b389f8 Added batch exporting to nIndex 2021-11-16 18:13:31 +01:00
MatteoBiscosi
bb07077659 Fixed ClickHouse names 2021-11-16 17:52:56 +01:00
MatteoBiscosi
01546bdc9d Added initial version of nindex exporting tool to ch 2021-11-16 17:44:06 +01:00
Simone Mainardi
5aef101ff4 Handles REST APIs in circular dep checks 2021-10-04 11:30:57 +02:00
Simone Mainardi
6e2d8ae0f3 Extends circular Lua deps search to include assignment to globals 2021-10-04 11:07:21 +02:00
Simone Mainardi
3ce039ea6f Implements tool to detect circular includes in Lua files 2021-09-30 17:27:02 +02:00
Alfredo Cardigliano
3bbc36e23e Update nedge configuration test 2021-03-08 13:02:23 +01:00