Skip to content

Commit

Permalink
release v0.11
Browse files Browse the repository at this point in the history
Signed-off-by: Sven Nierlein <sven@consol.de>
  • Loading branch information
sni committed Oct 27, 2023
1 parent c8e66a8 commit eae7e1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Changes
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This file documents the revision history for the SNClient+ agent.

next:
0.11 Fri Oct 27 20:27:21 CEST 2023
- support filter regex syntax: attr ~~ /value/
- return error if using unknown check arguments
- add (prometheus) node/windows exporter and custom exporters
Expand Down
2 changes: 1 addition & 1 deletion pkg/snclient/snclient.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const (
" monitoring agent designed as replacement for NRPE and NSClient++."

// VERSION contains the actual snclient version.
VERSION = "0.10"
VERSION = "0.11"

// ExitCodeOK is used for normal exits.
ExitCodeOK = 0
Expand Down

0 comments on commit eae7e1e

Please sign in to comment.