Skip to content

Commit 2c02b82

Browse files
committed
contrib: remove prettyprint
was introduced by b0447ae long ago better use the command line tool `jq` for that purpose, it's more powerful
1 parent 39ec9fc commit 2c02b82

File tree

5 files changed

+1
-19
lines changed

5 files changed

+1
-19
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ Please refer to the [NEWS](NEWS.md) for a list of changes which have an affect o
9797

9898
### Contrib
9999
- Bash Completion: Adapt to YAML-style runtime configuration (PR#2642 by Sebastian Wagner, fixes #2094).
100+
- Remove `prettyprint` script, use `jq` instead (PR#2551 by Sebastian Wagner).
100101

101102
### Known issues
102103

contrib/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ This directory contains contributed scripts which are helpful for maintaining an
1010

1111
* **cron-jobs**: cron job files for pulling in newer versions of supporting databases such as pyasn
1212
* **logcheck**: logcheck ruleset to filter logs for error messages
13-
* **prettyprint**: prints the json output for file-output bot prettily
1413
* **config-backup**: simple Makefile for doing a `make backup` inside of `/opt/intelmq` in order to preserve the latest configurations
1514
* **logrotate**: an example configuration for *logrotate* (`/etc/logrotate.d/` directory).
1615
* **check_mk**: Scripts for monitoring an IntelMQ instance with Check_MK.

contrib/prettyprint/prettyprint.sh

Lines changed: 0 additions & 10 deletions
This file was deleted.

contrib/prettyprint/prettyprint.txt

Lines changed: 0 additions & 7 deletions
This file was deleted.

debian/intelmq-contrib.install

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@ contrib/eventdb/ /usr/share/intelmq/contrib/
22
contrib/example-extension-package/ /usr/share/intelmq/contrib/
33
contrib/feeds-config-generator/ /usr/share/intelmq/contrib/
44
contrib/malware_name_mapping/ /usr/share/intelmq/contrib/
5-
contrib/prettyprint/ /usr/share/intelmq/contrib/
65
contrib/systemd/ /usr/share/intelmq/contrib/

0 commit comments

Comments
 (0)