File tree Expand file tree Collapse file tree 5 files changed +1
-19
lines changed Expand file tree Collapse file tree 5 files changed +1
-19
lines changed Original file line number Diff line number Diff line change @@ -97,6 +97,7 @@ Please refer to the [NEWS](NEWS.md) for a list of changes which have an affect o
97
97
98
98
### Contrib
99
99
- 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).
100
101
101
102
### Known issues
102
103
Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ This directory contains contributed scripts which are helpful for maintaining an
10
10
11
11
* ** cron-jobs** : cron job files for pulling in newer versions of supporting databases such as pyasn
12
12
* ** logcheck** : logcheck ruleset to filter logs for error messages
13
- * ** prettyprint** : prints the json output for file-output bot prettily
14
13
* ** config-backup** : simple Makefile for doing a ` make backup ` inside of ` /opt/intelmq ` in order to preserve the latest configurations
15
14
* ** logrotate** : an example configuration for * logrotate* (` /etc/logrotate.d/ ` directory).
16
15
* ** check_mk** : Scripts for monitoring an IntelMQ instance with Check_MK.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -2,5 +2,4 @@ contrib/eventdb/ /usr/share/intelmq/contrib/
2
2
contrib/example-extension-package/ /usr/share/intelmq/contrib/
3
3
contrib/feeds-config-generator/ /usr/share/intelmq/contrib/
4
4
contrib/malware_name_mapping/ /usr/share/intelmq/contrib/
5
- contrib/prettyprint/ /usr/share/intelmq/contrib/
6
5
contrib/systemd/ /usr/share/intelmq/contrib/
You can’t perform that action at this time.
0 commit comments