From 8171d4efaa8086c32fc288bf97517bb76d9b9a7e Mon Sep 17 00:00:00 2001 From: Pouriya Jamshidi <54482226+pouriyajamshidi@users.noreply.github.com> Date: Mon, 11 Mar 2024 04:01:48 +0100 Subject: [PATCH] add nginwho an nginx log parser (#2831) --- packages.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index 55a883b..79b9edf 100644 --- a/packages.json +++ b/packages.json @@ -32827,5 +32827,18 @@ "description": "A SAT solver written in Nim.", "license": "MIT", "web": "https://github.com/nim-lang/sat" + }, + { + "name": "nginwho", + "url": "https://github.com/pouriyajamshidi/nginwho", + "method": "git", + "tags": [ + "nginx", + "linux", + "nginx log parser" + ], + "description": "A lightweight and extremely fast nginx log parser that stores the result into a sqlite3 database for further analysis and action", + "license": "MIT", + "web": "https://github.com/pouriyajamshidi/nginwho" } -] +] \ No newline at end of file