Skip to content

Commit 43ca607

Browse files
committed
release v0.32
1 parent deb18ec commit 43ca607

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Changes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
This file documents the revision history for the SNClient+ agent.
22

3-
next:
3+
0.32 Thu Mar 13 12:55:24 CET 2025
44
- add alpine support
55
- fix check_process when empty-state is set to OK
66
- change like operator to be case insensitive

pkg/snclient/snclient.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ const (
4242
" monitoring agent designed as replacement for NRPE and NSClient++."
4343

4444
// VERSION contains the actual snclient version.
45-
VERSION = "0.31"
45+
VERSION = "0.32"
4646

4747
// ExitCodeOK is used for normal exits.
4848
ExitCodeOK = 0

0 commit comments

Comments
 (0)