Skip to content

Commit

Permalink
v6.057
Browse files Browse the repository at this point in the history
 - Added new option '--check_empty_files=0|warn|err'.
   It is enabled by default with value 'warn'.
   If this option is disabled, warnings about files with no content
   are no longer shown.
   This is useful, if files may become empty when definitions
   are deleted via Netspoc-API.
 - Added new option '--check_service_empty_user=0|warn|err''.
   It is enabled by default with value 'warn'.
   If this option is disabled, warnings about services with empty user
   are no longer shown.
   This is useful, if services are modified via Netspoc-API.
  • Loading branch information
hknutzen committed Mar 7, 2023
1 parent 4585e30 commit 6785fbb
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
{{$NEXT}}

6.057 2023-03-07 14:17:29+01:00 Europe/Berlin

- Added new option '--check_empty_files=0|warn|err'.
It is enabled by default with value 'warn'.
If this option is disabled, warnings about files with no content
are no longer shown.
This is useful, if files are modified via Netspoc-API.
This is useful, if files may become empty when definitions
are deleted via Netspoc-API.
- Added new option '--check_service_empty_user=0|warn|err''.
It is enabled by default with value 'warn'.
If this option is disabled, warnings about services with empty user
are no longer shown.
This is useful, if services are modified via Netspoc-API.

6.056 2023-01-30 12:02:02+01:00 Europe/Berlin

Expand Down

0 comments on commit 6785fbb

Please sign in to comment.